-
Notifications
You must be signed in to change notification settings - Fork 21
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
Make collection.grid a CellGrid #85
Comments
wpreimes
added a commit
that referenced
this issue
Jun 14, 2024
wpreimes
added a commit
that referenced
this issue
Jun 16, 2024
* Fix error logging when csv file is missing * Change BasicGrid to CellGrid Fix #85 * Add method to station, sensor, network components to convert them to xarray Datasets * Update docs for xarray conversion * Update docs for xarray conversion * Fix error with infer_objects * Update readme * Update readme
wpreimes
added a commit
that referenced
this issue
Jun 28, 2024
* Fix error logging when csv file is missing * Change BasicGrid to CellGrid Fix #85 * Add method to station, sensor, network components to convert them to xarray Datasets * Update docs for xarray conversion * Update docs for xarray conversion * Fix error with infer_objects * Update readme * Update readme * Updates for new numpy version and readme * Update pygeogrids version * All dependencies are managed my pip * Update miniconda * Update actions * Fix optional dependency management * Update readme * Update CI * Update CI * Update CI * Update CI * Update error messages * Update CI
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Currently BasicGrid is used. For various reasons (e.g. Cellgrid can be pickled), use a CellGrid instead.
The text was updated successfully, but these errors were encountered: