kokoalberti / postgis-baselayers

Web application to download and import popular vector datasets (Natural Earth, GADM, Geonames, etc) into a PostGIS database with the click of a button.
MIT License
43 stars 9 forks source link

Adds GLWD dataset Level 1 and Level 2 #22

Closed LinkedList closed 5 years ago

LinkedList commented 5 years ago

Implements #21

However only Level 1 and Level 2. Level 3 are raster data. Should they be included as well?

kokoalberti commented 5 years ago

Thanks. I made a small change so the geometry field is called geom to be consistent with the other datasets.

kokoalberti commented 5 years ago

@LinkedList Sorry this took so long btw, I somehow completely missed the notification, don't know what happened. If you have other ideas for improving the app or things which could work better don't hesitate to get in touch. Thanks again for the contribution.

kokoalberti commented 5 years ago

Also we can probably leave level 3 for now. Raster data is going to complicate things and it seems like it's just an aggregation of level 1 and 2 anyway. I might pick it up for https://github.com/kokoalberti/raster-baselayers sometime though.