![]() | Easy Access to PMEL Scientific Data The Pacific Marine Environmental Laboratory's ERDDAP data server for public access to scientific data |
NOAAOARPMEL |
| Dataset Title: | NOAA NEFSC Nantucket Shoals USV Survey 2026 Chance Maritime MC29 CTD Casts
|
| Institution: | Chance Maritime Technologies, NOAA NEFSC (Dataset ID: chanceMC29_NEFSC_nantucket_2026_ctd) |
| Information: | Summary
| License
| ISO 19115
| Metadata
| Background
| Subset
| Data Access Form
| Files
|
|
Attributes {
s {
url {
String ioos_category "Identifier";
String long_name "URL";
}
name {
String ioos_category "Identifier";
String long_name "File Name";
}
lastModified {
String ioos_category "Time";
String long_name "Last Modified";
String time_origin "01-JAN-1970 00:00:00";
String units "seconds since 1970-01-01T00:00:00Z";
}
size {
String ioos_category "Other";
String long_name "Size";
String units "bytes";
}
fileType {
String ioos_category "Identifier";
String long_name "File Type";
}
}
NC_GLOBAL {
String cdm_data_type "Other";
String Conventions "COARDS, CF-1.10, ACDD-1.3";
String creator_email "support@chancemaritime.com, nefsc.erddap@noaa.gov";
String creator_name "Chance Maritime Technologies, NOAA NEFSC";
String creator_url "chancemaritime.com, fisheries.noaa.gov/about/northeast-fisheries-science-center";
String history
"2026-05-14T17:27:53Z (local files)
2026-05-14T17:27:53Z https://data.pmel.noaa.gov/pmel/tabledap/chanceMC29_NEFSC_nantucket_2026_ctd.das";
String infoUrl "chancemaritime.com, fisheries.noaa.gov/about/northeast-fisheries-science-center";
String institution "Chance Maritime Technologies, NOAA NEFSC";
String keywords "data, file, identifier, lastModified, modified, name, size, time";
String license "These data were produced by NOAA and are not subject to copyright protection in the United States. NOAA waives any potential copyright and related rights in these data worldwide through the Creative Commons Zero 1.0 Universal Public Domain Dedication (CC0-1.0).";
String sourceUrl "(local files)";
String subsetVariables "fileType";
String summary "The purpose of this survey is to characterize oceanographic conditions to inform ecosystem structure and protected species habitat near Nantucket Shoals in January 2026 using active acoustics and vertical casts of CTDs and particle imaging.";
String title "NOAA NEFSC Nantucket Shoals USV Survey 2026 Chance Maritime MC29 CTD Casts";
}
}
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.