|
BCO-DMO ERDDAP
Accessing BCO-DMO data |
log in
Brought to you by BCO-DMO |
| Dataset Title: | [2023 CBL Seine Dissection Results] - Stomach dissection results from fish caught in Chesapeake Biological Laboratory's seine survey in Summer 2023 (Planktonic Omnivores and Stable Isotopes: Developing, Validating and Field-testing a Multi-species Functional Response Model)
|
| Institution: | BCO-DMO (Dataset ID: bcodmo_dataset_986250_v1) |
| Information: | Summary
| License
| Metadata
| Background
| Data Access Form
| Files
|
|
Attributes {
s {
Fish_ID {
Int32 actual_range 1, 135;
String long_name "Fish_id";
String units "unitless";
}
ISO_DateTime_Local {
String long_name "Iso_datetime_local";
String units "unitless";
}
Date_Caught {
String long_name "Date_caught";
String units "unitless";
}
Time_Caught {
String long_name "Time_caught";
String units "unitless";
}
Location_Survey {
String long_name "Location_survey";
String units "unitless";
}
Species {
String long_name "Species";
String units "unitless";
}
Total_Length_mm {
Float32 actual_range 72.0, 565.0;
String long_name "Total_length_mm";
String units "millimeters (mm)";
}
Total_Weight_g {
Float32 actual_range 4.37, 247.11;
String long_name "Total_weight_g";
String units "grams (g)";
}
Full_Stomach_g {
Float32 actual_range 0.05, 10.58;
String long_name "Full_stomach_g";
String units "grams (g)";
}
Empty_Stomach_g {
Float32 actual_range 0.02, 5.17;
String long_name "Empty_stomach_g";
String units "grams (g)";
}
Mysids_count {
Int32 actual_range 0, 147;
String long_name "Mysids_count";
String units "unitless";
}
Mysids_present {
Int32 actual_range 0, 1;
String long_name "Mysids_present";
String units "unitless";
}
Amphipods {
Int32 actual_range 0, 1;
String long_name "Amphipods";
String units "unitless";
}
Fish {
Int32 actual_range 0, 1;
String long_name "Fish";
String units "unitless";
}
Insects {
Int32 actual_range 0, 1;
String long_name "Insects";
String units "unitless";
}
Polychetes {
Int32 actual_range 0, 1;
String long_name "Polychetes";
String units "unitless";
}
Crabs {
Int32 actual_range 0, 1;
String long_name "Crabs";
String units "unitless";
}
Foliage {
Int32 actual_range 0, 1;
String long_name "Foliage";
String units "unitless";
}
Shrimp {
Int32 actual_range 0, 1;
String long_name "Shrimp";
String units "unitless";
}
Isopods {
Int32 actual_range 0, 1;
String long_name "Isopods";
String units "unitless";
}
Items {
String long_name "Items";
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 doi "10.26008/1912/bco-dmo.986250.1";
String history
"2025-11-19T03:18:00Z (local files)
2025-11-19T03:18:00Z https://erddap.bco-dmo.org/tabledap/bcodmo_dataset_986250_v1.das";
String infoUrl "https://osprey.bco-dmo.org/dataset/986250";
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.";
String sourceUrl "(local files)";
String summary "This dataset includes results from the dissection of stomach contents of fish caught from a night time seine survey (August-September) conducted by Chesapeake Biological Laboratory. The fish were kept based on previous evidence of consuming mysids and what other studies have determined to consume mysids. The dissection data include the individual fish identification number, date and time the fish was caught, location fish was caught, species of fish, total length of fish, full and empty weights of the fish, and the presence of various prey items (amphipods, fish, insects, mysids, polychetes, crabs, foliage, shrimp, isopods), the items found in the stomachs, and comments about each dissection. Dissections took place from October 2023 to January 2024. Laboratory scalpels and forceps were used to remove the organs from the fish, and a dissecting microscope was used to identify the stomach contents visually. Sampling was done by various students and technicians at Chesapeake Biological Laboratory, and dissections were done by Lael Collins.";
String title "[2023 CBL Seine Dissection Results] - Stomach dissection results from fish caught in Chesapeake Biological Laboratory's seine survey in Summer 2023 (Planktonic Omnivores and Stable Isotopes: Developing, Validating and Field-testing a Multi-species Functional Response Model)";
}
}
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.