hyoga.open.natural_earth#
- hyoga.open.natural_earth(theme, category='physical', scale='10m')#
Open Natural Earth geodataframe
- Parameters:
theme (
stror iterable) – Natural Earth data theme(s), such aslakesoradmin_0_countries(used to determine the name(s) of the shapefile(s) to download), or one of thelakes_allandrivers_allaliases to open respecively all lakes and rivers including regional subsets (at 10m scale). Please browse https://www.naturalearthdata.com for available themes.category (
{'cultural', 'physical'}, optional) – Natural Earth data category (i.e. online folder) used for downloads, defaults to ‘physical’.scale (
{'10m', '50m', '110m'}, optional) – Natural Earth data scale controlling the level of detail, defaults to the highest scale of 10m.
- Returns:
gdf (
GeoDataFrame) – The geodataframe containing Natural Earth geometries.