Skip to content

Commit

Permalink
added hydroframe commands
Browse files Browse the repository at this point in the history
  • Loading branch information
iambrish committed Dec 12, 2024
1 parent c09610b commit c6fa149
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions mkdocs/docs/commands.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,11 @@ This page lists all avilable functions. For example usage, please see the [Tutor
* `plot_reservoir(self, columns, title)` - Create interactive timeseries plot for reservoir data
- columns: list of columns to plot. If none, it will default to all numeric columns except "Date"
- title: custom title for the plot

### Hydroframe
* `hydroframe.reservoirs` - get dictionary of reservoirs currently in hydroframe
* `['reservoir_name'].plot()` - generate time series plot for selected reservoir in hydroframe
* `hydroframe.reservoir_gdf` - get static reservoir data in GeoDataFrame
* `.explore()` - generate interactive map with reservoir data
* `hydroframe.reservoir_rawData` - get complete reservoir data

0 comments on commit c6fa149

Please sign in to comment.