|
BCO-DMO ERDDAP
Accessing BCO-DMO data |
log in
Brought to you by BCO-DMO |
| Dataset Title: | [Santa Clara River C isotope data 2023-24] - 14C and 13C measurements of particulate and sedimentary organic carbon from the Santa Clara River, California, during the 2023–2024 El Niño event (RAPID: The effect of El Nino on delivery of organic carbon in the Santa Clara River, CA)
|
| Institution: | BCO-DMO (Dataset ID: bcodmo_dataset_1006750_v1) |
| Information: | Summary
| License
| FGDC
| ISO 19115
| Metadata
| Background
| Files
| Make a graph
|
Attributes {
s {
UCID_sample_number {
String long_name "Ucid_sample_number";
String units "unitless";
}
sample_type {
String long_name "Sample_type";
String units "unitless";
}
site_name {
String long_name "Site_name";
String units "unitless";
}
filter_number {
String long_name "Filter_number";
String units "unitless";
}
date_collected {
String long_name "Date_collected";
String units "unitless";
}
D14C {
Float32 actual_range -934.0, -138.0;
String long_name "D14c";
String units "‰";
}
D14C_error {
Float32 actual_range 3.0, 214.0;
String long_name "D14c_error";
String units "‰";
}
d13C {
Float32 actual_range -30.7, -17.91;
String long_name "D13c";
String units "‰";
}
d13C_error {
Float32 actual_range 0.2, 1.0;
String long_name "D13c_error";
String units "‰";
}
latitude {
String _CoordinateAxisType "Lat";
Float32 actual_range 34.23, 34.23;
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 -119.262, -119.259;
String axis "X";
String ioos_category "Location";
String long_name "Longitude";
String standard_name "longitude";
String units "degrees_east";
}
}
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.1006750.1";
Float64 Easternmost_Easting -119.259;
Float64 geospatial_lat_max 34.23;
Float64 geospatial_lat_min 34.23;
String geospatial_lat_units "degrees_north";
Float64 geospatial_lon_max -119.259;
Float64 geospatial_lon_min -119.262;
String geospatial_lon_units "degrees_east";
String history
"2026-09-10T18:46:21Z (local files)
2026-09-10T18:46:21Z https://erddap.bco-dmo.org/erddap/tabledap/bcodmo_dataset_1006750_v1.html";
String infoUrl "https://osprey.bco-dmo.org/dataset/1006750";
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 34.23;
String sourceUrl "(local files)";
Float64 Southernmost_Northing 34.23;
String summary
"Radiocarbon (Δ14C) and stable carbon isotope (δ13C) values were measured in particulate organic carbon (POC) from river water and sedimentary organic carbon (SOC) from river silt and beach sand collected by Niels Hauksson from the Santa Clara River (SCR), California, during the 2023–2024 El Niño event from December 2023 to April 2024. The SCR watershed has experienced significant change over the past decades due to both urban development and increased drought. The dataset contains measurements of POC samples from Santa Clara River water and sedimentary organic carbon (SOC) from river silt and beach sand, including sample collection information, Δ14C and δ13C measurements and associated analytical uncertainties, and sample collection coordinates.
This analysis is helping to establish whether the observed change in the aged OC end member is the result of variation in precipitation or due to other alterations in the watershed. If precipitation is the main control of the aged end member, we can estimate how the expected changes in local climate will affect the OC exported by the SCR. Dr. Hauksson, undergrad student Taylor Hart and PI Ellen Druffel analyzed the samples and are writing the papers with these data.";
String title "[Santa Clara River C isotope data 2023-24] - 14C and 13C measurements of particulate and sedimentary organic carbon from the Santa Clara River, California, during the 2023–2024 El Niño event (RAPID: The effect of El Nino on delivery of organic carbon in the Santa Clara River, CA)";
Float64 Westernmost_Easting -119.262;
}
}
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.