Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add standardized/normalized data to catalog #127

Merged
merged 4 commits into from
Jul 27, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ Configuration files
- rdavm : at CISL/RDA
- remotetest : where? opendap/netcdf C test server
- startup: this should be the minimal configuration for running a thredds server
- thredds : motherlode (/opt/tds-live) (idd + casestudies)
- thredds : atm-nwsc (/opt/tds) (idd + casestudies)
- threddsTest : atm-nwsc (/opt/tds-test) (idd + casestudies + preprocessed)
- threddsDev : lead (/opt/tds-dev)
- awsL2 : jetstream machine serving AWS Level2 radar archive data

Expand Down
3 changes: 3 additions & 0 deletions threddsTest/build.info
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
../wmsConfig.xml
../idd
tdrwenski marked this conversation as resolved.
Show resolved Hide resolved
../thredds
19 changes: 19 additions & 0 deletions threddsTest/catalog.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
<?xml version="1.0" encoding="UTF-8"?>
<catalog xmlns="http://www.unidata.ucar.edu/namespaces/thredds/InvCatalog/v1.0"
xmlns:xlink="http://www.w3.org/1999/xlink"
name="Unidata THREDDS Data Server"
version="1.0.6">

<dataset name="Realtime data from IDD">
<catalogRef xlink:href="idd/forecastModels.xml" xlink:title="Forecast Model Data" name=""/>
<catalogRef xlink:href="idd/forecastProdsAndAna.xml" xlink:title="Forecast Products and Analyses" name="" />
<catalogRef xlink:href="idd/radars.xml" xlink:title="Radar Data" name=""/>
<catalogRef xlink:href="idd/satellite.xml" xlink:title="Satellite Data" name=""/>
<catalogRef xlink:href="idd/textProds.xml" xlink:title="Text Products" name=""/>
</dataset>

<dataset name="Other Unidata Data">
<catalogRef xlink:href="casestudies/catalog.xml" xlink:title="Unidata case studies" name=""/>
<catalogRef xlink:href="preprocessed/catalog.xml" xlink:title="Preprocessed data" name=""/>
</dataset>
</catalog>
Loading
Loading