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

Encodings #255

Closed
wants to merge 136 commits into from
Closed

Encodings #255

wants to merge 136 commits into from

Conversation

bdestombe
Copy link
Collaborator

No description provided.

dbrakenhoff and others added 30 commits June 16, 2023 11:13
- use chunks and dask delayed to keep memory usage efficient
- get_geotop now gets raw data
- add deprecationwarning to get_geotop_raw_within_extent()
- now takes geotop_ds as input to convert to layers (not extent)
- do not use sortby but check diff of y dimension and flip if necessary
- use .values instead of .data to load data into memory if using dask
- undo onno changes for now w missing strat code
- add kwarg delayed, if False, load data into memory, else return data array with delayed dask arrays
- add kwarg chunked, if True, chunk data array with chunks="auto"
- add x,y data to vertex grid data array
- add function name in all cases
- add line number when level is DEBUG
- use .values to deal with dask arrays
- use get_geotop
- update docstring
* fix for #199

* fix

* return da in some situations

---------

Co-authored-by: Ruben Caljé <r.calje@artesia-water.nl>
Small fix for Error: Assigning CRS to a GeoDataFrame without a geometry column is not supported
rubencalje and others added 29 commits August 25, 2023 10:00
fix Projection issue in backgroundmaps #240
…geotop

Stop overwriting kh and kv of geotop in add_geotop_to_regis_layers
- add RIV pkg #97
- fix mask checks in bc pkgs #213
- add check on dataarray coords #214
* Small doc changes to gwt/output.py

* Create attributes_encodings.py

* Removed unused imports

* Extended get_encodings

* Added test to encoding

* Minor indentation bug in get_encodings()

* Better error message in attributes encoding
@bdestombe bdestombe closed this Aug 28, 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

Successfully merging this pull request may close these issues.

4 participants