![]() |
ERDDAP
Easier access to scientific data |
Brought to you by SO-CHIC |
| Dataset Title: | SOOS - Albatrosses and Petrels Nesting Sites, ACAP
|
| Institution: | Agreement on the Conservation of Albatrosses and Petrels (Dataset ID: Albatrosses_and_Petrels_Nesting_Sites_ACAP) |
| Information: | Summary
| License
| FGDC
| ISO 19115
| Metadata
| Background
| Subset
| Make a graph
|
Attributes {
s {
Island_Name {
String long_name "Island Name";
}
Jurisdiction {
String long_name "Jurisdiction";
}
Island_Group {
String long_name "Island Group";
}
Breeding_site_name {
String long_name "Breeding Site Name";
}
Species {
String long_name "Species";
}
latitude {
String _CoordinateAxisType "Lat";
Float32 actual_range -68.633, 39.967;
String axis "Y";
Float64 colorBarMaximum 90.0;
Float64 colorBarMinimum -90.0;
String ioos_category "Location";
String long_name "Latitude";
String standard_name "latitude";
String units "degrees_north";
}
longitude {
String _CoordinateAxisType "Lon";
Float32 actual_range -177.333, 179.062;
String axis "X";
Float64 colorBarMaximum 180.0;
Float64 colorBarMinimum -180.0;
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_name "ACAP";
String creator_type "institution";
String creator_url "https://data.acap.aq/";
Float64 Easternmost_Easting 179.062;
Float64 geospatial_lat_max 39.967;
Float64 geospatial_lat_min -68.633;
String geospatial_lat_units "degrees_north";
Float64 geospatial_lon_max 179.062;
Float64 geospatial_lon_min -177.333;
String geospatial_lon_units "degrees_east";
String history
"2025-10-27T00:06:56Z (local files)
2025-10-27T00:06:56Z https://erddap.sochic-h2020.eu/erddap/tabledap/Albatrosses_and_Petrels_Nesting_Sites_ACAP.html";
String infoUrl "https://data.acap.aq/";
String institution "Agreement on the Conservation of Albatrosses and Petrels";
String keywords "acap, albatrosses, breeding, Breeding_site_name, data, island, Island_Name, latitude, longitude, name, nesting, petrels, site, sites, species";
String license "Creative Commons Attribution Share-Alike http://www.opendefinition.org/licenses/cc-by-sa";
Float64 Northernmost_Northing 39.967;
String sourceUrl "(local files)";
Float64 Southernmost_Northing -68.633;
String standard_name_vocabulary "CF Standard Name Table v55";
String subsetVariables "Species";
String summary "Albatrosses and Petrels Nesting Sites - ACAP. The Agreement on the Conservation of Albatrosses and Petrels (ACAP) through its 13 Parties strives to conserve albatrosses and petrels by coordinating international activities to mitigate threats to their populations.";
String title "SOOS - Albatrosses and Petrels Nesting Sites, ACAP";
Float64 Westernmost_Easting -177.333;
}
}
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.