|
BCO-DMO ERDDAP
Accessing BCO-DMO data |
log in
Brought to you by BCO-DMO |
| Dataset Title: | [CBL Mysid Survey] - Weekly epi-benthic sled mysid survey observations from Chesapeake Biological Laboratory pier, Solomons, MD, USA, Jun 2022 to Sep 2024 (Planktonic Omnivores and Stable Isotopes: Developing, Validating and Field-testing a Multi-species Functional Response Model)
|
| Institution: | BCO-DMO (Dataset ID: bcodmo_dataset_996508_v1) |
| Information: | Summary
| License
| FGDC
| ISO 19115
| Metadata
| Background
| Files
| Make a graph
|
Attributes {
s {
Local_DateTime_EDT {
String long_name "Local_datetime_edt";
String units "unitless";
}
time {
String _CoordinateAxisType "Time";
Float64 actual_range 1.6553916e+9, 1.7255484e+9;
String axis "T";
String ioos_category "Time";
String long_name "Iso_datetime_utc";
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";
Float32 actual_range 38.31808, 38.31808;
String axis "Y";
String ioos_category "Location";
String long_name "Latitude";
String standard_name "latitude";
String units "degrees_north";
}
longitude {
String _CoordinateAxisType "Lon";
Float32 actual_range -76.45303, -76.45303;
String axis "X";
String ioos_category "Location";
String long_name "Long";
String standard_name "longitude";
String units "degrees_east";
}
STATION {
String long_name "Station";
String units "unitless";
}
SEASON {
String long_name "Season";
String units "unitless";
}
TRANSECT {
String long_name "Transect";
String units "unitless";
}
HABITAT {
String long_name "Habitat";
String units "unitless";
}
TOTAL_N {
Int32 actual_range 0, 2488;
String long_name "Total_n";
String units "unitless";
}
COMMENTS {
String long_name "Comments";
String units "unitless";
}
}
NC_GLOBAL {
String cdm_data_type "Other";
String Conventions "COARDS, CF-1.6, ACDD-1.3";
String creator_email "info@bco-dmo.org";
String creator_name "BCO-DMO";
String creator_url "https://www.bco-dmo.org/";
String defaultDataQuery "&time<now";
String doi "10.26008/1912/bco-dmo.996508.1";
Float64 Easternmost_Easting -76.45303;
Float64 geospatial_lat_max 38.31808;
Float64 geospatial_lat_min 38.31808;
String geospatial_lat_units "degrees_north";
Float64 geospatial_lon_max -76.45303;
Float64 geospatial_lon_min -76.45303;
String geospatial_lon_units "degrees_east";
String history
"2026-09-10T16:54:41Z (local files)
2026-09-10T16:54:41Z https://erddap.bco-dmo.org/erddap/tabledap/bcodmo_dataset_996508_v1.html";
String infoUrl "https://osprey.bco-dmo.org/dataset/996508";
String institution "BCO-DMO";
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 38.31808;
String sourceUrl "(local files)";
Float64 Southernmost_Northing 38.31808;
String summary
"Data from weekly mysid survey that focused on tracking in-situ mysid numbers in shallow water habitat over time. All data was collected in Solomons, MD at the Chesapeake Biological Laboratory's research pier using an epi-benthic sled with 500um mesh from June to September 2022-2024 on a weekly basis (except where noted in comment field). Individual transect pulls were conducted in the same location, direction and distance and designated as shallow vs. deeper shallow habitat.
This dataset includes collection metadata, station description, and total count of mysids collected.";
String time_coverage_end "2024-09-05T15:00:00Z";
String time_coverage_start "2022-06-16T15:00:00Z";
String title "[CBL Mysid Survey] - Weekly epi-benthic sled mysid survey observations from Chesapeake Biological Laboratory pier, Solomons, MD, USA, Jun 2022 to Sep 2024 (Planktonic Omnivores and Stable Isotopes: Developing, Validating and Field-testing a Multi-species Functional Response Model)";
Float64 Westernmost_Easting -76.45303;
}
}
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.