Zum Hauptinhalt springen

Schlagwort: Wfs

Creating GeoPandas data frames from WFS urls

Today I learned that you can create a geopoandas data frame object from an WFS request url. Thanks to htenkanen, who gave this detailed stackoverflow answer. Now I know, that if I combine a dict with the relevant WFS params, build a Request object from requests lib, I can compute an well formed GET url to retrieve all features of the WFS. Since I am living in Germany I tried to find some governmental open-data WFS and applied the answer that htenkanen gave, to its configuration.