-
Notifications
You must be signed in to change notification settings - Fork 4
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 v0.9.1 #401
Merged
Merged
Release v0.9.1 #401
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
move to python 3.11 on rtd
…raction filtering to docs. (#396) * Speed up gdf_to_bool_da and gdf_to_bool_ds functions. Added centroid checks and minimum area fraction filtering to docs. * Remove trainling white spaces * Remove more trailing spaces * GridIntersect initialization method in gdf_to_bool requires explicit method='vertex' * Enhance buffer parameter documentation in gdf_to_bool_da and gdf_to_bool_ds functions to clarify its effect on geometry dilation and erosion. * empty geometry support in gdf_to_bool_da function * Removed whitespace * Removed logging empty gdf and no union for singleton * Rotate the polygon instead of the modelgrid * Removing whitespace * Rotate grid in the correct direction
- add optional logger_name to color logger to configure specific loggers - add progressbar kwarg to zonal_statistics - support for multiple results in gdf_intersection_join (always use first, with warning)
- add inset_map - add xsec_line_and_labels
Add cross-section plot utils
* Parsing of 'c' value as float instead of timedelta[ns] By default the 'c' value was read as a timedelta[ns]. So a value of -9999 days was shown as -863913600000000000 nanoseconds and therefore not caught by the NaN replacement in the following lines. * Incorporate suggestion from PR conversation * Set decode_times to False again in get_regis * Make get_regis more robust for user input of `variables` * Add tests for variables argument in get_regis --------- Co-authored-by: Ruben Caljé <r.calje@artesia-water.nl>
* Download bofek2020 * add downloaded bofek data to gitignore * codacy * black formatting of bofek.py * add download progress bar uncomment test, but skip using pytest because of slowness --------- Co-authored-by: Martin Vonk <vonk.mart@gmail.com> Co-authored-by: Ruben Caljé <r.calje@artesia-water.nl> Co-authored-by: Davíd Brakenhoff <d.brakenhoff@artesia-water.nl>
dbrakenhoff
approved these changes
Jan 16, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.