![]() |
Marine Institute ERDDAP Server
Serving data from the Marine Institute (Ireland) |
Brought to you by the Marine Institute(Ireland) |
| Dataset Title: | EMFF Marine Spatial Planning (MSP) Layers
|
| Institution: | Marine Institute (Dataset ID: emff_msp_layers) |
| Information: | Summary
| License
| Metadata
| Background
| Subset
|
Attributes {
s {
unique_id {
String ioos_category "Identifier";
String long_name "Unique ID";
}
msp_super_category {
String ioos_category "Unknown";
String long_name "MSP Super-Category";
}
msp_category {
String ioos_category "Unknown";
String long_name "MSP Category";
}
inspire_theme {
String ioos_category "Unknown";
String long_name "INSPIRE Theme";
}
sub_theme {
String ioos_category "Unknown";
String long_name "SUB Theme";
}
layer {
String ioos_category "Unknown";
String long_name "Layer";
}
time_period {
String ioos_category "Time";
String long_name "Time Period";
}
spatial_extent_eg_inshore_only_regional_local_terrestrial_e {
String ioos_category "Unknown";
String long_name "Spatial Extent Eg. Inshore Only, Regional, Local, Terrestrial E";
}
data_type_points_polygon_polyline_gridded {
String ioos_category "Unknown";
String long_name "Data Type Points, Polygon, Polyline, Gridded";
}
data_source {
String ioos_category "Unknown";
String long_name "Data Source";
}
data_source_url {
String ioos_category "Unknown";
String long_name "Data Source URL";
}
licence {
String ioos_category "Unknown";
String long_name "Licence";
}
licence_status {
String ioos_category "Unknown";
String long_name "Licence Status";
}
viewable {
String ioos_category "Unknown";
String long_name "Viewable";
}
downloadable {
String ioos_category "Unknown";
String long_name "Downloadable";
}
maintenance_frequency {
String ioos_category "Unknown";
String long_name "Maintenance Frequency";
}
time {
String _CoordinateAxisType "Time";
String axis "T";
String ioos_category "Time";
String long_name "Timestamp";
String source_name "timestamp";
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_name "Marine Institute";
String creator_type "person";
String creator_url "https://ec.europa.eu/fisheries/cfp/emff_en";
String history
"2025-10-29T06:31:33Z (source database)
2025-10-29T06:31:33Z https://erddap.marine.ie/erddap/tabledap/emff_msp_layers.html";
String infoUrl "https://ec.europa.eu/fisheries/cfp/emff_en";
String institution "Marine Institute";
String keywords "10km, accuracy, action, agreement, applicable, appropriateness, assurance, atlas, based, catalogue, category, choice, comment, comments, comments_on_data_quality_assurance_elements, compliance, compliant, contact, current, currents, dashboard, data, data_source_url, data_soure, data_type_points_polygon_polyline_gridded, distribution, downloadable, dublin, dublindashboard, elements, emff, extent, fields, fill, form, frequency, gdpr, gdpr_compliance, geo, geohive, gridded, heritage, heritagemaps, hive, ice, ice distribution, ices, identifier, inshore, inspire, inspire_theme, institute, last_update, layer, layer.1, layer.2, layer_1, layer_2, layers, licence, licence_status, local, maintenance, maintenance_frequency, major, manually, maps, marine, master, master_mi_data_catalogue, max, max_score_fill_manually_based_on_number_of_applicable_qa_fields, metadata, metadata_inspire_compliant, meteorology, methodology, minor, modification, msp, msp_category, msp_super_category, new, next, next_update, not, not_suitable_for_usenot_required, notes, number, only, origin, origin_choice_mi_atlas_or_new, percentage, period, point, point_of_contact, points, polygon, polyline, production, production_quality_standards, quality, rectangle, regional, required, requires, requires_major_revisionimprovement, resolution, revisionimprovement, score, source, soure, spatial, spatial_extent_eg_inshore_only_regional_local_terrestrial_e, spatial_resolution_for_gridded_data_eg_ices_rectangle_10km_sq, standards, statistics, status, sub, sub_theme, sub_theme_1, suitable, suitable_for_use_in_current_form, suitable_for_use_with_minor_modification, super, super-category, terrestrial, theme, theme.1, time, time_period, timeliness, timestamp, total, total_score, type, unique, unique_id, update, use, usenot, viewable, with";
String license "Creative Commons Attribution 4.0 (https://creativecommons.org/licenses/by/4.0/)";
String sourceUrl "(source database)";
String standard_name_vocabulary "CF Standard Name Table v55";
String subsetVariables "msp_super_category";
String summary "List of identified marine spatial planning layers for EMFF.";
String title "EMFF Marine Spatial Planning (MSP) Layers";
}
}
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.