Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 614 Bytes

File metadata and controls

25 lines (16 loc) · 614 Bytes

dms_datastore

Delta Modeling Section Datastore — tools for downloading, formatting, screening, and managing continuous time-series data from water-quality and hydrological agencies (USGS, CDEC, NOAA, NCRO, DES, and others).

Full documentation: https://cadwrdeltamodeling.github.io/dms_datastore/

Installation

git clone https://github.com/CADWRDeltaModeling/dms_datastore
conda env create -f environment.yml
conda activate dms_datastore

Development install after the above:

pip install --no-deps -e .