Skip to content

Commit 8c249b7

Browse files
authored
Add Natural Earth Cities and Natural Earth Lakes (#26)
* add naturalearth and hydrosheds entries `naturalearth.countries` would parallel the prior `geopandas` `naturalearth_lowres` dataset * remove hydrosheds and political borders
1 parent 554c9b0 commit 8c249b7

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

geodatasets/json/database.json

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -794,6 +794,32 @@
794794
},
795795

796796
"naturalearth": {
797+
"cities": {
798+
"url": "https://naciscdn.org/naturalearth/110m/cultural/ne_110m_populated_places_simple.zip",
799+
"license": "CC0",
800+
"attribution": "Natural Earth",
801+
"name": "naturalearth.cities",
802+
"description": "Point symbols with name attributes of all admin-0 capitals and some other major cities.",
803+
"geometry_type": "Point",
804+
"details": "https://www.naturalearthdata.com/downloads/110m-cultural-vectors/110m-populated-places/",
805+
"nrows": 243,
806+
"ncols": 32,
807+
"hash": "3f3d99a9a5d84605bb3be07b94c9122b4d69d7545de478b314d75f5b0742afdf",
808+
"filename": "ne_110m_populated_places_simple.zip"
809+
},
810+
"lakes": {
811+
"url": "https://naciscdn.org/naturalearth/110m/physical/ne_110m_lakes.zip",
812+
"license": "CC0",
813+
"attribution": "Natural Earth",
814+
"name": "naturalearth.lakes",
815+
"description": "Major natural and artificial lakes polygons.",
816+
"geometry_type": "Polygon",
817+
"details": "https://www.naturalearthdata.com/downloads/10m-physical-vectors/10m-lakes/",
818+
"nrows": 24,
819+
"ncols": 38,
820+
"hash": "f2eed3c738a93010770acb0ba44273ea6a83b053641588bc902d9d6fd1cdafcb",
821+
"filename": "ne_110m_lakes.zip"
822+
},
797823
"land": {
798824
"url": "https://naciscdn.org/naturalearth/110m/physical/ne_110m_land.zip",
799825
"license": "CC0",

0 commit comments

Comments
 (0)