Skip to content

Releases: hydroframe/hf_hydrodata

version 1.3.13

03 Dec 19:27
7c047b4
Compare
Choose a tag to compare
add dataset to docs, update test (#201)

* add dataset to docs, update test

* increment version

* increase test flexibility

version 1.3.10

05 Nov 18:03
0b66a5e
Compare
Choose a tag to compare

Update point module to utilize data catalog functions and remove hard-coding of file paths.

version 1.2.7

09 Oct 16:55
6e2d562
Compare
Choose a tag to compare

Publish CW3E dataset version 1.0.

v1.2.4

13 Sep 20:48
f243281
Compare
Choose a tag to compare

Update to point module to add HUC-based filtering ability.

version 1.1.13

16 Jul 14:35
c3f372c
Compare
Choose a tag to compare

Add MODIS cloud-free snow cover dataset to data catalog.

version 1.1.12

09 Jul 15:51
f4f7402
Compare
Choose a tag to compare

Version 1.1.12. JOSS Zenodo archive.

version 1.1.9

19 Apr 18:43
2bea890
Compare
Choose a tag to compare

Adds in access to the Jasechko et al. 2024 WTD CONUS2 subset dataset in the point module.

version 1.1.6

27 Mar 18:59
53f4837
Compare
Choose a tag to compare

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

25 Mar 19:47
b5b6917
Compare
Choose a tag to compare

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

19 Mar 21:24
78cda7a
Compare
Choose a tag to compare

Account for renamed conus mapping variables from x/y to i/j in returned point observation metadata DataFrame.