Skip to content

Instantly share code, notes, and snippets.

@kwilcox
Created November 28, 2012 21:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kwilcox/4164765 to your computer and use it in GitHub Desktop.
Save kwilcox/4164765 to your computer and use it in GitHub Desktop.
Satellite FMRC
<!-- FMRC Aggregation -->
<featureCollection featureType="FMRC" name="LakeErieSST-FMRC" harvest="true" path="LakeErieSST-FMRC">
<metadata inherited="true">
<serviceName>agg</serviceName>
<documentation type="summary">Lake Erie SST</documentation>
</metadata>
<collection spec="/var/thredds/MTRI-LST/erie_current_year/converted/.*nc4$"/>
<!-- The protoDataset changes are not reflected in the 'Best Time Series' -->
<protoDataset choice="Penultimate">
<netcdf xmlns="http://www.unidata.ucar.edu/namespaces/netcdf/ncml-2.2">
<variable name="sst">
<attribute name="coordinates" value="lon lat"/>
</variable>
<remove name="time_run" type="variable" />
</netcdf>
</protoDataset>
<fmrcConfig datasetTypes="Best Files" />
</featureCollection>
<!-- Join Existing Aggregation -->
<dataset name="LakeErieSST-Agg" urlPath="LakeErieSST-Agg" ID="LakeErieSST-Agg" dataType="Grid">
<metadata inherited="true">
<serviceName>agg</serviceName>
</metadata>
<netcdf xmlns="http://www.unidata.ucar.edu/namespaces/netcdf/ncml-2.2">
<aggregation dimName="time" type="joinExisting">
<scan location="/var/thredds/MTRI-LST/erie_current_year/converted/" suffix=".nc4"/>
</aggregation>
</netcdf>
</dataset>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment