|
BCO-DMO ERDDAP
Accessing BCO-DMO data |
log in
Brought to you by BCO-DMO |
| Dataset Title: | [Transplant experiment] - Results of a field transplant experiment using newly- settled Porites corals in Palau in 2023 (Collaborative Research: How do selection, plasticity, and dispersal interact to determine coral success in warmer and more variable environments?)
|
| Institution: | BCO-DMO (Dataset ID: bcodmo_dataset_997286_v1) |
| Information: | Summary
| License
| FGDC
| ISO 19115
| Metadata
| Background
| Files
| Make a graph
|
Attributes {
s {
Tile_identification {
String long_name "Tile_identification";
String units "unitless";
}
Number_Corals {
Int32 actual_range 0, 389;
String long_name "Number_corals";
String units "unitless";
}
Category {
String long_name "Category";
String units "unitless";
}
Location {
String long_name "Location";
String units "unitless";
}
latitude {
String _CoordinateAxisType "Lat";
Float32 actual_range 7.267217, 7.3386;
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 134.3833, 134.4664;
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.997286.1";
Float64 Easternmost_Easting 134.4664;
Float64 geospatial_lat_max 7.3386;
Float64 geospatial_lat_min 7.267217;
String geospatial_lat_units "degrees_north";
Float64 geospatial_lon_max 134.4664;
Float64 geospatial_lon_min 134.3833;
String geospatial_lon_units "degrees_east";
String history
"2026-05-15T21:35:46Z (local files)
2026-05-15T21:35:46Z https://erddap.bco-dmo.org/erddap/tabledap/bcodmo_dataset_997286_v1.html";
String infoUrl "https://osprey.bco-dmo.org/dataset/997286";
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 7.3386;
String sourceUrl "(local files)";
Float64 Southernmost_Northing 7.267217;
String summary "We aimed to investigate whether coral larvae spawned in semi-enclosed lagoons in Palau have the potential to disperse out of the lagoons, settle, and survive on outer reefs. We focused on massive Porites, which is a common mounding coral on both classic and extreme reefs in Palau. We conducted an experiment to determine whether post-settlement survival differs between corals settling on their natal (home) extreme reef or at a classic (away) reef. Adult massive Porites corals were collected from six sites in Palau immediately prior to their spawning season in April 2023. Porites gametes from 3 males and 2 females were used in a bulk cross. Two dpf, larvae were settled on limestone tiles (15 x 15 cm) with crushed CCA used as a cue. Tiles were maintained in individual plastic containers in flow-through ASW tanks at PICRC. Nine days post fertilization, tiles were deployed to their home reef and an away site (n=10 tiles per site). Sixteen days after deployment (25 days post fertilization), tiles were recovered and examined under a dissecting microscope to identify and count surviving individuals. The number of corals was counted on all tiles post transplantation. Light and temperature were quantified at transplant locations at each site using Hobo Pendants (Onset, Wareham, USA).";
String title "[Transplant experiment] - Results of a field transplant experiment using newly-settled Porites corals in Palau in 2023 (Collaborative Research: How do selection, plasticity, and dispersal interact to determine coral success in warmer and more variable environments?)";
Float64 Westernmost_Easting 134.3833;
}
}
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.