Marine Institute ERDDAP Server
Serving data from the Marine Institute (Ireland) |
Brought to you by the Marine Institute(Ireland) |
Dataset Title: | Coastal Temperature Network - Freshwater sites |
Institution: | Marine Institute (Dataset ID: ICTempNetworkFreshwater) |
Information: | Summary | License | FGDC | ISO 19115 | Metadata | Background | Subset | Make a graph |
Attributes { s { SiteName { String cf_role "timeseries_id"; String ioos_category "Identifier"; String long_name "Station ID"; } longitude { String _CoordinateAxisType "Lon"; Float32 actual_range -9.055611, -9.055611; 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 53.27761, 53.27761; String axis "Y"; String ioos_category "Location"; String long_name "Latitude"; String standard_name "latitude"; String units "degrees_north"; } Bay { String ioos_category "Other"; String long_name "Bay"; } year { Int32 actual_range 2017, 2022; String ioos_category "Time"; String long_name "Year"; } month { Int32 actual_range 1, 12; String ioos_category "Time"; String long_name "Month"; } 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"; } Depth { Float64 actual_range -1.0, -1.0; Float64 colorBarMaximum 0.0; Float64 colorBarMinimum -35.0; String colorBarPalette "OceanDepth"; String ioos_category "Location"; String long_name "Depth"; String positive "up"; String standard_name "depth"; String units "m"; } temperature { String colorBarMaximum "25.0"; String colorBarMinimum "1.0"; String ioos_category "Temperature"; String long_name "Surface Temperature"; Float32 missing_value -999.0; String standard_name "surface_temperature"; String units "degree_C"; } QFlag { String ioos_category "Quality"; String long_name "Quality Control Flags"; } } NC_GLOBAL { String cdm_data_type "TimeSeries"; String cdm_timeseries_variables "SiteName, longitude, latitude, Bay, year, month, Depth"; String Conventions "COARDS, CF-1.4, Unidata Dataset Discovery v1.0"; String defaultDataQuery "&Year=%222018%22"; String defaultGraphQuery "longitude,latitude,temperature&year=%222018%22&.draw=markers&.marker=5|5"; Float64 Easternmost_Easting -9.055611; String featureType "TimeSeries"; Float64 geospatial_lat_max 53.27761; Float64 geospatial_lat_min 53.27761; String geospatial_lat_units "degrees_north"; Float64 geospatial_lon_max -9.055611; Float64 geospatial_lon_min -9.055611; String geospatial_lon_units "degrees_east"; String history "2024-12-22T02:29:35Z (source database) 2024-12-22T02:29:35Z https://erddap.marine.ie/erddap/tabledap/ICTempNetworkFreshwater.html"; String infoUrl "http://www.isde.ie/#/c455d22d-79c2-4dbb-95fb-917a33ea885c"; String institution "Marine Institute"; String license "Creative Commons Attribution 4.0 (https://creativecommons.org/licenses/by/4.0/)"; Float64 Northernmost_Northing 53.27761; String sourceUrl "(source database)"; Float64 Southernmost_Northing 53.27761; String standard_name_vocabulary "CF-12"; String subsetVariables "SiteName, longitude, latitude, Bay, year, month, Depth"; String summary "Irish Coastal Temperature Network Freshwater sites"; String title "Coastal Temperature Network - Freshwater sites"; Float64 Westernmost_Easting -9.055611; } }
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.