![]() |
ERDDAP
Easier access to scientific data |
| ![]() Brought to you by NOAA NMFS SWFSC ERD |
Dataset Title: | PR_PSAL_Capo Carbonara
![]() ![]() |
Institution: | ??? (Dataset ID: ASPIM_PR_PSAL_Capo_Carbonara) |
Information: | Summary ![]() ![]() ![]() |
Attributes { s { PLATFORMCODE { String ioos_category "Unknown"; String long_name "PLATFORMCODE"; } time { String _CoordinateAxisType "Time"; Float64 actual_range -1.9222416e+9, 1.673439268e+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.3100000023841858, 3001.845458984375; 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, 1; 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 38.79481833333333, 39.29096833333333; 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 9.152449607849121, 9.945281666666666; 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, 1; Float64 colorBarMaximum 150.0; Float64 colorBarMinimum 0.0; String ioos_category "Quality"; String long_name "POSITION QC"; } PSAL { Float64 _FillValue NaN; Float64 actual_range -127.0, 43.95140075683594; String ioos_category "Unknown"; String long_name "PSAL"; } PSAL_QC { Byte _FillValue -127; String _Unsigned "false"; Byte actual_range 0, 9; Float64 colorBarMaximum 150.0; Float64 colorBarMinimum 0.0; String ioos_category "Quality"; String long_name "PSAL QC"; } } NC_GLOBAL { String cdm_data_type "Point"; String Conventions "COARDS, CF-1.10, ACDD-1.3"; Float64 Easternmost_Easting 9.945281666666666; String featureType "Point"; Float64 geospatial_lat_max 39.29096833333333; Float64 geospatial_lat_min 38.79481833333333; String geospatial_lat_units "degrees_north"; Float64 geospatial_lon_max 9.945281666666666; Float64 geospatial_lon_min 9.152449607849121; String geospatial_lon_units "degrees_east"; Float64 geospatial_vertical_max 3001.845458984375; Float64 geospatial_vertical_min -0.3100000023841858; String geospatial_vertical_positive "down"; String geospatial_vertical_units "m"; String history "2025-10-13T20:22:44Z (local files) 2025-10-13T20:22:44Z http://erddap.s4oceandata.eu/erddap/tabledap/ASPIM_PR_PSAL_Capo_Carbonara.html"; String infoUrl "???"; String institution "???"; String keywords "data, depth, DEPTH_QC, latitude, local, longitude, platformcode, position, POSITION_QC, PSAL, PSAL_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 39.29096833333333; String sourceUrl "(local files)"; Float64 Southernmost_Northing 38.79481833333333; String standard_name_vocabulary "CF Standard Name Table v70"; String subsetVariables "TIME_QC"; String summary "PR_PSAL_Capo Carbonara"; String time_coverage_end "2023-01-11T12:14:28Z"; String time_coverage_start "1909-02-01T20:00:00Z"; String title "PR_PSAL_Capo Carbonara"; Float64 Westernmost_Easting 9.152449607849121; } }
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.