ERDDAP
Easier access to scientific data |
Brought to you by NOAA NMFS SWFSC ERD |
Dataset Title: | ADV data from Jamaica bay mooring JB02 |
Institution: | Rutgers University (Dataset ID: Jamaica_Bay_ADV_Mean) |
Information: | Summary | License | Metadata | Background | Make a graph |
Attributes { s { time { String _CoordinateAxisType "Time"; Float64 actual_range 1.436454e+9, 1.4380614e+9; String axis "T"; String comment "time of the first sample of the burst."; String ioos_category "Time"; String long_name "survey time"; String standard_name "time"; String time_origin "01-JAN-1970 00:00:00"; String units "seconds since 1970-01-01T00:00:00Z"; } amp1 { Float64 actual_range 10.32, 83.85; String ioos_category "Statistics"; String long_name "Burst Mean Beam 1 amplitude"; String units "dB"; } amp2 { Float64 actual_range 10.75, 84.71; String ioos_category "Statistics"; String long_name "Burst Mean Beam 2 amplitude"; String units "dB"; } amp3 { Float64 actual_range 10.75, 83.42; String ioos_category "Statistics"; String long_name "Burst Mean Beam 3 amplitude"; String units "dB"; } corr1 { Float64 _FillValue 99.0; Float64 actual_range 19.0, 98.0; Float64 colorBarMaximum 100.0; Float64 colorBarMinimum 0.0; String ioos_category "Statistics"; String long_name "Burst Mean Beam 1 correlation"; String units "percent"; } corr2 { Float64 _FillValue 99.0; Float64 actual_range 19.0, 98.0; Float64 colorBarMaximum 100.0; Float64 colorBarMinimum 0.0; String ioos_category "Statistics"; String long_name "Burst Mean Beam 2 correlation"; String units "percent"; } corr3 { Float64 _FillValue 99.0; Float64 actual_range 18.0, 98.0; Float64 colorBarMaximum 100.0; Float64 colorBarMinimum 0.0; String ioos_category "Statistics"; String long_name "Burst Mean Beam 3 correlation"; String units "percent"; } u { Float64 actual_range -70.79, 113.36; String ioos_category "Currents"; String long_name "Eastward velocity"; String units "cm/s"; } v { Float64 actual_range -21.6, 20.28; String ioos_category "Currents"; String long_name "Northward velocity"; String units "cm/s"; } w { Float64 actual_range -1.31, 6.93; String ioos_category "Currents"; String long_name "Vertical velocity"; String units "cm/s"; } pressure { Float64 actual_range 15.08, 17.14; String ioos_category "Pressure"; String long_name "Presure"; String units "decibars"; } } NC_GLOBAL { String cdm_data_type "Other"; String Conventions "COARDS, CF-1.6, ACDD-1.3"; String History "File created on 23-Jan-2020 09:36:33 using convert_adv by EJH"; String history "File created on 23-Jan-2020 09:36:33 using convert_adv by EJH 2024-11-21T23:02:20Z (local files) 2024-11-21T23:02:20Z https://tds.marine.rutgers.edu/erddap/tabledap/Jamaica_Bay_ADV_Mean.html"; String infoUrl "marine.rutgers.edu"; String institution "Rutgers University"; String keywords "adv, amp1, amp2, amp3, amplitude, bay, beam, burst, corr1, corr2, corr3, correlation, currents, data, eastward, jamaica, jb02, mean, mooring, northward, pressure, presure, statistics, survey, time, u, v, velocity, vertical, w"; String license "The data may be used and redistributed for free but is not intended for legal use, since it may contain inaccuracies. Neither the data Contributor, ERD, NOAA, nor the United States Government, nor any of their employees or contractors, makes any warranty, express or implied, including warranties of merchantability and fitness for a particular purpose, or assumes any legal liability for the accuracy, completeness, or usefulness, of this information."; String sourceUrl "(local files)"; String standard_name_vocabulary "CF Standard Name Table v55"; String Summary "Burst mean acoustic doppler velocimeter data from Jamica Bay mooring JB02. July, 2015"; String summary "Burst mean acoustic doppler velocimeter data from Jamica Bay mooring JB02. July, 2015"; String time_coverage_end "2015-07-28T05:30:00Z"; String time_coverage_start "2015-07-09T15:00:00Z"; String Title "ADV data from Jamaica bay mooring JB02"; String title "ADV data from Jamaica bay mooring JB02"; } }
The URL specifies what you want: the dataset, a description of the graph or the subset of the data, and the file type for the response.
Tabledap request URLs must be in the form
https://coastwatch.pfeg.noaa.gov/erddap/tabledap/datasetID.fileType{?query}
For example,
https://coastwatch.pfeg.noaa.gov/erddap/tabledap/pmelTaoDySst.htmlTable?longitude,latitude,time,station,wmo_platform_code,T_25&time>=2015-05-23T12:00:00Z&time<=2015-05-31T12:00:00Z
Thus, the query is often a comma-separated list of desired variable names,
followed by a collection of
constraints (e.g., variable<value),
each preceded by '&' (which is interpreted as "AND").
For details, see the tabledap Documentation.