Marine Institute ERDDAP Server
Serving data from the Marine Institute (Ireland) |
Brought to you by the Marine Institute(Ireland) |
Dataset Title: | Harmful Algae Blooms Statuses |
Institution: | Marine Institute (Dataset ID: habs_status) |
Information: | Summary | License | Metadata | Background | Subset | Make a graph |
Attributes { s { species { String ioos_category "Unknown"; String long_name "species"; } periodstart_date { String ioos_category "Time"; String long_name "periodstart_date"; String source_name "PeriodStartDate"; String standard_name "time"; String time_origin "01-JAN-1970 00:00:00"; String units "seconds since 1970-01-01T00:00:00Z"; } parentarea_name { String ioos_category "Identifier"; String long_name "ParentAReaName"; } periodend_date { String ioos_category "Time"; String long_name "periodend_date"; String source_name "PeriodStartDate"; String standard_name "time"; String time_origin "01-JAN-1970 00:00:00"; String units "seconds since 1970-01-01T00:00:00Z"; } statuseffective_startdate { String ioos_category "Time"; String long_name "statuseffective_startdate"; String source_name "StatusEffectiveStartDate"; String standard_name "time"; String time_origin "01-JAN-1970 00:00:00"; String units "seconds since 1970-01-01T00:00:00Z"; } statusexpiry_date { String ioos_category "Time"; String long_name "statusexpiry_date"; String source_name "StatusExpiryDate"; String standard_name "time"; String time_origin "01-JAN-1970 00:00:00"; String units "seconds since 1970-01-01T00:00:00Z"; } reason_name { String ioos_category "Unknown"; String long_name "reason_name"; } productionareastatusname { String ioos_category "Unknown"; String long_name "ProductionAreaStatusname"; } productionstatusestatusname { String ioos_category "Unknown"; String long_name "ProductionAreaStatusID"; } publisheddt { String ioos_category "Time"; String long_name "Datetime"; String source_name "Datetime"; 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, Ireland"; String creator_type "person"; String creator_url "http://www.digitalocean.ie"; String history "2024-11-21T12:50:05Z (source database) 2024-11-21T12:50:05Z https://erddap3.marine.ie/erddap/tabledap/habs_status.html"; String infoUrl "http://www.digitalocean.ie"; String institution "Marine Institute"; String keywords "habs, species"; String keywords_vocabulary "GCMD Science Keywords"; String license "The data may be used and redistributed for free but is not intended for legal use, since it may contain inaccuracies. Neither the data Contributor, ERD, NOAA, nor the United States Government, nor any of their employees or contractors, makes any warranty, express or implied, including warranties of merchantability and fitness for a particular purpose, or assumes any legal liability for the accuracy, completeness, or usefulness, of this information."; String sourceUrl "(source database)"; String standard_name_vocabulary "CF Standard Name Table v29"; String subsetVariables "species"; String summary "Harmful Algae Blooms Statuses"; String title "Harmful Algae Blooms Statuses"; } }
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.