Releases: CIROH-UA/NGIAB_data_preprocess
Releases · CIROH-UA/NGIAB_data_preprocess
Cli hydrofabric validation fix
forcing generation fix, windows compatibility, uvx map_app fix
- fixes issues causing commands to not work on windows, mainly relating to filepaths and netcdf files not being closed properly in forcing generation
- refactors map_app package structure to make it work with uvx (now
uvx --from ngiab_data_preprocess@latest map_app
)
uvx compatibility
adds cli
and map
as uvx scripts.
now this tool can be run without installation using
uvx --from ngiab_data_preprocess cli
or
uvx --from ngiab_data_preprocess map
gw_max unit conversion bugfix + forcing processing memory
- Corrects the unit conversion of ZMax in mm to max_gw_storage in m
- Limits forcing processing chunk to 20Gb of ram (seems to improve stability processing large datasets)
- Uses dask auto chunking to forcing output writing which resolves possible out of memory problems
Full Changelog: v3.2.0...v3.2.1
Empirical Model realization, VPU subsetting
- added
--vpu
to the cli to allow subsetting by vpu. runpython -m ngiab_data_cli --help
for more details - added
--empirical_model
or--em
to generate forcings, config, and realizations for the machine learning model - cfe no longer fetches initial gw_storage from nwm retrospective by default, to re-enable this add
--nwm_gw
to the cli command - fixed a bug where too many files would be opened while downloading the hydrofabric on osx #66
What's Changed
Full Changelog: v3.1.1...v3.2.0
hydrofabric upgrade bugfix
v3.1.2 fix style use in prompt
Better cli display, faster forcing generation, improved new user experience
- adds version tracking to the hydrofabric
- improves cli progress bars
- improves forcing download for smaller areas
- massively improves hydrofabric download speed
- works with hydrofabric containing hydrolocations geospatial index
- fixes #62 by removing rioxarray which depends on gdal
What's Changed
Full Changelog: v3.0.3...v3.1.0
v3.0.3
Fix for python 3.10 + better configuration for pantarhei
What's Changed
Full Changelog: v3.0.1...v3.0.2
cli argument bugfix
v3.0.1 fix non-dev cli