-
News
- Add contribution section in the pydov repository. (#394)
-
New features
-
Add support for generic DOV WFS layers. Next to the existing 'fixed' datatypes, this make all other WFS data we publish available in pydov too, allowing to use them using the same search options as for other datatypes. (#383)
To support this we are now also more relaxed about metadata being available: we will still use it when it's available, but will no longer raise errors when it's not. While all of our layers should have metadata available, most of them don't have a feature catalogue. We will now return 'None' in the description of get_fields() when this is missing.
-
Add support for geometry return fields. (#386)
While it was already possible to do advanced spatial queries, up until now the resulting dataframes only contained attribute fields and not the geometry of the feature. When the necessary dependencies are installed, it is now possible to add geometry fields to your dataframe using the
return_fields
parameter. Converting the resulting dataframe into a GeoPandas geodataframe then becomes easy.
-
-
Fixes and improvements
-
Documentation-only updates
- Open tutorial notebooks through documentation. (#385)