![]() |
ERDDAP server @ EMODnet
Easier access to scientific data |
Brought to you by EMODnet |
| Dataset Title: | Habitat Suitability Maps for Asparagopsis armata, Caulerpa Taxifolia, Sargassum muticum and Undaria pinnatifida
|
| Institution: | IHCantabria - Instituto de Hidr�ulica Ambiental de la Universidad de Cantabria (Dataset ID: biology_8209_b262_6965_fbc0) |
| Information: | Summary
| License
| FGDC
| Metadata
| Background
| Files
| Make a graph
|
Attributes {
aphiaid {
Int32 actual_range 144438, 494791;
String long_name "Life Science Identifier - World Register of Marine Species";
}
time {
String _CoordinateAxisType "Time";
Float64 actual_range 1.6409952e+9, 4.1024448e+9;
String axis "T";
String calendar "gregorian";
String ioos_category "Time";
String long_name "Time";
String standard_name "time";
String time_origin "01-JAN-1970 00:00:00";
String units "seconds since 1970-01-01T00:00:00Z";
}
latitude {
String _CoordinateAxisType "Lat";
Float64 actual_range 15.04167, 83.70833;
String axis "Y";
String ioos_category "Location";
String long_name "Latitude";
String standard_name "latitude";
String units "degrees_north";
}
longitude {
String _CoordinateAxisType "Lon";
Float64 actual_range -35.95833, 42.875;
String axis "X";
String ioos_category "Location";
String long_name "Longitude";
String standard_name "longitude";
String units "degrees_east";
}
habitat_suitability {
Float64 _FillValue -99999.9;
String long_name "Habitat Suitability";
}
NC_GLOBAL {
String acknowledgement "European Marine Observation Data Network (EMODnet) Biology project (EASME/EMFF/2017/1.3.1.2/02/SI2.789013), funded by the European Union under Regulation (EU) No 508/2014 of the European Parliament and of the Council of 15 May 2014 on the European Maritime and Fisheries Fund";
String cdm_data_type "Grid";
String comment "Uses attributes recommended by https://cfconventions.org";
String Conventions "CF-1.8, COARDS, ACDD-1.3";
String creator_email "elvira.ramos@unican.es";
String creator_institution "IHCantabria - Instituto de Hidr�ulica Ambiental de la Universidad de Cantabria";
String creator_name "Elvira Ramos";
String creator_type "person";
String date_created "2023-01-27";
Float64 Easternmost_Easting 42.875;
Float64 geospatial_lat_max 83.70833;
Float64 geospatial_lat_min 15.04167;
String geospatial_lat_units "degrees_north";
Float64 geospatial_lon_max 42.875;
Float64 geospatial_lon_min -35.95833;
String geospatial_lon_units "degrees_east";
String history
"Mon Feb 13 16:00:49 2023: ncatted -a _FillValue,time,d,, kuenm_models_review_test.nc
2025-10-30T04:27:28Z (local files)
2025-10-30T04:27:28Z https://erddap.emodnet.eu/erddap/griddap/biology_8209_b262_6965_fbc0.das";
String infoUrl "???";
String institution "IHCantabria - Instituto de Hidr�ulica Ambiental de la Universidad de Cantabria";
String keywords "ambiental, aphiaid, armata, asparagopsis, cantabria, caulerpa, data, habitat, habitat_suitability, hidr\\u00ef\\u00bf\\u00bdulica, ihcantabria, instituto, maps, muticum, pinnatifida, sargassum, suitability, taxifolia, time, undaria, universidad";
String license "CC-BY";
String naming_authority "emodnet-biology.eu";
String NCO "netCDF Operators version 4.9.1 (Homepage = http://nco.sf.net, Code = https://github.com/nco/nco)";
Float64 Northernmost_Northing 83.70833;
String publisher_institution "IHCantabria - Instituto de Hidr�ulica Ambiental de la Universidad de Cantabria";
String publisher_name "EMODnet Biology Data Management Team";
String publisher_type "group";
String sourceUrl "(local files)";
Float64 Southernmost_Northing 15.04167;
String standard_name_vocabulary "CF Standard Name Table v70";
String summary
"This maps represent the potential distribution of 4 macroalgae species in Europe modelled with MAXENT. Model configurations have been
optimized using the R tool kuenm";
String time_coverage_end "2100-01-01T00:00:00Z";
String time_coverage_start "2022-01-01T00:00:00Z";
String title "Habitat Suitability Maps for Asparagopsis armata, Caulerpa Taxifolia, Sargassum muticum and Undaria pinnatifida";
Float64 Westernmost_Easting -35.95833;
}
}
Data Access Protocol (DAP)
and its
projection 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.
griddap request URLs must be in the form
https://coastwatch.pfeg.noaa.gov/erddap/griddap/datasetID.fileType{?query}
For example,
https://coastwatch.pfeg.noaa.gov/erddap/griddap/jplMURSST41.htmlTable?analysed_sst[(2002-06-01T09:00:00Z)][(-89.99):1000:(89.99)][(-179.99):1000:(180.0)]
Thus, the query is often a data variable name (e.g., analysed_sst),
followed by [(start):stride:(stop)]
(or a shorter variation of that) for each of the variable's dimensions
(for example, [time][latitude][longitude]).
For details, see the griddap Documentation.