You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-14Lines changed: 4 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,8 +28,10 @@
28
28
29
29
The Hydrological Analysis Toolkit (HAT) is a software suite for hydrologists working with simulated and observed river discharge. HAT performs data analysis on hydrological datasets, with its main features being:
30
30
- mapping station locations into hydrological model grids
31
-
- extraction of timeseries at station locations from gridded model outputs
32
-
- statistical analysis of hydrological timeseries
31
+
- interactive visualizations
32
+
33
+
> [!NOTE]
34
+
> The station extraction and hydrostats functionality formerly in HAT now live in [ecmwf/hyve](https://github.com/ecmwf/hyve).
33
35
34
36
### Installation
35
37
@@ -50,18 +52,6 @@ pip install -e .[dev]
50
52
pre-commit install
51
53
```
52
54
53
-
HAT provides **experimental** support for earthkit-data's [gribjump source](https://earthkit-data.readthedocs.io/en/latest/guide/sources.html#gribjump).
54
-
To install the gribjump extras for testing and experimentation, run:
55
-
```bash
56
-
pip install hydro-analysis-toolkit[gribjump]
57
-
```
58
-
59
-
> [!NOTE]
60
-
> The gribjump feature is experimental. It is not recommended for production use and may change or break in future releases.
61
-
> Information on how to build gribjump can be found in [GribJump's source code](https://github.com/ecmwf/gribjump/). Experimental
62
-
> wheels of `gribjumplib` can also be found [on PyPI](https://pypi.org/project/gribjumplib/).
0 commit comments