![]() |
Ocean Networks Canada's ERDDAP
Easier access to Ocean Network Canada's data |
Brought to you by Ocean Networks Canada CANARIE |
Dataset Title: | Barkley Canyon Upper Slope Nitrate sensor Deployed 2014-05-03 / Barkley Canyon Upper Slope Capteur de Nitrate déployé 2014-05-03
![]() ![]() |
Institution: | Ocean Networks Canada (Dataset ID: profile_1190482) |
Information: | Summary ![]() ![]() ![]() |
Attributes { s { timeseries_id { String cf_role "timeseries_id"; String ioos_category "Identifier"; String long_name "Dataset Identifier"; } time { String _CoordinateAxisType "Time"; Float64 actual_range 1.39914304e+9, 1.46682666e+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 time_precision "1970-01-01T00:00:00.000Z"; String units "seconds since 1970-01-01T00:00:00Z"; } nitrate { String ioos_category "Other"; String long_name "Mole Concentration Of Nitrate In Sea Water"; String standard_name "mole_concentration_of_nitrate_in_sea_water"; String units "mol m-3"; } depth { String _CoordinateAxisType "Height"; String _CoordinateZisPositive "down"; String axis "Z"; String ioos_category "Location"; String long_name "Depth"; String positive "down"; String standard_name "depth"; String units "m"; } latitude { String _CoordinateAxisType "Lat"; Float64 actual_range 48.42738167, 48.42738167; String axis "Y"; String ioos_category "Location"; String long_name "Latitude"; String standard_name "latitude"; String units "degrees_north"; } longitude { String _CoordinateAxisType "Lon"; Float64 actual_range -126.174155, -126.174155; String axis "X"; String ioos_category "Location"; String long_name "Longitude"; String standard_name "longitude"; String units "degrees_east"; } } NC_GLOBAL { String cdm_data_type "TimeSeriesProfile"; String cdm_profile_variables "time,depth"; String cdm_timeseries_variables "timeseries_id,longitude,latitude"; String Conventions "COARDS, CF-1.6, ACDD-1.3"; String creator_email "oncdata@lists.uvic.ca"; String creator_name "Ocean Networks Canada"; String creator_url "http://oceannetworkscanada.ca"; String device_id "23268"; String device_name "Satlantic Nitrate Sensor SUNA V2 SN 405"; Float64 Easternmost_Easting -126.174155; String featureType "TimeSeriesProfile"; Float64 geospatial_lat_max 48.42738167; Float64 geospatial_lat_min 48.42738167; String geospatial_lat_units "degrees_north"; Float64 geospatial_lon_max -126.174155; Float64 geospatial_lon_min -126.174155; String geospatial_lon_units "degrees_east"; String geospatial_vertical_positive "down"; String geospatial_vertical_units "m"; String history "2021-01-27T23:06:57Z (source database) 2021-01-27T23:06:57Z http://dap.onc.uvic.ca/erddap/tabledap/profile_1190482.html"; String infoUrl "http://oceannetworks.ca"; String institution "Ocean Networks Canada"; String keywords "EARTH SCIENCE > Oceans > Ocean Chemistry > Nitrate; EARTH SCIENCE > Oceans > Ocean Chemistry > Nutrients; EARTH SCIENCE > Biosphere > Ecological Dynamics > Ecosystem Functions > Primary Production"; String keywords_vocabulary "http://vocab.nerc.ac.uk/collection/P64/0/"; String license "Refer to the Ocean Networks Canada data policy at http://www.oceannetworks.ca/data-tools/data-help/data-policy."; String modify_by "43472"; String modify_date "2018-10-03 10:00:00.000"; Float64 Northernmost_Northing 48.42738167; String sourceUrl "(source database)"; Float64 Southernmost_Northing 48.42738167; String summary "The Satlantic Nitrate Sensor SUNA V2 SN 405 was deployed on 2014-05-03 at Barkley Canyon Upper Slope. Upper Slope is a location within Barkley Canyon, which is located on the upper continental slope. This device is a Nitrate sensor. Nitrate sensors measure the concentration of nitrate, a major nutrient for phytoplankton. It was deployed on a profiling platform. Data from this deployment were archived and made available through Ocean Network Canada's Oceans 2.0 digital infrastructure, with quality assurance and derived data products following established practices. / Ce Satlantic Nitrate Sensor SUNA V2 SN 405 a été deployé le 2014-05-03 au Barkley Canyon Upper Slope. Upper Slope est un endroit situé dans Barkley Canyon, qui est situé sur le versant continental supérieur. Cet instrument est un Capteur de Nitrate. Les capteurs de nitrate mesurent la concentration de nitrate, un élément nutritif important pour le phytoplancton. Il a été deployé sur une plateforme profilant. Les données de ce déploiement sont archivées et accessibles sur l’infrastructure numérique Oceans 2.0 du Réseau Canadien des Océans (ONC) , avec assurance de la qualité et produits dérivés selon les conventions établies."; String time_coverage_end "2016-06-25T03:51:00.000Z"; String time_coverage_start "2014-05-03T18:50:40.000Z"; String title "Barkley Canyon Upper Slope Nitrate sensor Deployed 2014-05-03 / Barkley Canyon Upper Slope Capteur de Nitrate déployé 2014-05-03"; Float64 Westernmost_Easting -126.174155; } }
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
http://dap.onc.uvic.ca/erddap/tabledap/datasetID.fileType{?query}
For example,
http://dap.onc.uvic.ca/erddap/tabledap/erdGlobecBottle.htmlTable?longitude,latitude,time,bottle_posn,temperature1&time>=2002-08-17T00:00:00Z&time<=2002-08-19T20:18: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.