This archive contains answers to questions sent to Unidata support through mid-2025. Note that the archive is no longer being updated. We provide the archive for reference; many of the answers presented here remain technically correct, even if somewhat outdated. For the most up-to-date information on the use of NSF Unidata software and data services, please consult the Software Documentation first.
Art, Attached is the TDS threddsConfig.xml file, let me know if you need more information. RObb... Ticket Details =================== Ticket ID: ROM-663231 Department: Support THREDDS Priority: Normal Status: Open
<?xml version="1.0" encoding="UTF-8"?> <threddsConfig> <serverInformation> <name>Motherlode TDS</name> <logoUrl>threddsIcon.gif</logoUrl> <logoAltText>Motherlode TDS</logoAltText> <abstract>Scientific Data</abstract> <keywords>meteorology, atmosphere, climate, ocean, earth science</keywords> <contact> <name>Support</name> <organization>Unidata</organization> <email>address@hidden</email> <!--phone></phone--> </contact> <hostInstitution> <name>Unidata</name> <webSite>http://www.unidata.ucar.edu/</webSite> <logoUrl>unidataIcon.gif</logoUrl> <logoAltText>Unidata</logoAltText> </hostInstitution> </serverInformation> <contentRoots> <contentRoot>motherlode</contentRoot> <contentRoot>idd</contentRoot> </contentRoots> <DataRoots> <idd>/data/ldm/pub</idd> </DataRoots> <catalogRoot>topcatalog.xml</catalogRoot> <catalogRoot>testCatalog.xml</catalogRoot> <catalogRoot>idv/models.xml</catalogRoot> <catalogRoot>idv/latestModels.xml</catalogRoot> <catalogRoot>idv/rt-models.1.0.xml</catalogRoot> <catalogRoot>idv/rt-models.xml</catalogRoot> <!-- Don't need these since idv/rt-models.*xml are links to them. < catalogRoot>cataloggen/catalogs/idv-rt-models.InvCat1.0.xml</catalogRoot> <catalogRoot>cataloggen/catalogs/idv-rt-models.xml</catalogRoot> --> <catalogRoot>cataloggen/catalogs/uniModelsInvCat1.0en.xml</catalogRoot> <catalogRoot>casestudies/catalog.xml</catalogRoot> <catalogRoot>casestudies/vgeeCatalog.xml</catalogRoot> <catalogRoot>casestudies/ccs034Catalog.xml</catalogRoot> <catalogRoot>casestudies/ccs039Catalog.xml</catalogRoot> <catalogRoot>casestudies/july18_2002cat.xml</catalogRoot> <catalogRoot>servers/radarCollections.xml</catalogRoot> <!-- * Setup for generated HTML pages. * * NOTE: URLs may be absolute or relative, relative URLs must be relative * to the webapp URL, i.e., http://server:port/thredds/. * --> <htmlSetup> <!-- * CSS documents used in generated HTML pages. * The CSS document given in the "catalogCssUrl" element is used for all pages * that are HTML catalog views. The CSS document given in the "standardCssUrl" * element is used in all other generated HTML pages. * --> <standardCssUrl>tds.css</standardCssUrl> <catalogCssUrl>tdsCat.css</catalogCssUrl> <!-- * The URLs (relative to "/thredds/") and alternate text for both * folder and dataset icons used in HTML catalog views. * --> <folderIconUrl>folder.gif</folderIconUrl> <folderIconAlt>Folder</folderIconAlt> <datasetIconUrl>dataset.gif</datasetIconUrl> <datasetIconAlt>Dataset</datasetIconAlt> </htmlSetup> <!-- The <CatalogServices> element: --> <CatalogServices> <allowRemote>true</allowRemote> </CatalogServices> <NetcdfFileCache> <minFiles>50</minFiles> <maxFiles>100</maxFiles> <scour>5 min</scour> </NetcdfFileCache> <HTTPFileCache> <minFiles>5</minFiles> <maxFiles>20</maxFiles> <scour>10 min</scour> </HTTPFileCache> <CdmValidatorService> <allow>true</allow> <dir>/data/thredds/tds-live/content/thredds/cache/cdmValidate/</dir> <maxFileUploadSize>1 Gb</maxFileUploadSize> <scour>24 hours</scour> <maxAge>30 days</maxAge> </CdmValidatorService> <NetcdfSubsetService> <allow>true</allow> <dir>/data/thredds/tds-live/content/thredds/cache/ncss/</dir> <scour>15 min</scour> <maxAge>30 min</maxAge> </NetcdfSubsetService> <WCS> <allow>true</allow> <allowRemote>false</allowRemote> <dir>/data/thredds/tds-live/content/thredds/cache/wcs/</dir> <scour>15 min</scour> <maxAge>30 min</maxAge> </WCS> <WMS> <allow>true</allow> <allowRemote>false</allowRemote> <allowFeatureInfo>true</allowFeatureInfo> <maxImageWidth>5000</maxImageWidth> <maxImageHeight>5000</maxImageHeight> </WMS> <!-- Enable CatalogGen service. --> <CatalogGen> <allow>true</allow> </CatalogGen> <!-- Enable DLwriter service but disable on remote catalogs. --> <DLwriter> <allow>true</allow> <allowRemote>false</allowRemote> </DLwriter> <!-- Enable DqcService. --> <DqcService> <allow>true</allow> </DqcService> <!-- Viewer>my.package.MyViewer</Viewer --> <FmrcInventory> <openType>XML_ONLY</openType> </FmrcInventory> <!-- nj22Config <ioServiceProvider class="edu.univ.ny.stuff.FooFiles"/> <coordSysBuilder convention="foo" class="test.Foo"/> <coordTransBuilder name="atmos_ln_sigma_coordinates" type="vertical" class="my.stuff.atmosSigmaLog"/> <typedDatasetFactory datatype="Point" class="gov.noaa.obscure.file.Flabulate"/> <table type="GRIB1" filename="/home/rkambic/grib/tables/userlookup.lst"/> <table type="GRIB2" filename="/home/rkambic/grib/tables/grib2userparameters"/> </nj22Config --> <DiskCache> <alwaysUse>false</alwaysUse> <dir>/data/thredds/tds-live/content/thredds/cache/cdm/</dir> <scour>1 hour</scour> <maxSize>1 Gb</maxSize> </DiskCache> <GribIndexing> <setExtendIndex>false</setExtendIndex> <alwaysUseCache>false</alwaysUseCache> </GribIndexing> <AggregationCache> <dir>/data/thredds/tds-live/content/thredds/cache/agg/</dir> <scour>24 hours</scour> <maxAge>90 days</maxAge> </AggregationCache> <ehcache> <dir>/data/thredds/tds-live/content/thredds/cache/ehcache/</dir> </ehcache> <FeatureCollection> <dir>/data/thredds/tds-live/content/thredds/cache/collection/</dir> </FeatureCollection> </threddsConfig>