![]() |
ERDDAP
Easier access to scientific data |
| ![]() Brought to you by NOAA NMFS SWFSC ERD |
Dataset Title: | PR_CNDC_Plemmirio
![]() ![]() |
Institution: | ??? (Dataset ID: ASPIM_PR_CNDC_Plemmirio) |
Information: | Summary ![]() ![]() ![]() |
Attributes { s { PLATFORMCODE { String ioos_category "Unknown"; String long_name "PLATFORMCODE"; } time { String _CoordinateAxisType "Time"; Float64 actual_range 1.42987176e+9, 1.67582817e+9; String axis "T"; String ioos_category "Time"; String long_name "Time"; String standard_name "time"; String time_origin "01-JAN-1970 00:00:00"; String time_precision "1970-01-01T00:00:00Z"; String units "seconds since 1970-01-01T00:00:00Z"; } TIME_QC { Byte _FillValue 127; String _Unsigned "false"; Byte actual_range 1, 1; Float64 colorBarMaximum 150.0; Float64 colorBarMinimum 0.0; String ioos_category "Quality"; String long_name "TIME QC"; } depth { String _CoordinateAxisType "Height"; String _CoordinateZisPositive "down"; Float64 _FillValue NaN; Float64 actual_range -0.17999977, 2002.4; String axis "Z"; Float64 colorBarMaximum 8000.0; Float64 colorBarMinimum -8000.0; String colorBarPalette "TopographyDepth"; String ioos_category "Location"; String long_name "Depth"; String positive "down"; String standard_name "depth"; String units "m"; } DEPTH_QC { Byte _FillValue -127; String _Unsigned "false"; Byte actual_range 0, 2; Float64 colorBarMaximum 150.0; Float64 colorBarMinimum 0.0; String ioos_category "Quality"; String long_name "Depth"; String standard_name "depth"; } latitude { String _CoordinateAxisType "Lat"; Float64 actual_range 36.795406666666665, 37.152145; String axis "Y"; Float64 colorBarMaximum 90.0; Float64 colorBarMinimum -90.0; String ioos_category "Location"; String long_name "Latitude"; String standard_name "latitude"; String units "degrees_north"; } longitude { String _CoordinateAxisType "Lon"; Float64 actual_range 15.330598333333333, 15.68945; String axis "X"; Float64 colorBarMaximum 180.0; Float64 colorBarMinimum -180.0; String ioos_category "Location"; String long_name "Longitude"; String standard_name "longitude"; String units "degrees_east"; } POSITION_QC { Byte _FillValue 127; String _Unsigned "false"; Byte actual_range 0, 0; Float64 colorBarMaximum 150.0; Float64 colorBarMinimum 0.0; String ioos_category "Quality"; String long_name "POSITION QC"; } CNDC { Float64 _FillValue NaN; String ioos_category "Unknown"; String long_name "CNDC"; } CNDC_QC { Byte _FillValue -127; String _Unsigned "false"; Byte actual_range 0, 0; Float64 colorBarMaximum 150.0; Float64 colorBarMinimum 0.0; String ioos_category "Quality"; String long_name "CNDC QC"; } } NC_GLOBAL { String cdm_data_type "Point"; String Conventions "COARDS, CF-1.10, ACDD-1.3"; Float64 Easternmost_Easting 15.68945; String featureType "Point"; Float64 geospatial_lat_max 37.152145; Float64 geospatial_lat_min 36.795406666666665; String geospatial_lat_units "degrees_north"; Float64 geospatial_lon_max 15.68945; Float64 geospatial_lon_min 15.330598333333333; String geospatial_lon_units "degrees_east"; Float64 geospatial_vertical_max 2002.4; Float64 geospatial_vertical_min -0.17999977; String geospatial_vertical_positive "down"; String geospatial_vertical_units "m"; String history "2025-10-13T15:11:28Z (local files) 2025-10-13T15:11:28Z http://erddap.s4oceandata.eu/erddap/tabledap/ASPIM_PR_CNDC_Plemmirio.html"; String infoUrl "???"; String institution "???"; String keywords "CNDC, CNDC_QC, data, depth, DEPTH_QC, latitude, local, longitude, platformcode, position, POSITION_QC, quality, source, time, TIME_QC"; 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."; Float64 Northernmost_Northing 37.152145; String sourceUrl "(local files)"; Float64 Southernmost_Northing 36.795406666666665; String standard_name_vocabulary "CF Standard Name Table v70"; String subsetVariables "TIME_QC"; String summary "PR_CNDC_Plemmirio"; String time_coverage_end "2023-02-08T03:49:30Z"; String time_coverage_start "2015-04-24T10:36:00Z"; String title "PR_CNDC_Plemmirio"; Float64 Westernmost_Easting 15.330598333333333; } }
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.