Releases: hydroframe/hf_hydrodata
version 1.3.13
add dataset to docs, update test (#201) * add dataset to docs, update test * increment version * increase test flexibility
version 1.3.10
Update point module to utilize data catalog functions and remove hard-coding of file paths.
version 1.2.7
Publish CW3E dataset version 1.0.
v1.2.4
Update to point module to add HUC-based filtering ability.
version 1.1.13
Add MODIS cloud-free snow cover dataset to data catalog.
version 1.1.12
Version 1.1.12. JOSS Zenodo archive.
version 1.1.9
Adds in access to the Jasechko et al. 2024 WTD CONUS2 subset dataset in the point module.
version 1.1.6
This release implements a bugfix in the point module to ensure proper geographic filtering is applied for instantaneous water table depth measurements. It allows that dataset to be queried with aggregation="-" and adds a data catalog entry to represent the dataset in the documentation.
version 1.1.5
This release adds additional functionality for the hf_hydrodata.point module. Users can now use the parameter "grid" to specify a grid of either "conus1" or "conus2" and the parameter "grid_bounds" to filter observations that fall within a provided i/j bounding box for that grid. The naming conventions and input structure match comparable parameters used in the gridded module.
version 1.1.4
Account for renamed conus mapping variables from x/y to i/j in returned point observation metadata DataFrame.