|
BCO-DMO ERDDAP
Accessing BCO-DMO data |
log in
Brought to you by BCO-DMO |
| Dataset Title: | [Port Fourchon, LA twenty year temperature analysis] - Data and code from an analysis of twenty years of winter minimum temperature data near Port Fourchon, LA from 2002 to 2022 (CAREER: Integrating Seascapes and Energy Flow: learning and teaching about energy, biodiversity, and ecosystem function on the frontlines of climate change)
|
| Institution: | BCO-DMO (Dataset ID: bcodmo_dataset_941490_v1) |
| Range: | longitude = -90.38727 to -90.04584°E, latitude = 29.14136 to 29.32451°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 {
Station_id {
String long_name "Station_id";
String units "unitless";
}
latitude {
String _CoordinateAxisType "Lat";
Float32 actual_range 29.14136, 29.32451;
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 -90.38727, -90.04584;
String axis "X";
String ioos_category "Location";
String long_name "Longitude";
String standard_name "longitude";
String units "degrees_east";
}
month {
Int32 actual_range 1, 12;
String long_name "Month";
String units "unitless";
}
year {
Int32 actual_range 2006, 2023;
String long_name "Year";
String units "unitless";
}
avg_temperature {
String long_name "Avg_temperature";
String units "degrees Celsius";
}
std_deviation_water_temperature {
String long_name "Std_deviation_water_temperature";
String units "degrees Celsius";
}
min_temperature {
String long_name "Min_temperature";
String units "degrees Celsius";
}
max_temperature {
String long_name "Max_temperature";
String units "degrees Celsius";
}
}
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.941490.1";
Float64 Easternmost_Easting -90.04584;
Float64 geospatial_lat_max 29.32451;
Float64 geospatial_lat_min 29.14136;
String geospatial_lat_units "degrees_north";
Float64 geospatial_lon_max -90.04584;
Float64 geospatial_lon_min -90.38727;
String geospatial_lon_units "degrees_east";
String history
"2026-02-13T04:29:21Z (local files)
2026-02-13T04:29:21Z https://erddap.bco-dmo.org/tabledap/bcodmo_dataset_941490_v1.das";
String infoUrl "https://osprey.bco-dmo.org/dataset/941490";
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 29.32451;
String sourceUrl "(local files)";
Float64 Southernmost_Northing 29.14136;
String summary "This dataset analyzes twenty years of winter minimum temperature data from the Louisiana Coast Wide Reference Monitoring Systems database using 11 stations of data closest to the sampling locations for the primary project. We downloaded monthly averaged data from 2002 to 2022 from each site and used these values to calculate our minimum temperature data. This dataset was published in Leavitt et al. (2024; pre-print DOI 10.22541/au.173090741.17018561/v1).";
String title "[Port Fourchon, LA twenty year temperature analysis] - Data and code from an analysis of twenty years of winter minimum temperature data near Port Fourchon, LA from 2002 to 2022 (CAREER: Integrating Seascapes and Energy Flow: learning and teaching about energy, biodiversity, and ecosystem function on the frontlines of climate change)";
Float64 Westernmost_Easting -90.38727;
}
}
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.