|
BCO-DMO ERDDAP
Accessing BCO-DMO data |
log in
Brought to you by BCO-DMO |
| Dataset Title: | [EPR 9-10 North Electron Microprobe Microprobe Elemental Maps] - (Collaborative Research: From hot to cold in the dark - shifts in seafloor massive sulfide microbial communities as physical and geochemical conditions change after venting ceases)
|
| Institution: | BCO-DMO (Dataset ID: bcodmo_dataset_988600_v1) |
| Information: | Summary
| License
| FGDC
| ISO 19115
| Metadata
| Background
| Files
| Make a graph
|
Attributes {
s {
File_name {
String long_name "File_name";
String units "unitless";
}
Map_name {
String long_name "Map_name";
String units "unitless";
}
Sample_name {
String long_name "Sample_name";
String units "unitless";
}
Element {
String long_name "Element";
String units "unitless";
}
latitude {
String _CoordinateAxisType "Lat";
Float32 actual_range 9.785104, 9.846831;
String axis "Y";
String ioos_category "Location";
String long_name "Latitude_dd";
String standard_name "latitude";
String units "degrees_north";
}
longitude {
String _CoordinateAxisType "Lon";
Float32 actual_range -104.2936, -104.2848;
String axis "X";
String ioos_category "Location";
String long_name "Longitude_dd";
String standard_name "longitude";
String units "degrees_east";
}
depth {
String _CoordinateAxisType "Height";
String _CoordinateZisPositive "down";
Int32 actual_range 2505, 2519;
String axis "Z";
String ioos_category "Location";
String long_name "Depth_mbs";
String positive "down";
String standard_name "depth";
String units "m";
}
Heading_deg {
Int32 actual_range 78, 179;
String long_name "Heading_deg";
String units "degrees";
}
time {
String _CoordinateAxisType "Time";
Float64 actual_range 1.554400129e+9, 1.57021715e+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";
}
}
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.988600.1";
Float64 Easternmost_Easting -104.2848;
Float64 geospatial_lat_max 9.846831;
Float64 geospatial_lat_min 9.785104;
String geospatial_lat_units "degrees_north";
Float64 geospatial_lon_max -104.2848;
Float64 geospatial_lon_min -104.2936;
String geospatial_lon_units "degrees_east";
Float64 geospatial_vertical_max 2519.0;
Float64 geospatial_vertical_min 2505.0;
String geospatial_vertical_positive "down";
String geospatial_vertical_units "m";
String history
"2026-06-14T01:57:42Z (local files)
2026-06-14T01:57:42Z https://erddap.bco-dmo.org/erddap/tabledap/bcodmo_dataset_988600_v1.html";
String infoUrl "https://osprey.bco-dmo.org/dataset/988600";
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 9.846831;
String sourceUrl "(local files)";
Float64 Southernmost_Northing 9.785104;
String summary
"Electron microprobe elemental map data were collected for seafloor sulfide deposits. Seafloor sulfide mineral samples were collected from hydrothermally active chimneys and inactive off-axis massive sulfide deposits at East Pacific Rise (EPR) 9.50°N during 2019–2021 on cruises AT42-09, AT42-21, and RR2102. Samples were collected using the HOV Alvin or ROV Jason II. Samples were placed in a positive-pressure glove bag flushed with N₂(g), sparged with N₂, heat-sealed into Mylar bags containing AnaeroPaks, and stored at −20 °C.
Epoxy-embedded petrographic thin sections were prepared from these samples. Subsamples were dried for 24 hours under N₂(g), vacuum-embedded in epoxy resin (Struers EpoFix Resin, 1 L kit; Part #40200030) following the manufacturer's guidelines, and cured under N₂(g) for 24 hours. Each epoxy-embedded sample was pre-cut using a wafering saw and then sent to Spectrum Petrographics, Inc. (Washington, USA) for preparation as 30 µm thick, double-polished thin sections mounted on quartz slides, using methods designed to limit sample exposure to water and ambient air. When not in use, thin sections were stored under N₂(g) to limit oxidation. Thin sections were analyzed for electron microprobe elemental mapping using a JEOL JXA-8530FPlus Electron Probe Microanalyzer at the Electron Microprobe Laboratory, Earth and Environmental Sciences, Twin Cities, University of Minnesota.";
String time_coverage_end "2019-10-04T19:25:50Z";
String time_coverage_start "2019-04-04T17:48:49Z";
String title "[EPR 9-10 North Electron Microprobe Microprobe Elemental Maps] - (Collaborative Research: From hot to cold in the dark - shifts in seafloor massive sulfide microbial communities as physical and geochemical conditions change after venting ceases)";
Float64 Westernmost_Easting -104.2936;
}
}
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.