|
BCO-DMO ERDDAP
Accessing BCO-DMO data |
log in
Brought to you by BCO-DMO |
| Dataset Title: | [Tatoosh Island Nutrient Data] - Dissolved nutrient data from samples collected from 1998 through 2025 from the surface waters of Tatoosh Island, Makah Reservation, Washington, USA (The role of microbes in driving productivity and carbon fixation in seaweeds)
|
| Institution: | BCO-DMO (Dataset ID: bcodmo_dataset_1004161_v1) |
| Information: | Summary
| License
| FGDC
| ISO 19115
| Metadata
| Background
| Files
| Make a graph
|
Attributes {
s {
ISO_DateTime_Local {
String long_name "Iso_datetime_local";
String units "unitless";
}
time {
String _CoordinateAxisType "Time";
Float64 actual_range 9.03975e+8, 1.75598724e+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";
}
Date_local {
String long_name "Date_local";
String units "unitless";
}
Time_local {
String long_name "Time_local";
String units "unitless";
}
Site {
String long_name "Site";
String units "unitless";
}
latitude {
String _CoordinateAxisType "Lat";
Float32 actual_range 48.38962, 48.39518;
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 -124.7456, -124.7127;
String axis "X";
String ioos_category "Location";
String long_name "Longitude";
String standard_name "longitude";
String units "degrees_east";
}
NO3 {
Float32 actual_range 0.09, 331.68;
String long_name "No3";
String units "micromolar (uM)";
}
NO2 {
Float32 actual_range 0.01, 22.17;
String long_name "No2";
String units "micromolar (uM)";
}
NH4 {
Float32 actual_range 0.0, 105.13;
String long_name "Nh4";
String units "micromolar (uM)";
}
PO4 {
Float32 actual_range 0.01, 20.05;
String long_name "Po4";
String units "micromolar (uM)";
}
SiOH4 {
Float32 actual_range 2.45, 78.11;
String long_name "Sioh4";
String units "micromolar (uM)";
}
Lab {
String long_name "Lab";
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 defaultDataQuery "&time<now";
String doi "10.26008/1912/bco-dmo.1004161.1";
Float64 Easternmost_Easting -124.7127;
Float64 geospatial_lat_max 48.39518;
Float64 geospatial_lat_min 48.38962;
String geospatial_lat_units "degrees_north";
Float64 geospatial_lon_max -124.7127;
Float64 geospatial_lon_min -124.7456;
String geospatial_lon_units "degrees_east";
String history
"2026-08-13T09:21:15Z (local files)
2026-08-13T09:21:15Z https://erddap.bco-dmo.org/erddap/tabledap/bcodmo_dataset_1004161_v1.html";
String infoUrl "https://osprey.bco-dmo.org/dataset/1004161";
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 48.39518;
String sourceUrl "(local files)";
Float64 Southernmost_Northing 48.38962;
String summary "To better understand the interplay of water nutrient availability and the dynamics of the local shoreline biota, nutrient samples were collected from the surface waters of Tatoosh Island, Makah Reservation, Washington, USA, typically at monthly intervals, during spring and summer from August 1998 to August 2025. Samples were collected regularly from 10 sites around the periphery of the island, and from 4 sites at increasing distances from the island following spring tides. Additional data were collected adjacent to a site with high-resolution sampling of water conditions in 2001, 2015, 2016 and 2022. Samples were filtered through GF/F filter paper, frozen, and shipped to the University of Washington Marine Chemistry Laboratory for analysis of NO3, NO2, NH4, PO4, and Si(OH)4. The data provide a picture of long-term nutrient dynamics in the eastern Pacific Ocean at the entry to the Strait of Juan de Fuca.";
String time_coverage_end "2025-08-23T22:14:00Z";
String time_coverage_start "1998-08-24T16:10:00Z";
String title "[Tatoosh Island Nutrient Data] - Dissolved nutrient data from samples collected from 1998 through 2025 from the surface waters of Tatoosh Island, Makah Reservation, Washington, USA (The role of microbes in driving productivity and carbon fixation in seaweeds)";
Float64 Westernmost_Easting -124.7456;
}
}
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.