|
BCO-DMO ERDDAP
Accessing BCO-DMO data |
log in
Brought to you by BCO-DMO |
| Dataset Title: | [Hydrothermal vent microbial and viral metagenomes] - Metagenome sequences from deep-sea hydrothermal vent microbial and viral communities collected at International District hydrothermal field, Axial Seamount during 2019, 2021, 2022, and 2023 (CAREER: Temporal dynamics of microbial and viral function and adaptation in hydrothermal vents)
|
| Institution: | BCO-DMO (Dataset ID: bcodmo_dataset_986882_v1) |
| Information: | Summary
| License
| FGDC
| ISO 19115
| Metadata
| Background
| Files
| Make a graph
|
Attributes {
s {
Accession {
String long_name "Accession";
String units "unitless";
}
Sample_Name {
String long_name "Sample_name";
String units "unitless";
}
SPUID {
String long_name "Spuid";
String units "unitless";
}
Organism {
String long_name "Organism";
String units "unitless";
}
Tax_ID {
Int32 actual_range 652676, 652676;
String long_name "Tax_id";
String units "unitless";
}
BioProject {
String long_name "Bioproject";
String units "unitless";
}
sample_name {
String long_name "Sample_name";
String units "unitless";
}
collection_date {
String long_name "Collection_date";
String units "unitless";
}
collection_time {
String long_name "Collection_time";
String units "unitless";
}
depth {
String _CoordinateAxisType "Height";
String _CoordinateZisPositive "down";
Float32 actual_range 1500.0, 1542.0;
String axis "Z";
String ioos_category "Location";
String long_name "Depth";
String positive "down";
String standard_name "depth";
String units "m";
}
env_broad_scale {
String long_name "Env_broad_scale";
String units "unitless";
}
env_local_scale {
String long_name "Env_local_scale";
String units "unitless";
}
env_medium {
String long_name "Env_medium";
String units "unitless";
}
geo_loc_name {
String long_name "Geo_loc_name";
String units "unitless";
}
latitude {
String _CoordinateAxisType "Lat";
Float32 actual_range 44.53282, 45.9437;
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 -130.0137, -125.3916;
String axis "X";
String ioos_category "Location";
String long_name "Longitude";
String standard_name "longitude";
String units "degrees_east";
}
collection_method {
String long_name "Collection_method";
String units "unitless";
}
temp {
Float32 actual_range 2.65, 106.5;
String long_name "Temp";
String units "degrees Celsius";
}
}
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.986882.1";
Float64 Easternmost_Easting -125.3916;
Float64 geospatial_lat_max 45.9437;
Float64 geospatial_lat_min 44.53282;
String geospatial_lat_units "degrees_north";
Float64 geospatial_lon_max -125.3916;
Float64 geospatial_lon_min -130.0137;
String geospatial_lon_units "degrees_east";
Float64 geospatial_vertical_max 1542.0;
Float64 geospatial_vertical_min 1500.0;
String geospatial_vertical_positive "down";
String geospatial_vertical_units "m";
String history
"2026-01-17T03:03:05Z (local files)
2026-01-17T03:03:05Z https://erddap.bco-dmo.org/erddap/tabledap/bcodmo_dataset_986882_v1.html";
String infoUrl "https://osprey.bco-dmo.org/dataset/986882";
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 45.9437;
String sourceUrl "(local files)";
Float64 Southernmost_Northing 44.53282;
String summary "These data include metagenomes of both viruses and microbes collected during the Ocean Observatories Initiative's Regional Cabled Array (OOI RCA) annual maintenance cruises. Cruises occurred in 2019, 2021, 2022, and 2023. Instruments used included the Particle and Phytoplankton (PPS) DNA sampler deployed at Tiny Towers hydrothermal vent in the International District, as well as the Universal Fluid Obtainer (UFO) fluid sampler mounted aboard ROV Jason. These data assess changes in the microbial and viral community over time at Tiny Towers and at nearby hydrothermal vents, and were collected and processed by Dr. Rika Anderson at Carleton College.";
String title "[Hydrothermal vent microbial and viral metagenomes] - Metagenome sequences from deep-sea hydrothermal vent microbial and viral communities collected at International District hydrothermal field, Axial Seamount during 2019, 2021, 2022, and 2023 (CAREER: Temporal dynamics of microbial and viral function and adaptation in hydrothermal vents)";
Float64 Westernmost_Easting -130.0137;
}
}
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.