Skip to content

Commit

Permalink
Sagehen.gdb as part of release gis files
Browse files Browse the repository at this point in the history
  • Loading branch information
jmccreight committed Sep 16, 2024
1 parent 59e32a3 commit cd05a65
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion test_data/sagehen_mf6/sagehen_postprocess_graphs.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@
import netCDF4 as nc
import pandas as pd

import pywatereshed as pws

# this requires an editable install:
pws_repo_root = pws.constants.__pywatershed_root__.parent

# import hydrofunctions as hf

get_ipython().run_line_magic("matplotlib", "inline")
Expand All @@ -37,7 +42,7 @@

# Process the geodatabase
root_dir = pl.Path("../").resolve()
file = root_dir / "Sagehen.gdb"
file = pws_repo_root / "Sagehen.gdb"
hru = gpd.read_file(file, driver="FileGDB", layer="HRU")
river = gpd.read_file(file, driver="FileGDB", layer="stream")

Expand Down

0 comments on commit cd05a65

Please sign in to comment.