|
BCO-DMO ERDDAP
Accessing BCO-DMO data |
log in
Brought to you by BCO-DMO |
| Dataset Title: | [Galapagos Ocean Temperatures] - In-situ temperature measurements across depths in the Galapagos Islands 2024-2025 (RAPID: Effects of the 2023-24 El Nino on Fish Disease and Population Dynamics in the Galapagos Islands)
|
| Institution: | BCO-DMO (Dataset ID: bcodmo_dataset_998307_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 1.7058996e+9, 1.7230032e+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";
}
Season {
String long_name "Season";
String units "unitless";
}
Site {
String long_name "Site";
String units "unitless";
}
Easting {
Float32 actual_range -91.66036, -89.96292;
String long_name "Easting";
String units "Meters";
}
longitude {
String _CoordinateAxisType "Lon";
Float32 actual_range -91.43757, -0.3108333;
String axis "X";
String ioos_category "Location";
String long_name "Longitude_dd";
String standard_name "longitude";
String units "degrees_east";
}
Longitude_DMS {
String long_name "Longitude_dms";
String units "degrees, minutes, seconds";
}
Northing {
Float32 actual_range -1.289917, 0.540082;
String long_name "Northing";
String units "Meters";
}
latitude {
String _CoordinateAxisType "Lat";
Float32 actual_range -1.289917, -0.236963;
String axis "Y";
String ioos_category "Location";
String long_name "Latitude_dd";
String standard_name "latitude";
String units "degrees_north";
}
Latitude_DMS {
String long_name "Latitude_dms";
String units "degrees, minutes, seconds";
}
Transect {
Int32 actual_range 1, 5;
String long_name "Transect";
String units "unitless";
}
Observer {
String long_name "Observer";
String units "unitless";
}
depth {
String _CoordinateAxisType "Height";
String _CoordinateZisPositive "down";
Int32 actual_range 4, 64;
String axis "Z";
String ioos_category "Location";
String long_name "Depth";
String positive "down";
String standard_name "depth";
String units "m";
}
Temperature {
Float32 actual_range 15.0, 26.0;
String long_name "Temperature";
String units "degrees Celsius";
}
Depth_strata_i {
String long_name "Depth_strata_i";
String units "unitless";
}
Depth_strata_ii {
String long_name "Depth_strata_ii";
String units "unitless";
}
Bioregion {
String long_name "Bioregion";
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.998307.1";
Float64 Easternmost_Easting -0.3108333;
Float64 geospatial_lat_max -0.236963;
Float64 geospatial_lat_min -1.289917;
String geospatial_lat_units "degrees_north";
Float64 geospatial_lon_max -0.3108333;
Float64 geospatial_lon_min -91.43757;
String geospatial_lon_units "degrees_east";
Float64 geospatial_vertical_max 64.0;
Float64 geospatial_vertical_min 4.0;
String geospatial_vertical_positive "down";
String geospatial_vertical_units "m";
String history
"2026-09-16T20:37:01Z (local files)
2026-09-16T20:37:01Z https://erddap.bco-dmo.org/erddap/tabledap/bcodmo_dataset_998307_v1.html";
String infoUrl "https://osprey.bco-dmo.org/dataset/998307";
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 -0.236963;
String sourceUrl "(local files)";
Float64 Southernmost_Northing -1.289917;
String summary "This dataset provides temperatures from the Galapagos Islands along with their respective depths of measurement and locations. These temperatures were taken in-situ by a diver on a Shearwater dive computer. All temperatures were collected between January 2024 and August 2025.";
String time_coverage_end "2024-08-07T04:00:00Z";
String time_coverage_start "2024-01-22T05:00:00Z";
String title "[Galapagos Ocean Temperatures] - In-situ temperature measurements across depths in the Galapagos Islands 2024-2025 (RAPID: Effects of the 2023-24 El Nino on Fish Disease and Population Dynamics in the Galapagos Islands)";
Float64 Westernmost_Easting -91.43757;
}
}
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.