|
BCO-DMO ERDDAP
Accessing BCO-DMO data |
log in
Brought to you by BCO-DMO |
| Dataset Title: | [SAG AT50-08 Data] - Genomic data collected from R/V Atlantis cruise AT50-08 in the Eastern Tropical North Pacific during February-March 2023 (Collaborative Research: Key Microbial Processes in Oxygen Minimum Zones: From In Situ Community Rate Measurements to Single Cells)
|
| Institution: | BCO-DMO (Dataset ID: bcodmo_dataset_999321_v1) |
| Information: | Summary
| License
| FGDC
| ISO 19115
| Metadata
| Background
| Files
| Make a graph
|
Attributes {
s {
BioProject {
String long_name "Bioproject";
String units "unitless";
}
BioSample {
String long_name "Biosample";
String units "unitless";
}
Sample {
String long_name "Sample";
String units "unitless";
}
SRA_Run {
String long_name "Sra_run";
String units "unitless";
}
SRA_Experiment {
String long_name "Sra_experiment";
String units "unitless";
}
depth {
String _CoordinateAxisType "Height";
String _CoordinateZisPositive "down";
Int32 actual_range 40, 1000;
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";
Float32 actual_range 18.1667, 18.8833;
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 -106.2833, -104.9;
String axis "X";
String ioos_category "Location";
String long_name "Longitude";
String standard_name "longitude";
String units "degrees_east";
}
Date {
String long_name "Date";
String units "unitless";
}
CTD_cast {
Int32 actual_range 15, 67;
String long_name "Ctd_cast";
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.999321.1";
Float64 Easternmost_Easting -104.9;
Float64 geospatial_lat_max 18.8833;
Float64 geospatial_lat_min 18.1667;
String geospatial_lat_units "degrees_north";
Float64 geospatial_lon_max -104.9;
Float64 geospatial_lon_min -106.2833;
String geospatial_lon_units "degrees_east";
Float64 geospatial_vertical_max 1000.0;
Float64 geospatial_vertical_min 40.0;
String geospatial_vertical_positive "down";
String geospatial_vertical_units "m";
String history
"2026-09-10T18:46:25Z (local files)
2026-09-10T18:46:25Z https://erddap.bco-dmo.org/erddap/tabledap/bcodmo_dataset_999321_v1.html";
String infoUrl "https://osprey.bco-dmo.org/dataset/999321";
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 18.8833;
String sourceUrl "(local files)";
Float64 Southernmost_Northing 18.1667;
String summary "This dataset corresponds to the raw sequences of the single-cell amplified genomes (SAGs) collected for the MicroPro project in the Eastern Tropical North Pacific oxygen minimum zone in February and March of 2023 aboard R/V Atlantis on cruise AT50-08B. It includes genome identifiers and associated metadata (e.g., sample IDs, collection context) and links each genome to its corresponding accession in the National Center for Biotechnology Information's Short Read Archive (NCBI SRA).";
String title "[SAG AT50-08 Data] - Genomic data collected from R/V Atlantis cruise AT50-08 in the Eastern Tropical North Pacific during February-March 2023 (Collaborative Research: Key Microbial Processes in Oxygen Minimum Zones: From In Situ Community Rate Measurements to Single Cells)";
Float64 Westernmost_Easting -106.2833;
}
}
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.