![]() |
Marine Institute ERDDAP Server
Serving data from the Marine Institute (Ireland) |
Brought to you by the Marine Institute(Ireland) |
| Dataset Title: | FEAS All Observations by Species
|
| Institution: | Marine Institute (Dataset ID: imi_feas_obs_sp) |
| Information: | Summary
| License
| Metadata
| Background
| Subset
| Data Access Form
|
|
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";
}
Scientific_Name {
String ioos_category "Other";
String long_name "Scientific_Name";
}
Common_Name {
String ioos_category "Other";
String long_name "Common_Name";
}
AphiaID {
Float64 actual_range 10331, 712906;
String ioos_category "Other";
String long_name "AphiaID";
}
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-29T08:21:35Z (source database)
2025-10-29T08:21:35Z https://erddap.marine.ie/tabledap/imi_feas_obs_sp.das";
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,Scientific_Name,Common_Name,AphiaID";
String summary "FEAS All Observations by Species";
String title "FEAS All Observations by Species";
}
}
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.