Marine Institute ERDDAP Server
Serving data from the Marine Institute (Ireland) |
Brought to you by the Marine Institute(Ireland) |
Dataset Title: | Irish Wave Buoys Zero crossing Data |
Institution: | Marine Institute (Dataset ID: IWaveBNetwork_zerocrossing) |
Information: | Summary | License | FGDC | ISO 19115 | Metadata | Background | Subset | Make a graph |
Attributes { s { buoy_id { Int32 actual_range 1, 28; String ioos_category "Identifier"; String long_name "Buoy Id"; } time { String _CoordinateAxisType "Time"; String axis "T"; String ioos_category "Time"; String long_name "Recordedtime"; String standard_name "time"; String time_origin "01-JAN-1970 00:00:00"; String units "seconds since 1970-01-01T00:00:00Z"; } latitude { String _CoordinateAxisType "Lat"; Float64 actual_range 51.647, 54.33303; 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"; } longitude { String _CoordinateAxisType "Lon"; Float64 actual_range -10.29737, 10.15275; 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"; } station_id { String cf_role "timeseries_id"; String ioos_category "Identifier"; String long_name "Station ID"; } instrument { String ioos_category "Unknown"; } Hmax { String colorBarMaximum "12.0"; String colorBarMinimum "0.0"; String comment "Hmax - Maximum wave height measured during observation period"; String ioos_category "Surface Waves"; String long_name "Hmax"; Float64 missing_value -999.0; String standard_name "sea_surface_wave_maximum_height"; String units "m"; } HmaxPeriod { String colorBarMaximum "20.0"; String colorBarMinimum "0.0"; String comment "THmax - Period of maximum wave height measured during observation period"; String ioos_category "Surface Waves"; String long_name "THmax"; Float64 missing_value -999.0; String standard_name "sea_surface_wave_period_of_highest_wave"; String units "s"; } Havg { String colorBarMaximum "12.0"; String colorBarMinimum "0.0"; String comment "Havg - Average height of all the upcrossing waves measured during observation period"; String ioos_category "Surface Waves"; String long_name "Havg"; Float64 missing_value -999.0; String standard_name "sea_surface_wave_mean_height"; String units "m"; } Tavg { String colorBarMaximum "20.0"; String colorBarMinimum "0.0"; String comment "Tavg - Average period of all the upcrossing waves measured during observation period"; String ioos_category "Surface Waves"; String long_name "Tavg"; Float64 missing_value -999.0; String standard_name "sea_surface_wave_mean_period"; String units "s"; } qcflag { Float64 colorBarMaximum 1.0; Float64 colorBarMinimum 0.0; String ioos_category "Quality"; String long_name "Qcflag"; } } NC_GLOBAL { String cdm_data_type "TimeSeries"; String cdm_timeseries_variables "station_id, longitude, latitude"; String Conventions "COARDS, CF-1.6, ACDD-1.3"; String creator_name "Marine Institute"; String creator_url "http://www.isde.ie/#/55eb27e0-2fc3-4dab-9963-a99d12402a9e"; String defaultDataQuery "&time>=now-3day"; String defaultGraphQuery "longitude,latitude,Hmax&time>=now-3day&.marker=5|5"; Float64 Easternmost_Easting 10.15275; String featureType "TimeSeries"; Float64 geospatial_lat_max 54.33303; Float64 geospatial_lat_min 51.647; String geospatial_lat_units "degrees_north"; Float64 geospatial_lon_max 10.15275; Float64 geospatial_lon_min -10.29737; String geospatial_lon_units "degrees_east"; String history "2024-12-21T14:49:04Z (Cassandra) 2024-12-21T14:49:04Z https://erddap.marine.ie/erddap/tabledap/IWaveBNetwork_zerocrossing.html"; String infoUrl "http://www.isde.ie/#/55eb27e0-2fc3-4dab-9963-a99d12402a9e"; String institution "Marine Institute"; String keywords "buoy, buoy_id, buoy_title, buoys, data, hav, hmax, identifier, institute, irish, latitude, longitude, marine, qcflag, quality, recordedtime, tav, thmax, time, title, tm01, tm02, wave, zerocrossing"; String license "Creative Commons Attribution 4.0 (https://creativecommons.org/licenses/by/4.0/)"; Float64 Northernmost_Northing 54.33303; String sourceUrl "(Cassandra)"; Float64 Southernmost_Northing 51.647; String standard_name_vocabulary "CF Standard Name Table v29"; String subsetVariables "buoy_id,station_id,latitude,longitude"; String summary "Irish Wave Buoys Zero crossing Data"; String title "Irish Wave Buoys Zero crossing Data"; Float64 Westernmost_Easting -10.29737; } }
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.