Skip to content

Commit

Permalink
Add Natural Earth Cities and Natural Earth Lakes (#26)
Browse files Browse the repository at this point in the history
* add naturalearth and hydrosheds entries

`naturalearth.countries` would parallel the prior `geopandas` `naturalearth_lowres` dataset

* remove hydrosheds and political borders
  • Loading branch information
tsutterley authored Sep 20, 2024
1 parent 554c9b0 commit 8c249b7
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions geodatasets/json/database.json
Original file line number Diff line number Diff line change
Expand Up @@ -794,6 +794,32 @@
},

"naturalearth": {
"cities": {
"url": "https://naciscdn.org/naturalearth/110m/cultural/ne_110m_populated_places_simple.zip",
"license": "CC0",
"attribution": "Natural Earth",
"name": "naturalearth.cities",
"description": "Point symbols with name attributes of all admin-0 capitals and some other major cities.",
"geometry_type": "Point",
"details": "https://www.naturalearthdata.com/downloads/110m-cultural-vectors/110m-populated-places/",
"nrows": 243,
"ncols": 32,
"hash": "3f3d99a9a5d84605bb3be07b94c9122b4d69d7545de478b314d75f5b0742afdf",
"filename": "ne_110m_populated_places_simple.zip"
},
"lakes": {
"url": "https://naciscdn.org/naturalearth/110m/physical/ne_110m_lakes.zip",
"license": "CC0",
"attribution": "Natural Earth",
"name": "naturalearth.lakes",
"description": "Major natural and artificial lakes polygons.",
"geometry_type": "Polygon",
"details": "https://www.naturalearthdata.com/downloads/10m-physical-vectors/10m-lakes/",
"nrows": 24,
"ncols": 38,
"hash": "f2eed3c738a93010770acb0ba44273ea6a83b053641588bc902d9d6fd1cdafcb",
"filename": "ne_110m_lakes.zip"
},
"land": {
"url": "https://naciscdn.org/naturalearth/110m/physical/ne_110m_land.zip",
"license": "CC0",
Expand Down

0 comments on commit 8c249b7

Please sign in to comment.