![]() |
CanWIN ERDDAP
The Canadian Watershed Information Networks' ERDDAP server making scientific data more accessible |
Brought to you by CEOS UM CCADI ECCC |
| Dataset Title: | NortheastJamesBay_CTD_2016-17
|
| Institution: | Centre for Earth Observation Science (Dataset ID: NEJB_2016_2017_CTDs_3232_b3a4_0b0c) |
| Information: | Summary
| License
| FGDC
| ISO 19115
| Metadata
| Background
| Files
| Make a graph
|
Attributes {
s {
Station {
Int16 actual_range 1558, 1726;
String ioos_category "Identifier";
String long_name "Station";
}
time {
String _CoordinateAxisType "Time";
Float64 actual_range 1.45383342e+9, 1.5047376e+9;
String axis "T";
String ioos_category "Time";
String long_name "Date Time";
String source_name "Date_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";
}
longitude {
String _CoordinateAxisType "Lon";
Float32 actual_range -79.72058, -78.5932;
String axis "X";
Float64 colorBarMaximum 180.0;
Float64 colorBarMinimum -180.0;
String ioos_category "Location";
String long_name "Longitude";
String source_name "Longitude_east";
String standard_name "longitude";
String units "degrees_east";
}
latitude {
String _CoordinateAxisType "Lat";
Float32 actual_range 53.30734, 54.7015;
String axis "Y";
Float64 colorBarMaximum 90.0;
Float64 colorBarMinimum -90.0;
String ioos_category "Location";
String long_name "Latitude";
String source_name "Latitude_north";
String standard_name "latitude";
String units "degrees_north";
}
sea_water_pressure_dbar {
Float32 actual_range -0.01924, 25.3558;
String ioos_category "Pressure";
String long_name "Sea Water Pressure Dbar";
}
CTDSal_psu {
Float32 actual_range 0.00785, 27.2679;
String ioos_category "Salinity";
String long_name "CTDSal Psu";
}
WC_temp_CTD_degC {
Float32 actual_range -1.30637, 21.30676;
String ioos_category "Unknown";
String long_name "WC Temp CTD Deg C";
}
}
NC_GLOBAL {
String cdm_data_type "Point";
String Conventions "COARDS, CF-1.6, ACDD-1.3";
String creator_name "Centre for Earth Observation Science";
String Data_collection_start_date "2016-01-27";
String Dataset_Author "Peck, Chris";
String Dataset_Author_Affiliation "Centre for Earth Observation Science - University of Manitoba";
String Dataset_Author_Email "peckc@myumanitoba.ca";
String Dataset_Contributor "Kuzyk, Zou Zou";
String Dataset_Contributor_Afiliation "Centre for Earth Observation Science - University of Manitoba";
String Dataset_Contributor_Email "zouzou.kuzyk@umanitoba.ca";
String Dataset_Contributor_Role "Supervisor";
String Dataset_Maintenance_&_Update_Frequency "Not planned";
String Dataset_Status "Complete";
Float64 Dataset_Version 1.0;
Float64 Easternmost_Easting -78.5932;
String featureType "Point";
Float64 geospatial_lat_max 54.7015;
Float64 geospatial_lat_min 53.30734;
String geospatial_lat_units "degrees_north";
Float64 geospatial_lon_max -78.5932;
Float64 geospatial_lon_min -79.72058;
String geospatial_lon_units "degrees_east";
String history
"2025-10-30T21:50:45Z https://canwin-datahub.ad.umanitoba.ca/data/dataset/ne-james-bay-moorings-ctds/resource/811b00f2-e906-4916-9234-321ed888cdb5
2025-10-30T21:50:45Z http://CanWINerddap.ad.umanitoba.ca/erddap/tabledap/NEJB_2016_2017_CTDs_3232_b3a4_0b0c.html";
String infoUrl "https://canwin-datahub.ad.umanitoba.ca/data/dataset/ne-james-bay-moorings-ctds";
String institution "Centre for Earth Observation Science";
String keywords "Coastal dynamics, eelgrass, Rivers, Salinity, Temperature";
String license "Creative Commons Attribution 4.0 International";
Float64 Northernmost_Northing 54.7015;
String Project_Data_Curator "Peck, Chris";
String Project_Data_Curator_Afiliation "Centre for Earth Observation Science - University of Manitoba";
String Project_Data_Curator_Email "peckc@myumanitoba.ca";
String Research_Area "Chisasibi";
String Sample_collection_instrument_name "Hobo CT Logger,Hobo Water Level logger,Seametrics CT2X,RBR PAR,Alec CT,Castaway by Sontek";
String sourceUrl "https://canwin-datahub.ad.umanitoba.ca/data/dataset/ne-james-bay-moorings-ctds/resource/811b00f2-e906-4916-9234-321ed888cdb5";
Float64 Southernmost_Northing 53.30734;
String standard_name_vocabulary "CF Standard Name Table v55";
String summary "This dataset contains CTD data taken from 2016-2017 in both ice present and ice-free conditions. Data was collected year round in the Chisasibi Eeyou marine region.";
String time_coverage_end "2017-09-06T22:40:00Z";
String time_coverage_start "2016-01-26T18:37:00Z";
String title "NortheastJamesBay_CTD_2016-17";
String Type "Dataset";
Float64 Westernmost_Easting -79.72058;
}
}
Data Access Protocol (DAP)
and its
selection constraints
.
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.