|
BCO-DMO ERDDAP
Accessing BCO-DMO data |
log in
Brought to you by BCO-DMO |
| Dataset Title: | [GP17-ANT Event Log] - Scientific sampling event log from the US GEOTRACES GP17-ANT cruise in the Amundsen Sea on RVIB Nathaniel B. Palmer (NBP2401) from November 2023 to January 2024 (US GEOTRACES GP17 Section: Amundsen Sea Sector of the Antarctic Continental Margin (GP17-ANT))
|
| Institution: | BCO-DMO (Dataset ID: bcodmo_dataset_993951_v1) |
| Range: | longitude = -154.916 to -62.7136°E, latitude = -74.3892 to -53.1702°N |
| Information: | Summary
| License
| FGDC
| ISO 19115
| Metadata
| Background
| Data Access Form
| Files
|
Click on the map to specify a new center point.
Zoom:
|
Attributes {
s {
Event_ID {
Int32 actual_range 999, 1299;
String long_name "Event_id";
String units "unitless";
}
Sample_IDs {
String long_name "Sample_ids";
String units "unitless";
}
Instrument {
String long_name "Instrument";
String units "unitless";
}
Station {
Float32 actual_range 1.0, 29.0;
String long_name "Station";
String units "unitless";
}
Cast {
Int32 actual_range 1, 12;
String long_name "Cast";
String units "unitless";
}
Start_Time {
String long_name "Start_time";
String units "unitless";
}
ISO_DateTime_Start_UTC {
String long_name "Iso_datetime_start_utc";
String units "unitless";
}
longitude {
String _CoordinateAxisType "Lon";
Float32 actual_range -154.916, -62.7136;
String axis "X";
String ioos_category "Location";
String long_name "Start_lon";
String standard_name "longitude";
String units "degrees_east";
}
latitude {
String _CoordinateAxisType "Lat";
Float32 actual_range -74.3892, -53.1702;
String axis "Y";
String ioos_category "Location";
String long_name "Start_lat";
String standard_name "latitude";
String units "degrees_north";
}
End_Time {
String long_name "End_time";
String units "unitless";
}
ISO_DateTime_End_UTC {
String long_name "Iso_datetime_end_utc";
String units "unitless";
}
End_Lon {
Float32 actual_range -176.4055, -62.7137;
String long_name "End_lon";
String units "degrees_east";
}
End_Lat {
Float32 actual_range -74.3892, -52.5777;
String long_name "End_lat";
String units "degrees_north";
}
Author {
String long_name "Author";
String units "unitless";
}
Notes {
String long_name "Notes";
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.993951.1";
Float64 Easternmost_Easting -62.7136;
Float64 geospatial_lat_max -53.1702;
Float64 geospatial_lat_min -74.3892;
String geospatial_lat_units "degrees_north";
Float64 geospatial_lon_max -62.7136;
Float64 geospatial_lon_min -154.916;
String geospatial_lon_units "degrees_east";
String history
"2026-03-07T07:12:47Z (local files)
2026-03-07T07:12:47Z https://erddap.bco-dmo.org/tabledap/bcodmo_dataset_993951_v1.das";
String infoUrl "https://osprey.bco-dmo.org/dataset/993951";
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 -53.1702;
String sourceUrl "(local files)";
Float64 Southernmost_Northing -74.3892;
String summary "This dataset is the scientific sampling event log from the US GEOTRACES GP17-ANT cruise on RVIB Nathaniel B. Palmer (NBP2401). The U.S. GEOTRACES GP17-ANT expedition departed Punta Arenas, Chile on November 29th, 2023 and arrived in Lyttelton, New Zealand on January 28th, 2024. The cruise took place in the Amundsen Sea with a team of 35 scientists led by Peter Sedwick (Old Dominion University), Phoebe Lam (University of California, Santa Cruz), and Robert Sherrell (Rutgers University). GP17 was planned as a two-leg expedition, with its first leg (GP17-OCE) as a southward extension of the 2018 GP15 Alaska-Tahiti expedition and this second leg (GP17-ANT) into coastal and shelf waters of Antarctica's Amundsen Sea.";
String title "[GP17-ANT Event Log] - Scientific sampling event log from the US GEOTRACES GP17-ANT cruise in the Amundsen Sea on RVIB Nathaniel B. Palmer (NBP2401) from November 2023 to January 2024 (US GEOTRACES GP17 Section: Amundsen Sea Sector of the Antarctic Continental Margin (GP17-ANT))";
Float64 Westernmost_Easting -154.916;
}
}
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.