![]() |
Marine Institute ERDDAP Server
Serving data from the Marine Institute (Ireland) |
Brought to you by the Marine Institute(Ireland) |
| Dataset Title: | FEAS All Observations
|
| Institution: | Marine Institute (Dataset ID: imi_feas_obs) |
| Information: | Summary
| License
| Metadata
| Background
| Subset
| Make a graph
|
Attributes {
s {
Year {
Int16 actual_range 1960, 2019;
String ioos_category "Other";
String long_name "year";
}
Quarter {
String _Unsigned "false";
Byte actual_range 1, 4;
String ioos_category "Other";
String long_name "quarter";
}
ICES_Area {
String ioos_category "Other";
String long_name "ICES_Area";
}
Gear_Code {
String ioos_category "Other";
String long_name "Gear_Code";
}
Demersal_At_Sea_Scheme_Age_Observations {
String ioos_category "Other";
String long_name "Demersal_At_Sea_Scheme_Age_Observations";
}
Demersal_At_Sea_Scheme_Biological_Observations {
String ioos_category "Other";
String long_name "Demersal_At_Sea_Scheme_Biological_Observations";
}
Demersal_At_Sea_Scheme_Length_Observations {
String ioos_category "Other";
String long_name "Demersal_At_Sea_Scheme_Length_Observations";
}
Pelagic_At_Sea_Scheme_Age_Observations {
String ioos_category "Other";
String long_name "Pelagic_At_Sea_Scheme_Age_Observations";
}
Pelagic_At_Sea_Scheme_Biological_Observations {
String ioos_category "Other";
String long_name "Pelagic_At_Sea_Scheme_Biological_Observations";
}
Pelagic_At_Sea_Scheme_Length_Observations {
String ioos_category "Other";
String long_name "Pelagic_At_Sea_Scheme_Length_Observations";
}
Nephrops_At_Sea_Scheme_Age_Observations {
String ioos_category "Other";
String long_name "Nephrops_At_Sea_Scheme_Age_Observations";
}
Nephrops_At_Sea_Scheme_Biological_Observations {
String ioos_category "Other";
String long_name "Nephrops_At_Sea_Scheme_Biological_Observations";
}
Nephrops_At_Sea_Scheme_Length_Observations {
String ioos_category "Other";
String long_name "Nephrops_At_Sea_Scheme_Length_Observations";
}
Port_Sampling_Scheme_Age_Observations {
String ioos_category "Other";
String long_name "Port_Sampling_Scheme_Age_Observations";
}
Port_Sampling_Scheme_Biological_Observations {
String ioos_category "Other";
String long_name "Port_Sampling_Scheme_Biological_Observations";
}
Port_Sampling_Scheme_Length_Observations {
String ioos_category "Other";
String long_name "Port_Sampling_Scheme_Length_Observations";
}
}
NC_GLOBAL {
String cdm_data_type "Other";
String Conventions "COARDS, CF-1.6, ACDD-1.3";
String creator_name "Marine Institute";
String creator_url "http://www.marine.ie/";
String history
"2025-10-28T17:52:19Z (source database)
2025-10-28T17:52:19Z https://erddap.marine.ie/erddap/tabledap/imi_feas_obs.html";
String infoUrl "http://data.marine.ie/";
String institution "Marine Institute";
String keywords "OBSERVATIONS";
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 v29";
String subsetVariables "Year,Quarter,ICES_Area,Gear_Code";
String summary "FEAS All Observations";
String title "FEAS All Observations";
}
}
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.