Skip to content
This repository has been archived by the owner on May 20, 2024. It is now read-only.

Commit

Permalink
move network_lists to /hydrodata (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
amy-defnet authored Oct 20, 2023
1 parent 9aa21e9 commit 5eac26d
Show file tree
Hide file tree
Showing 9 changed files with 1,082 additions and 13,247 deletions.
1,204 changes: 1,081 additions & 123 deletions examples/example.ipynb

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/hf_point_data/hf_point_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
HYDRODATA = "/hydrodata"
DB_PATH = f"{HYDRODATA}/national_obs/point_obs.sqlite"
HYDRODATA_URL = os.getenv("HYDRODATA_URL", "https://hydro-dev-aj.princeton.edu")
NETWORK_LISTS_PATH = 'network_lists'
NETWORK_LISTS_PATH = f"/{HYDRODATA}/national_obs/tools/network_lists"

def get_data(data_source, variable, temporal_resolution, aggregation, **kwargs):
"""
Expand Down
13 changes: 0 additions & 13 deletions src/hf_point_data/network_lists/README.md

This file was deleted.

Loading

0 comments on commit 5eac26d

Please sign in to comment.