|
BCO-DMO ERDDAP
Accessing BCO-DMO data |
log in
Brought to you by BCO-DMO |
| Dataset Title: | [Kāneʻohe Bay halos - fish surveys] - Fish community surveys at artificial reefs in Kāneʻohe Bay, Oʻahu conducted in 2022 and 2023 as part of a reef halo dynamics study (CAREER: Decoding seascape-scale vegetation patterns on coral reefs to understand ecosystem health: Integrating research and education from organismal to planetary scales)
|
| Institution: | BCO-DMO (Dataset ID: bcodmo_dataset_985611_v1) |
| Information: | Summary
| License
| FGDC
| ISO 19115
| Metadata
| Background
| Files
| Make a graph
|
Attributes {
s {
Date_local {
String long_name "Date_local";
String units "unitless";
}
Month_local {
Int32 actual_range 1, 12;
String long_name "Month_local";
String units "unitless";
}
Year_local {
Int32 actual_range 2022, 2023;
String long_name "Year_local";
String units "unitless";
}
Time_local {
String long_name "Time_local";
String units "unitless";
}
Timezone_local {
String long_name "Timezone_local";
String units "unitless";
}
Tide {
String long_name "Tide";
String units "unitless";
}
Site {
String long_name "Site";
String units "unitless";
}
Scientific_Name {
String long_name "Scientific_name";
String units "unitless";
}
Common_Name {
String long_name "Common_name";
String units "unitless";
}
Family {
String long_name "Family";
String units "unitless";
}
Size_cm {
Int32 actual_range 1, 25;
String long_name "Size_cm";
String units "centimeters (cm)";
}
Number {
Int32 actual_range 1, 30;
String long_name "Number";
String units "count per individual";
}
latitude {
String _CoordinateAxisType "Lat";
Float32 actual_range 21.46401, 21.46428;
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 -157.8068, -157.8064;
String axis "X";
String ioos_category "Location";
String long_name "Longitude";
String standard_name "longitude";
String units "degrees_east";
}
time {
String _CoordinateAxisType "Time";
Float64 actual_range 1.661382e+9, 1.7017119e+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";
}
}
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.985611.1";
Float64 Easternmost_Easting -157.8064;
Float64 geospatial_lat_max 21.46428;
Float64 geospatial_lat_min 21.46401;
String geospatial_lat_units "degrees_north";
Float64 geospatial_lon_max -157.8064;
Float64 geospatial_lon_min -157.8068;
String geospatial_lon_units "degrees_east";
String history
"2025-11-25T19:05:10Z (local files)
2025-11-25T19:05:10Z https://erddap.bco-dmo.org/erddap/tabledap/bcodmo_dataset_985611_v1.html";
String infoUrl "https://osprey.bco-dmo.org/dataset/985611";
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 21.46428;
String sourceUrl "(local files)";
Float64 Southernmost_Northing 21.46401;
String summary "The goal of this dataset was to survey the reef fish communities at three artificial reefs constructed in Kāneʻohe Bay, Oʻahu, Hawaiʻi from August 2022-December 2023. Fish community surveys were conducted monthly. Surveys were conducted by the same observer each time who would sit ~3m away from the reef to minimize disturbance, and record all fish seen within 1m of the reef for three minutes. After that time, the observer would move to the reef and attempt for another two minutes to record any fish that may not have been initially visible. This was repeated at each of the three artificial reefs.";
String time_coverage_end "2023-12-04T17:45:00Z";
String time_coverage_start "2022-08-24T23:00:00Z";
String title "[Kāneʻohe Bay halos - fish surveys] - Fish community surveys at artificial reefs in Kāneʻohe Bay, Oʻahu conducted in 2022 and 2023 as part of a reef halo dynamics study (CAREER: Decoding seascape-scale vegetation patterns on coral reefs to understand ecosystem health: Integrating research and education from organismal to planetary scales)";
Float64 Westernmost_Easting -157.8068;
}
}
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.