USACE / cumulus

Cumulus project issue tracking and project planning
MIT License
3 stars 2 forks source link

NWRFC Forecast Precip #280

Closed brettpalmberg closed 1 year ago

brettpalmberg commented 2 years ago

Sample File: ~https://www.nwrfc.noaa.gov/weather/netcdf/2022/20220810/QPF.2022081012.nc.gz~

brettpalmberg commented 1 year ago

"Forcings" (precip/airtemp) grids from NWRFC

image

Updated sample file: https://www.nwrfc.noaa.gov/weather/netcdf/2022/20221212/QPF.2022121212.nc.gz .

Note: It looks like only current day is posted, so the link above may not be very durable for retrieving a sample file after today. Will have to fiddle the date numbers in the URL.

brettpalmberg commented 1 year ago

Sample file contains 6-hour interval grids, covering approximately 10 days into the future. Will add sample file to USACE/cumulus-geoproc-test-data shortly.

adamscarberry commented 1 year ago

QPF is in inches, migration needs fixed by @adamscarberry

brettpalmberg commented 1 year ago

geoprocessor implemented, thanks @jeffsuperglide 👍🏻 Merged: https://github.com/USACE/cumulus-geoproc/pull/29.

adamscarberry commented 1 year ago

DSS result of testing:

image

brettpalmberg commented 1 year ago

Note: We used the NetCDF parameter date_created to set the forecast version on this product. This should be confirmed with the data provider. There is some uncertainty around seemingly different timestamp in the filename ("12.nc").

Example: Sample File QPF.2022121912.nc

GDAL NetCDF Metadata:

image

Webserver: (https://www.nwrfc.noaa.gov/misc/downloads/index.php?type=netcdf_forcings&sortby=date&sortasc=true&filter=)

image
brettpalmberg commented 1 year ago

Data acquisition and processing enabled in develop & stable; complete; closing issue