THREDDS is an acronym for Thematic Realtime Environmental Distributed Data Services. The goal of the project is developing middleware to bridge the gap between data providers and data users. The goal is to simplify the discovery and use of scientific data and to allow scientific publications and educational materials to reference scientific data.
Questions tagged [thredds]
42 questions
0
votes
0 answers
MS WINDOWS: Declaring setenv.bat for Tomcat9 for use with THREDDS server - What is wrong with my syntax?
UPDATE: I've tried starting TomCat from commandline. During the startup messages I get this:
15-Mar-2019 09:05:08.603 INFO [main] org.apache.catalina.startup.HostConfig.deployWAR Deploying web application archive [C:\Program…

Asbjørn Hoffskov
- 1
- 3
0
votes
2 answers
NcML aggregation of remote THREDDS catalog
I want to aggregate all files within a specific directory of a remote THREDDS catalog. These are grib2 files for nam forecast. This is the main list of directories for each month. Here is my ncml file for the aggregation of this catalog of…

Sia
- 207
- 2
- 9
0
votes
1 answer
Filtering thredds datasetScan by both directory and file pattern?
In THREDDS server setup, I need to configure datasetScan filter element in catalog.xml so that it takes into account full file path, not just file name or directory name. Say, I have following folder structure:
/GGG/alpha/a
/b
…

kakk11
- 898
- 8
- 21
0
votes
1 answer
Thredds getCapabilities for ncWMS server
Thredds Data Server TDS provides getCapabilities for a netCDF file.
e.g. http://localhost:8080/thredds/wms/testAll/Filename.nc?service=WMS&version=1.3.0&request=GetCapabilities
Here, the filename would be a netCDF dataset present at this location…

Alberto
- 195
- 1
- 2
- 9
0
votes
2 answers
THREDDS Data Server: Deployment fails in Tomcat 8
I´m trying to deploy THREDDS Data Server (TDS) (http://www.unidata.ucar.edu/software/thredds/current/tds/tutorial/GettingStarted.html) as a WAR file in tomcat 8, which should be trivial. But when deploying i get an error message in the Webapps…

flixe
- 626
- 1
- 11
- 36
0
votes
1 answer
Files used in THREDDS "best-time-series" aggregation
Is there a way to determine the files, and perhaps time-steps within the files, that are used to construct a "best-time-series" within THREDDS? We currently serve output from a numerical model via THREDDS. We have output each day (ideally) that…

JimP
- 83
- 5
0
votes
1 answer
Using Javascript to make parallel server requests THREDDS OPeNDAP
For the following THREDDS OPeNDAP server:
http://data.nodc.noaa.gov/thredds/catalog/ghrsst/L2P/MODIS_T/JPL/2015/294/catalog.html
I would like to note four Attributes of every file in there. The attributes are:
northernmost lattitude; easternmost…
0
votes
2 answers
THREDDS OPeNDAP speed Matlab
Using the following code in Matlab:
nc_file_list = {'http://data.nodc.noaa.gov/thredds/dodsC/ghrsst/L2P/MODIS_A/JPL/2015/287/20151014-MODIS_A-JPL-L2P-A2015287235500.L2_LAC_GHRSST_D-v01.nc.bz2'};
temp.sl =…

InteressantPunt
- 145
- 4
0
votes
1 answer
Show timer in activity
I have created a timer in activity, some times it works perfectly but some time it run faster than the specified execution period.Here is my code
public void StartTimer()
{try
{
// Start Timer
Log.e("", "time1 : " +…

Meenaxi
- 567
- 5
- 17
0
votes
1 answer
Thredds server WMS/Godiva working but WMS link just shows XML
I have the latest Thredds server working with Tomcat 7 and in the threddsConfig.XML file I have enabled WMS. This causes the Godiva link to show at the bottom in the Viewers category.
However, above, in the Access category, which now shows both…

Dave NYC
- 19
- 2
0
votes
1 answer
Thredds threddsConfig.xml file issue with WMS
I have installed version 4.3 of Thredds (on tomcat 7) and it's working, except with WMS.
If I used an older threddsConfig.xml file (which is pretty much all defaults except for uncommenting the WMS, it works and I see the Godiva link.
If I download…

Dave NYC
- 19
- 2
-1
votes
1 answer
How to get Contours in ncWMS thredds vertical section for getVerticalSection request
How to get Contours in ncWMS thredds vertical section for getVerticalSection request. I need to obtain some pngs with contours on them for a project using thredds 5.0.0, I am unable to find find any API parameter for it.

paras
- 59
- 8