![]() |
ERDDAP
Easier access to scientific data |
Brought to you by NOAA NMFS SWFSC ERD |
Dataset Title: | CORA in-situ near real-time observations in the ECCOFS domain
![]() ![]() |
Institution: | Rutgers, the state university (Dataset ID: ECCOFS_INSITU_OBS) |
Information: | Summary ![]() ![]() ![]() |
Attributes { s { time { String _CoordinateAxisType "Time"; Float64 actual_range 1.74744e+9, 1.7609184e+9; String axis "T"; String calender "gregorian"; String ioos_category "Time"; String long_name "Time"; String source_name "obs_time"; String standard_name "time"; String time_origin "01-JAN-1970 00:00:00"; String units "seconds since 1970-01-01T00:00:00Z"; } provenance { Float64 _FillValue 9223372036854775807; Float64 actual_range 801, 825; String ioos_category "Unknown"; String long_name "Provenance"; } latitude { String _CoordinateAxisType "Lat"; Float32 _FillValue NaN; Float32 actual_range -3.0, 53.0; 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"; } depth { String _CoordinateAxisType "Height"; String _CoordinateZisPositive "down"; Float64 _FillValue NaN; Float64 actual_range -4.8, 4044.7; String axis "Z"; String ioos_category "Location"; String long_name "Depth"; String orientation "positive up"; String positive "down"; String source_name "obs_depth"; String standard_name "depth"; String units "m"; } value { Float64 _FillValue NaN; Float64 actual_range -1.9, 39.98; String ioos_category "other"; String long_name "observation value"; String units "state variable units"; } longitude { String _CoordinateAxisType "Lon"; Float32 _FillValue NaN; Float32 actual_range -100.0, -38.0; 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"; } type { Float64 _FillValue NaN; Float64 actual_range 6.0, 7.0; String ioos_category "Unknown"; String long_name "Obs Type"; } } NC_GLOBAL { String cdm_data_type "Other"; String Conventions "CF-1.10, COARDS, ACDD-1.3"; Float64 Easternmost_Easting -38.0; Float64 geospatial_lat_max 53.0; Float64 geospatial_lat_min -3.0; String geospatial_lat_units "degrees_north"; Float64 geospatial_lon_max -38.0; Float64 geospatial_lon_min -100.0; String geospatial_lon_units "degrees_east"; Float64 geospatial_vertical_max 4044.7; Float64 geospatial_vertical_min -4.8; String geospatial_vertical_positive "down"; String geospatial_vertical_units "m"; String history "Created by Eli Hunter (hunter@marine.rutgers.edu),2025-10-20 04:55:11 2025-10-21T01:11:12Z (local files) 2025-10-21T01:11:12Z https://tds.marine.rutgers.edu/erddap/tabledap/ECCOFS_INSITU_OBS.html"; String infoUrl "https://data.marine.copernicus.eu/product/INSITU_GLO_PHYBGCWAV_DISCRETE_MYNRT_013_030/description"; String institution "Rutgers, the state university"; String keywords "copernicus, data, depth, doi, domain, eccofs, in-situ, latitude, longitude, obs, obs_lat, obs_lon, obs_provenance, obs_type, obs_value, observation, observations, product, product_doi, provenance, situ, time, type, value"; 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 53.0; String source "https://data.marine.copernicus.eu/"; String sourceUrl "(local files)"; Float64 Southernmost_Northing -3.0; String standard_name_vocabulary "CF Standard Name Table v70"; String subsetVariables "type,provenance"; String summary "Copernicus in-situ observations in the ECCOFS domain."; String testOutOfDate "now-2days"; String time_coverage_end "2025-10-20T00:00:00Z"; String time_coverage_start "2025-05-17T00:00:00Z"; String Title "CORA in-situ near real-time observations in the ECCOFS domain"; String title "CORA in-situ near real-time observations in the ECCOFS domain"; String Type "ECOFFS in-situ Observations file"; Float64 Westernmost_Easting -100.0; } }
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.