![]() |
Marine Institute ERDDAP Server
Serving data from the Marine Institute (Ireland) |
Brought to you by the Marine Institute(Ireland) |
| Dataset Title: | IBTS Trawl Surveys
|
| Institution: | Marine Institute (Dataset ID: miIbts) |
| Information: | Summary
| License
| FGDC
| ISO 19115
| Metadata
| Background
| Subset
| Make a graph
|
Attributes {
s {
SurveyCodeICES {
String cf_role "trajectory_id";
String ioos_category "Identifier";
String long_name "SurveyCodeICES";
}
longitude {
String _CoordinateAxisType "Lon";
Float32 actual_range -14.905583, 12.6145;
String axis "X";
String ioos_category "Location";
String long_name "Longitude";
String standard_name "longitude";
String units "degrees_east";
}
latitude {
String _CoordinateAxisType "Lat";
Float32 actual_range 36.03, 61.3667;
String axis "Y";
String ioos_category "Location";
String long_name "Latitude";
String standard_name "latitude";
String units "degrees_north";
}
time {
String _CoordinateAxisType "Time";
String axis "T";
String ioos_category "Time";
String long_name "Detection Time";
String standard_name "time";
String time_origin "01-JAN-1970 00:00:00";
String units "seconds since 1970-01-01T00:00:00Z";
}
Year {
String ioos_category "Time";
String long_name "Year";
}
Haul_Code {
String ioos_category "Identifier";
String long_name "Station ID";
}
Vessel_Code {
String ioos_category "Other";
String long_name "Vessel_Code";
}
Species_Code {
String ioos_category "Fish Species";
String long_name "Species Code";
}
Common_Name {
String ioos_category "Fish Species";
String long_name "Common_Name";
}
Length_Split {
String ioos_category "Other";
String long_name "Juvenile Adult length split";
String units "cm";
}
Total_Number_Fish_Per_Hour {
String colorBarMaximum "20000.0";
String colorBarMinimum "0.0";
String ioos_category "Fish Abundance";
String long_name "Total_Number_Fish_Per_Hour";
String units "count h-1";
}
Junvenile_Number_Fish_Per_Hour {
String colorBarMaximum "10000.0";
String colorBarMinimum "0.0";
String ioos_category "Fish Abundance";
String long_name "Juvenile_Number_Fish_Per_Hour";
String units "count h-1";
}
Adult_Number_Fish_Per_Hour {
String colorBarMaximum "10000.0";
String colorBarMinimum "0.0";
String ioos_category "Fish Abundance";
String long_name "Adult_Number_Fish_Per_Hour";
String units "count h-1";
}
}
NC_GLOBAL {
String cdm_data_type "Trajectory";
String cdm_trajectory_variables "SurveyCodeICES";
String Conventions "COARDS, CF-1.6, Unidata Dataset Discovery v1.0";
String defaultDataQuery "&Year=%222012%22";
String defaultGraphQuery "longitude,latitude,Total_Number_Fish_Per_Hour&Year=%222012%22&Common_Name=%22European%20Hake%22&.draw=markers&.marker=5|5";
Float64 Easternmost_Easting 12.6145;
String featureType "Trajectory";
Float64 geospatial_lat_max 61.3667;
Float64 geospatial_lat_min 36.03;
String geospatial_lat_units "degrees_north";
Float64 geospatial_lon_max 12.6145;
Float64 geospatial_lon_min -14.90558;
String geospatial_lon_units "degrees_east";
String history
"2025-10-30T17:17:26Z (source database)
2025-10-30T17:17:26Z https://erddap.marine.ie/erddap/tabledap/miIbts.html";
String infoUrl "https://data.marine.ie/geonetwork/srv/eng/catalog.search#/metadata/ie.marine.data:dataset.4036";
String institution "Marine Institute";
String license "Creative Commons Attribution 4.0 (https://creativecommons.org/licenses/by/4.0/)";
Float64 Northernmost_Northing 61.3667;
String sourceUrl "(source database)";
Float64 Southernmost_Northing 36.03;
String standard_name_vocabulary "CF-12";
String subsetVariables "SurveyCodeICES, longitude, latitude,Species_Code,Vessel_Code,Year, Haul_Code, Common_Name";
String summary "IBTS Trawl Surveys";
String time_coverage_end "2012-01-01T00:00:00Z";
String time_coverage_start "2011-01-01T00:00:00Z";
String title "IBTS Trawl Surveys";
Float64 Westernmost_Easting -14.90558;
}
}
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.