Skip to content

kashingtonDC/HyDRA

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

92 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hybrid Data Remote Sensing Assimilation (HyDRA) System

  • Author: Aakash Ahamed (aahamed@stanford.edu), Stanford Univ Dept of Geophysics
  • Date: 7/2020
  • Description: This repository contains the code and data to perform monthly water balance calculations using remote sensing and in situ data for the Central Valley (CV) and Central Valley Watershed (CVWS) of California. Files describing the geographic domain are stored in the shape directory. Scripts to download and process data, and generate figures and results are stored in the code directory. Instructions to install the required software dependencies are in the build directory. Figures and images are stored in the images directory. Below is a list of URLS containing additional datasets for the CV and CVWS.


Study domain


SSEBop ET in the CVWS


Changes in Groundwater Storage

More information about data used or queried in this repository :

Remote Sensing and Satellite Data - Various sources

Google Earth Engine

SSEBOP ET data - USGS

SSEBOP

SSEBOP bbox url

SSEBOP.nc

Watershed Data - National Hydrographic Dataset - USGS

https://www.usgs.gov/core-science-systems/ngp/national-hydrography/nhdplus-high-resolution

mkdir nhd
cd nhd

curl -o 1802.zip https://prd-tnm.s3.amazonaws.com/StagedProducts/Hydrography/NHD/HU4/HighResolution/Shape/NHD_H_1802_HU4_Shape.zip && mkdir 1802 && tar -xvf 1802.zip && mv Shape/ 1802/ && rm 1802.zip

curl -o 1803.zip https://prd-tnm.s3.amazonaws.com/StagedProducts/Hydrography/NHD/HU4/HighResolution/Shape/NHD_H_1803_HU4_Shape.zip && mkdir 1803 && tar -xvf 1803.zip && mv Shape/ 1803/ && rm 1803.zip

curl -o 1804.zip https://prd-tnm.s3.amazonaws.com/StagedProducts/Hydrography/NHD/HU4/HighResolution/Shape/NHD_H_1804_HU4_Shape.zip && mkdir 1804 && tar -xvf 1804.zip && mv Shape/ 1804/ && rm 1804.zip

C2VSIM flow model - DWR

click link to download:

https://minhaskamal.github.io/DownGit/#/home?url=https://github.com/richpauloo/pred_gws/tree/master/data/C2VSimFG-BETA_GIS/Shapefiles

mkdir c2vsim
cd c2vsim

mv ~/Downloads/Shapefiles.zip .
tar -xvf Shapfiles.zip
cd Shapefiles
mv * ..
rm -rf Shapefiles Shapefiles.zip

Crop Coefficients - USGS

https://water.usgs.gov/GIS/dsdl/pp1766_fmp_parameters.zip

SF Bay Outflow - DWR

dayflow

Well data - DWR Casgem

casgem

CVHM Texture model - USGS

cvhm texture data

Reservoir Data - California Data Exchange Center

http://cdec.water.ca.gov/misc/monthlyStations.html

Additional data:

Detailed Analysis Units - DWR

https://github.com/CSTARS/dwr-dau

Applied water, ET - CALSIM DWR

https://data.ca.gov/dataset/cal-simetaw-unit-values

Crop Areas - DWR

https://data.cnra.ca.gov/dataset/crop-mapping-2014 https://opendata.arcgis.com/datasets/f4f00986f1e141cc99cff221391084de_0.zip

Aqueducts - DWR

https://data.ca.gov/dataset/canals-and-aqueducts-local

SGMA GW Basins

basin priority data

CVHM

faunt, 2009 model files

Major Rivers - CNRA

major rivers

Canals / Aqueducts - DWR

canals and aqueducts

State Water Project - USGS NHD

SWP

curl -o swp.json https://services7.arcgis.com/x74yAepfzbQsthyi/arcgis/rest/services/NHD_SWP_Aqueduct/FeatureServer/0?f=pjson 
ogr2ogr -f "ESRI Shapefile" SWP_Canals.shp swp.json

SW deliveries - USBR

sw deliveries

About

Hybrid Data Remote Sensing Assimilation (HyDRA) system

Resources

Stars

Watchers

Forks

Packages

No packages published