Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Thank you for your interest in contributing to Vega Datasets! This repository se

We welcome contributions that enhance metadata, improve documentation, fix dataset issues, enhance infrastructure, or add new datasets that demonstrate visualization techniques. Each dataset should serve a clear purpose in showcasing visualization capabilities.

All contributions are accepted under the [Project's license](./LICENSE). The Project abides by the Vega Organization's [code of conduct](https://github.com/vega/.github/blob/main/CODE_OF_CONDUCT.md) and [governance](https://github.com/vega/.github/blob/main/project-docs/GOVERNANCE.md).
All contributions are accepted under the [Project's license](https://github.com/vega/vega-datasets/blob/main/README.md#license). The Project abides by the Vega Organization's [code of conduct](https://github.com/vega/.github/blob/main/CODE_OF_CONDUCT.md) and [governance](https://github.com/vega/.github/blob/main/project-docs/GOVERNANCE.md).

## Dataset Contribution Guidelines

Expand Down Expand Up @@ -52,7 +52,7 @@ For datasets requiring processing:

## Metadata and Documentation

We follow the [Data Package Standard 2.0](https://datapackage.org/standard/) with:
We follow the [Data Package Standard 2.0](https://datapackage.org/) with:

- Auto-generated `datapackage.json` and `datapackage.md` files
- Datasets in the `data/` directory
Expand Down
32 changes: 17 additions & 15 deletions _data/datapackage_additions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,15 @@ path = "https://www.7-zip.org/license.txt"

[[resources]] # Path: airports.csv
path = "airports.csv"
description = """Airports in the United States and its territories, including major commercial, regional,
description = """Airports in the United States and its territories, including major commercial, regional,
and municipal airports. Contains information about each airport's location (latitude/longitude
coordinates), identification codes, name, city, state, and country."""
coordinates), identification codes, name, city, state, and country. While the exact generation
source of this file is unknown, this data is consistent with files provided on a monthly
frequency by the FAA's [National Airspace System Resource](https://www.faa.gov/air_traffic/flight_info/aeronav/aero_data/NASR_Subscription/)."""

[[resources.sources]]
title = "Airports (Data.gov)"
path = "https://catalog.data.gov/dataset/airports-5e97a"
title = "Federal Aviation Administration"
path = "https://www.faa.gov/air_traffic/flight_info/aeronav/aero_data/NASR_Subscription/"

[[resources.licenses]]
name = "other-open"
Expand Down Expand Up @@ -891,7 +893,7 @@ and \"Contains Ordnance Survey data © Crown copyright and database right [2015]

[[resources.sources]]
title = "Statistical GIS Boundary Files, London Datastore"
path = "https://data.london.gov.uk/dataset/statistical-gis-boundary-files-london"
path = "https://data.london.gov.uk/dataset/statistical-gis-boundary-files-for-london-20od9/"

[[resources.licenses]]
title = "UK Open Government License"
Expand Down Expand Up @@ -1125,7 +1127,7 @@ description = "Sex of the penguin (MALE, FEMALE or null)"

[[resources.sources]]
title = "Palmer Station Antarctica LTER"
path = "https://pal.lternet.edu/"
path = "https://pallter.marine.rutgers.edu/"
[[resources.sources]]
title = "Allison Horst's Penguins Repository"
path = "https://github.com/allisonhorst/penguins"
Expand Down Expand Up @@ -1220,18 +1222,18 @@ path = "https://www.ipums.org/about/terms"

[[resources]] # Path: population_engineers_hurricanes.csv
path = "population_engineers_hurricanes.csv"
description = """Per-state population, number of engineers, and hurricanes. Used in Vega-Lite example,
description = """Per-state population (2016 ACS 1-Year), ratio of engineers to total civilian employed population (2016 ACS 1-Year), and total hurricane landfalls (possibly 1851-2015). Used in Vega-Lite example,
[Three Choropleths Representing Disjoint Data from the Same Table](https://vega.github.io/vega-lite/examples/geo_repeat.html)"""

[[resources.sources]]
title = "Bureau of Labor Statistics"
path = "https://www.bls.gov/oes/tables.htm"
title = "U.S. Census Bureau, 2016 ACS 1-Year Estimates: Total Population (B01001) and Occupation (S2401)"
path = "https://www.census.gov/data/developers/data-sets/acs-1year/2016.html"
[[resources.sources]]
title = "American Community Survey"
path = "https://factfinder.census.gov/faces/tableservices/jsf/pages/productview.xhtml?pid=ACS_07_3YR_S1901&prodType=table"
title = "Continental United States Hurricane Impacts/Landfalls"
path = "https://www.aoml.noaa.gov/hrd/hurdat/All_U.S._Hurricanes.html"
[[resources.sources]]
title = "NOAA National Climatic Data Center"
path = "https://www.ncdc.noaa.gov/cdo-web/datatools/records"
title = "NOAA FAQ: How Many Landfalling Hurricanes Have Hit Eact State?"
path = "https://www.aoml.noaa.gov/hrd-faq/#landfalls-by-state"

[[resources.licenses]]
title = "U.S. Government Dataset"
Expand Down Expand Up @@ -1574,7 +1576,7 @@ path = "https://www.census.gov/geographies/mapping-files/time-series/geo/cartog

[[resources.licenses]]
title = "TopoJSON US Atlas ISC License"
path = "https://github.com/topojson/us-atlas/blob/master/LICENSE.md"
path = "https://github.com/topojson/us-atlas/blob/master/LICENSE"

[[resources]] # Path: us-employment.csv
path = "us-employment.csv"
Expand Down Expand Up @@ -1739,7 +1741,7 @@ path = "https://www.naturalearthdata.com/downloads/110m-cultural-vectors/110m-a

[[resources.licenses]]
title = "TopoJSON World Atlas ISC License"
path = "https://github.com/topojson/world-atlas/blob/master/LICENSE.md"
path = "https://github.com/topojson/world-atlas/blob/master/LICENSE"

[[resources.licenses]]
title = "Natural Earth Data Public Domain"
Expand Down
30 changes: 15 additions & 15 deletions datapackage.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
}
],
"version": "3.2.1",
"created": "2025-08-21T23:04:37.691343+00:00",
"created": "2025-10-31T08:34:52.699272+00:00",
"resources": [
{
"name": "icon_7zip",
Expand Down Expand Up @@ -49,7 +49,7 @@
{
"name": "airports",
"type": "table",
"description": "Airports in the United States and its territories, including major commercial, regional, \nand municipal airports. Contains information about each airport's location (latitude/longitude \ncoordinates), identification codes, name, city, state, and country.",
"description": "Airports in the United States and its territories, including major commercial, regional, \nand municipal airports. Contains information about each airport's location (latitude/longitude \ncoordinates), identification codes, name, city, state, and country. While the exact generation \nsource of this file is unknown, this data is consistent with files provided on a monthly \nfrequency by the FAA's [National Airspace System Resource](https://www.faa.gov/air_traffic/flight_info/aeronav/aero_data/NASR_Subscription/).",
"licenses": [
{
"name": "other-open",
Expand All @@ -58,8 +58,8 @@
],
"sources": [
{
"title": "Airports (Data.gov)",
"path": "https://catalog.data.gov/dataset/airports-5e97a"
"title": "Federal Aviation Administration",
"path": "https://www.faa.gov/air_traffic/flight_info/aeronav/aero_data/NASR_Subscription/"
}
],
"path": "airports.csv",
Expand Down Expand Up @@ -2147,7 +2147,7 @@
"sources": [
{
"title": "Statistical GIS Boundary Files, London Datastore",
"path": "https://data.london.gov.uk/dataset/statistical-gis-boundary-files-london"
"path": "https://data.london.gov.uk/dataset/statistical-gis-boundary-files-for-london-20od9/"
}
],
"path": "londonBoroughs.json",
Expand Down Expand Up @@ -2622,7 +2622,7 @@
"sources": [
{
"title": "Palmer Station Antarctica LTER",
"path": "https://pal.lternet.edu/"
"path": "https://pallter.marine.rutgers.edu/"
},
{
"title": "Allison Horst's Penguins Repository",
Expand Down Expand Up @@ -2933,7 +2933,7 @@
{
"name": "population_engineers_hurricanes",
"type": "table",
"description": "Per-state population, number of engineers, and hurricanes. Used in Vega-Lite example,\n[Three Choropleths Representing Disjoint Data from the Same Table](https://vega.github.io/vega-lite/examples/geo_repeat.html)",
"description": "Per-state population (2016 ACS 1-Year), ratio of engineers to total civilian employed population (2016 ACS 1-Year), and total hurricane landfalls (possibly 1851-2015). Used in Vega-Lite example,\n[Three Choropleths Representing Disjoint Data from the Same Table](https://vega.github.io/vega-lite/examples/geo_repeat.html)",
"licenses": [
{
"title": "U.S. Government Dataset",
Expand All @@ -2942,16 +2942,16 @@
],
"sources": [
{
"title": "Bureau of Labor Statistics",
"path": "https://www.bls.gov/oes/tables.htm"
"title": "U.S. Census Bureau, 2016 ACS 1-Year Estimates: Total Population (B01001) and Occupation (S2401)",
"path": "https://www.census.gov/data/developers/data-sets/acs-1year/2016.html"
},
{
"title": "American Community Survey",
"path": "https://factfinder.census.gov/faces/tableservices/jsf/pages/productview.xhtml?pid=ACS_07_3YR_S1901&prodType=table"
"title": "Continental United States Hurricane Impacts/Landfalls",
"path": "https://www.aoml.noaa.gov/hrd/hurdat/All_U.S._Hurricanes.html"
},
{
"title": "NOAA National Climatic Data Center",
"path": "https://www.ncdc.noaa.gov/cdo-web/datatools/records"
"title": "NOAA FAQ: How Many Landfalling Hurricanes Have Hit Eact State?",
"path": "https://www.aoml.noaa.gov/hrd-faq/#landfalls-by-state"
}
],
"path": "population_engineers_hurricanes.csv",
Expand Down Expand Up @@ -3456,7 +3456,7 @@
"licenses": [
{
"title": "TopoJSON US Atlas ISC License",
"path": "https://github.com/topojson/us-atlas/blob/master/LICENSE.md"
"path": "https://github.com/topojson/us-atlas/blob/master/LICENSE"
}
],
"sources": [
Expand Down Expand Up @@ -3842,7 +3842,7 @@
"licenses": [
{
"title": "TopoJSON World Atlas ISC License",
"path": "https://github.com/topojson/world-atlas/blob/master/LICENSE.md"
"path": "https://github.com/topojson/world-atlas/blob/master/LICENSE"
},
{
"title": "Natural Earth Data Public Domain",
Expand Down
48 changes: 25 additions & 23 deletions datapackage.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# vega-datasets
`3.2.1` | [GitHub](git+http://github.com/vega/vega-datasets.git) | 2025-08-21 23:04:37 [UTC]
`3.2.1` | [GitHub](git+http://github.com/vega/vega-datasets.git) | 2025-10-31 08:34:52 [UTC]

Common repository for example datasets used by Vega related projects.
BSD-3-Clause license applies only to package code and infrastructure. Users should verify their use of datasets
Expand Down Expand Up @@ -36,9 +36,11 @@ Application icon from open-source software project. Used in [Image-based Scatter
### path
airports.csv
### description
Airports in the United States and its territories, including major commercial, regional,
Airports in the United States and its territories, including major commercial, regional,
and municipal airports. Contains information about each airport's location (latitude/longitude
coordinates), identification codes, name, city, state, and country.
coordinates), identification codes, name, city, state, and country. While the exact generation
source of this file is unknown, this data is consistent with files provided on a monthly
frequency by the FAA's [National Airspace System Resource](https://www.faa.gov/air_traffic/flight_info/aeronav/aero_data/NASR_Subscription/).
### schema

| name | type |
Expand All @@ -51,9 +53,9 @@ coordinates), identification codes, name, city, state, and country.
| latitude | number |
| longitude | number |
### sources
| title | path |
|:--------------------|:------------------------------------------------|
| Airports (Data.gov) | https://catalog.data.gov/dataset/airports-5e97a |
| title | path |
|:--------------------------------|:---------------------------------------------------------------------------------|
| Federal Aviation Administration | https://www.faa.gov/air_traffic/flight_info/aeronav/aero_data/NASR_Subscription/ |
### licenses
| name | title |
|:-----------|:-------------------------------------|
Expand Down Expand Up @@ -1020,9 +1022,9 @@ Boundaries of London boroughs reprojected and simplified from `London_Borough_Ex
Original data "contains National Statistics data © Crown copyright and database right (2015)"
and "Contains Ordnance Survey data © Crown copyright and database right [2015].
### sources
| title | path |
|:-------------------------------------------------|:-------------------------------------------------------------------------|
| Statistical GIS Boundary Files, London Datastore | https://data.london.gov.uk/dataset/statistical-gis-boundary-files-london |
| title | path |
|:-------------------------------------------------|:------------------------------------------------------------------------------------|
| Statistical GIS Boundary Files, London Datastore | https://data.london.gov.uk/dataset/statistical-gis-boundary-files-for-london-20od9/ |
### licenses
| title | path |
|:---------------------------|:---------------------------------------------------------------------------|
Expand Down Expand Up @@ -1287,7 +1289,7 @@ variations between species and sexual dimorphism in Antarctic penguins.
### sources
| title | path |
|:------------------------------------|:-----------------------------------------|
| Palmer Station Antarctica LTER | https://pal.lternet.edu/ |
| Palmer Station Antarctica LTER | https://pallter.marine.rutgers.edu/ |
| Allison Horst's Penguins Repository | https://github.com/allisonhorst/penguins |
### licenses
| name | path |
Expand Down Expand Up @@ -1409,7 +1411,7 @@ http://doi.org/10.18128/D010.V6.0
### path
population_engineers_hurricanes.csv
### description
Per-state population, number of engineers, and hurricanes. Used in Vega-Lite example,
Per-state population (2016 ACS 1-Year), ratio of engineers to total civilian employed population (2016 ACS 1-Year), and total hurricane landfalls (possibly 1851-2015). Used in Vega-Lite example,
[Three Choropleths Representing Disjoint Data from the Same Table](https://vega.github.io/vega-lite/examples/geo_repeat.html)
### schema

Expand All @@ -1421,11 +1423,11 @@ Per-state population, number of engineers, and hurricanes. Used in Vega-Lite exa
| engineers | number |
| hurricanes | integer |
### sources
| title | path |
|:-----------------------------------|:------------------------------------------------------------------------------------------------------------------|
| Bureau of Labor Statistics | https://www.bls.gov/oes/tables.htm |
| American Community Survey | https://factfinder.census.gov/faces/tableservices/jsf/pages/productview.xhtml?pid=ACS_07_3YR_S1901&prodType=table |
| NOAA National Climatic Data Center | https://www.ncdc.noaa.gov/cdo-web/datatools/records |
| title | path |
|:------------------------------------------------------------------------------------------------|:---------------------------------------------------------------------|
| U.S. Census Bureau, 2016 ACS 1-Year Estimates: Total Population (B01001) and Occupation (S2401) | https://www.census.gov/data/developers/data-sets/acs-1year/2016.html |
| Continental United States Hurricane Impacts/Landfalls | https://www.aoml.noaa.gov/hrd/hurdat/All_U.S._Hurricanes.html |
| NOAA FAQ: How Many Landfalling Hurricanes Have Hit Eact State? | https://www.aoml.noaa.gov/hrd-faq/#landfalls-by-state |
### licenses
| title | path |
|:------------------------|:-------------------------------------|
Expand Down Expand Up @@ -1698,9 +1700,9 @@ in turn is a redistribution of the Census Bureau's cartographic boundary shapefi
| TopoJSON US Atlas | https://github.com/topojson/us-atlas |
| US Census Bureau Cartographic Boundary FIles | https://www.census.gov/geographies/mapping-files/time-series/geo/cartographic-boundary.html |
### licenses
| title | path |
|:------------------------------|:------------------------------------------------------------|
| TopoJSON US Atlas ISC License | https://github.com/topojson/us-atlas/blob/master/LICENSE.md |
| title | path |
|:------------------------------|:---------------------------------------------------------|
| TopoJSON US Atlas ISC License | https://github.com/topojson/us-atlas/blob/master/LICENSE |
## `us_employment`
### path
us-employment.csv
Expand Down Expand Up @@ -1897,10 +1899,10 @@ resource for creating web-based world maps where precise boundary detail isn't r
| TopoJSON World Atlas (Likely original source, processed from Natural Earth data) | https://github.com/topojson/world-atlas |
| Natural Earth Data - Admin 0 Countries (1:110m) | https://www.naturalearthdata.com/downloads/110m-cultural-vectors/110m-admin-0-countries/ |
### licenses
| title | path |
|:---------------------------------|:---------------------------------------------------------------|
| TopoJSON World Atlas ISC License | https://github.com/topojson/world-atlas/blob/master/LICENSE.md |
| Natural Earth Data Public Domain | https://www.naturalearthdata.com/about/terms-of-use/ |
| title | path |
|:---------------------------------|:------------------------------------------------------------|
| TopoJSON World Atlas ISC License | https://github.com/topojson/world-atlas/blob/master/LICENSE |
| Natural Earth Data Public Domain | https://www.naturalearthdata.com/about/terms-of-use/ |
## `zipcodes`
### path
zipcodes.csv
Expand Down