Which geopandas datasets (maps) are available?
As written in the geopandas.datasets.get_path(…) documentation, one has to execute >>> geopandas.datasets.available [‘naturalearth_lowres’, ‘naturalearth_cities’, ‘nybb’] Where naturalearth_lowres: contours of countries naturalearth_cities: positions of cities nybb: maybe New York? Other data sources Searching for “germany shapefile” gave an arcgis.com url which used the “Bundesamt für Kartographie und Geodäsie” as a source. The result of using vg2500_geo84/vg2500_krs.shp … Read more