Skip to content

Commit

Permalink
Merge pull request #127 from tdrwenski/add-preprocessed-dataset
Browse files Browse the repository at this point in the history
  • Loading branch information
dopplershift authored Jul 27, 2023
2 parents d484ed5 + 2edb0e5 commit be06c12
Show file tree
Hide file tree
Showing 4 changed files with 574 additions and 1 deletion.
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
../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

0 comments on commit be06c12

Please sign in to comment.