Marine Institute ERDDAP Server
Serving data from the Marine Institute (Ireland) |
Brought to you by the Marine Institute(Ireland) |
Dataset Title: | Irish Groundfish Surveys Table |
Institution: | Marine Institute, Ireland (Dataset ID: Groundfish_Surveys) |
Information: | Summary | License | FGDC | ISO 19115 | Metadata | Background | Make a graph |
Attributes { s { event_id { String ioos_category "Identifier"; String long_name "Event Id"; } date { String ioos_category "Time"; String long_name "Detection Time"; String time_origin "01-JAN-1970 00:00:00"; String units "seconds since 1970-01-01T00:00:00Z"; } longitude { String _CoordinateAxisType "Lon"; String axis "X"; Float64 colorBarMaximum 180.0; Float64 colorBarMinimum -180.0; String ioos_category "Location"; String long_name "Longitude"; String standard_name "longitude"; String units "degrees_east"; } latitude { String _CoordinateAxisType "Lat"; String axis "Y"; Float64 colorBarMaximum 90.0; Float64 colorBarMinimum -90.0; String ioos_category "Location"; String long_name "Latitude"; String standard_name "latitude"; String units "degrees_north"; } } NC_GLOBAL { String cdm_data_type "Other"; String Conventions "COARDS, CF-1.6, ACDD-1.3"; String creator_name "Marine Institute, Ireland"; String creator_type "person"; String creator_url "http://www.marine.ie/"; String geospatial_lat_units "degrees_north"; String geospatial_lon_units "degrees_east"; String history "2024-10-11T12:38:03Z (source database) 2024-10-11T12:38:03Z https://erddap.marine.ie/erddap/tabledap/Groundfish_Surveys.html"; String infoUrl "https://data.marine.ie/geonetwork/srv/eng/catalog.search#/metadata/ie.marine.data:dataset.4036"; String institution "Marine Institute, Ireland"; String keywords "award_type, year_awarded"; 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 summary "Irish Groundfish Surveys data"; String title "Irish Groundfish Surveys Table"; } }
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.