![]() |
ERDDAP
Easier access to scientific data |
log in
Brought to you by NOAA NMFS SWFSC ERD |
Dataset Title: | ECOMON CTD data.
![]() ![]() |
Institution: | Institute for Marine and Coastal Sciences. Rutgers, The State University (Dataset ID: ECOMON_CTD_DATA) |
Information: | Summary ![]() ![]() ![]() |
Attributes { s { time { String _CoordinateAxisType "Time"; Float64 actual_range 1.410358294e+9, 1.572192119e+9; String axis "T"; String cf_role "profile_id"; String ioos_category "Time"; String long_name "Time"; String standard_name "time"; String time_origin "01-JAN-1970 00:00:00"; String units "seconds since 1970-01-01T00:00:00Z"; } latitude { String _CoordinateAxisType "Lat"; Float64 actual_range 34.38, 44.48; 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 -76.29875, -64.96566666666666; 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"; } depth { String _CoordinateAxisType "Height"; String _CoordinateZisPositive "down"; Float64 actual_range 1.0, 200.0; String axis "Z"; Float64 colorBarMaximum 8000.0; Float64 colorBarMinimum -8000.0; String colorBarPalette "TopographyDepth"; String history "Bin center depths."; String ioos_category "Location"; String long_name "Depth"; String positive "down"; String standard_name "depth"; String units "m"; } temperature { Float64 _Fillvalue 9.999e+20; Float64 actual_range 1.1541666666666661, 29.9652; Float64 colorBarMaximum 40.0; Float64 colorBarMinimum -10.0; String ioos_category "Temperature"; String long_name "Temperature"; Float64 missing_value 9.999e+20; String name "temperature"; String time "time"; String units "degree_C"; } salinity { Float64 _Fillvalue 9.999e+20; Float64 actual_range 16.397915384615384, 37.9942; Float64 colorBarMaximum 37.0; Float64 colorBarMinimum 32.0; String ioos_category "Salinity"; String long_name "Salinity"; Float64 missing_value 9.999e+20; String name "salinity"; String standard_name "sea_water_practical_salinity"; String time "time"; String units "PSU"; } } NC_GLOBAL { String cdm_data_type "Profile"; String cdm_profile_variables "time, latitude, longitude"; String Conventions "CF-1.6, COARDS, ACDD-1.3"; String creator_name "Institute for Marine and Coastal Sciences. Rutgers, The State University"; String creator_type "institution"; String creator_url "https://marine.rutgers.edu/main/"; Float64 Easternmost_Easting -64.96566666666666; String featureType "Profile"; Float64 geospatial_lat_max 44.48; Float64 geospatial_lat_min 34.38; String geospatial_lat_units "degrees_north"; Float64 geospatial_lon_max -64.96566666666666; Float64 geospatial_lon_min -76.29875; String geospatial_lon_units "degrees_east"; Float64 geospatial_vertical_max 200.0; Float64 geospatial_vertical_min 1.0; String geospatial_vertical_positive "down"; String geospatial_vertical_units "m"; String history "Created by /home/om/cron/ecomon/ecomon_handler_v2.m on 2020-02-28 02:01:03 using /home/om/cron/ecomon/ecomon_ctd_v2.xml by Eli Hunter 2025-02-21T16:38:06Z https://www.fisheries.noaa.gov/about/northeast-fisheries-science-center 2025-02-21T16:38:06Z https://nybsand.marine.rutgers.edu/erddap/tabledap/ECOMON_CTD_DATA.html"; String infoUrl "https://marine.rutgers.edu/main/"; String Institution "Rutgers University"; String institution "Institute for Marine and Coastal Sciences. Rutgers, The State University"; String keywords "coastal, conductivity, ctd, data, density, depth, earth, Earth Science > Oceans > Salinity/Density > Salinity, ecomon, institute, latitude, longitude, marine, obs_provenance, observaton, ocean, oceans, practical, provenance, rutgers, salinity, science, sciences, sea, sea_water_practical_salinity, seawater, sonde, state, temperature, time, university, water"; String keywords_vocabulary "GCMD Science Keywords"; 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 44.48; String source "ftp://ftp.nefsc.noaa.gov/pub/dropoff/del_ctd/"; String sourceUrl "https://www.fisheries.noaa.gov/about/northeast-fisheries-science-center"; Float64 Southernmost_Northing 34.38; String standard_name_vocabulary "CF Standard Name Table v55"; String subsetVariables "time, latitude, longitude"; String summary "ECOMON Conductivity, Temperature, Depth (CTD) data. Institute for Marine and Coastal Sciences. Rutgers, The State University data from a local source."; String time_coverage_end "2019-10-27T16:01:59Z"; String time_coverage_start "2014-09-10T14:11:34Z"; String Title "ECOMON CTD data from quaterly cruises"; String title "ECOMON CTD data."; Float64 Westernmost_Easting -76.29875; } }
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.