-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
5,631 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# CONUS404 | ||
|
||
## First-time publishing | ||
First you need to validate the STAC collection with `pctasks dataset validate-collection [path-to-template.json]`, fix any validation errors. | ||
|
||
Then submit the collection ingestion with `pctasks dataset ingest-collection -d datasets/conus404/dataset.yaml -s -a registry pccomponents` | ||
|
||
Get the workflow ID and then watch it with: `pctasks runs status $WORKFLOW_ID --watch`. | ||
It must succeed. | ||
|
||
Verify that it was successful with `curl "https://planetarycomputer.microsoft.com/api/stac/v1/collections/conus404"` | ||
|
||
## Updating | ||
Simply add `-u` to the command. | ||
`pctasks dataset ingest-collection -d datasets/conus404/dataset.yaml -u -s -a registry pccomponents` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
[CONUS404](https://www.usgs.gov/data/conus404-four-kilometer-long-term-regional-hydroclimate-reanalysis-over-conterminous-united) is a unique, high-resolution hydro-climate dataset appropriate for forcing hydrological models and conducting meteorological analysis over the conterminous United States. CONUS404, so named because it covers the CONterminous United States for over 40 years at 4 km resolution, was produced by the Weather Research and Forecasting (WRF) model simulations run by NCAR as part of a collaboration with the USGS Water Mission Area. The CONUS404 includes 42 years of data (water years 1980-2021) and the spatial domain extends beyond the CONUS into Canada and Mexico, thereby capturing transboundary river basins and covering all contributing areas for CONUS surface waters. | ||
|
||
The CONUS404 dataset, produced using WRF version 3.9.1.1, is the successor to the CONUS1 dataset in [ds612.0](https://rda.ucar.edu/datasets/ds612.0/) (Liu, et al., 2017) with improved representation of weather and climate conditions in the central United States due to the addition of a shallow groundwater module and several other improvements in the NOAH-Multiparameterization land surface model. It also uses a more up-to-date and higher-resolution reanalysis dataset (ERA5) as input and covers a longer period than CONUS1. |
Oops, something went wrong.