Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 3.1.0 #396

Closed
Roel opened this issue Oct 3, 2023 · 1 comment
Closed

Release 3.1.0 #396

Roel opened this issue Oct 3, 2023 · 1 comment
Assignees
Milestone

Comments

@Roel
Copy link
Member

Roel commented Oct 3, 2023

Provisional changelog for the upcoming 3.0.0 release:

  • News

  • 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

    • Generate stable and unique GML ids for Box and Point locations. (#387, #388)
    • Fix property name replacement in sort_by. (#390, #391)
    • Update mv_mtaw fields based on updated DOV XML schema. (#395)
  • Documentation-only updates

    • Open tutorial notebooks through documentation. (#385)
@Roel Roel added this to the 3.1.0 milestone Oct 3, 2023
@Roel Roel self-assigned this Oct 3, 2023
@Roel
Copy link
Member Author

Roel commented Oct 10, 2023

pydov 3.1.0 has been released

@Roel Roel closed this as completed Oct 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant