![]() |
Marine Institute ERDDAP Server
Serving data from the Marine Institute (Ireland) |
Brought to you by the Marine Institute(Ireland) |
Dataset Title: | ARMS Rough River
![]() |
Institution: | Marine Institute (Dataset ID: imiroughriverarms) |
Information: | Summary ![]() ![]() ![]() |
Attributes { s { station_name { String cf_role "timeseries_id"; String ioos_category "Unknown"; String long_name "Station Name"; } latitude { String _CoordinateAxisType "Lat"; Float64 actual_range 53.991057, 53.991057; 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 -9.545593, -9.545593; 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 { String ioos_category "Identifier"; String long_name "Station"; } lnstationid { String ioos_category "Identifier"; String long_name "Ln Station ID"; } 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 { Int32 actual_range 2017, 2017; String ioos_category "Time"; String long_name "Year"; } month { Int32 actual_range 8, 9; String ioos_category "Time"; String long_name "Month"; } day { String ioos_category "Time"; String long_name "day"; } water_temperature { String ioos_category "Temperature"; String long_name "Water Temperature"; } conductivity { Float64 colorBarMaximum 40.0; Float64 colorBarMinimum 30.0; String ioos_category "Other"; String long_name "Freshwater Electrical Conductivity"; String standard_name "freshwater_electrical_conductivity"; } conductance { Float64 colorBarMaximum 40.0; Float64 colorBarMinimum 30.0; String ioos_category "Other"; String long_name "Fresh water Electrical Conductivity"; String standard_name "freshwater_electrical_conductivity"; } nephelometer { String ioos_category "Unknown"; String long_name "Nephelometer"; } water_level_mm { String ioos_category "Other"; String long_name "Water Level Mm"; } cdom { String ioos_category "Ocean Color"; String long_name "Chromophoric Dissolved Organic Material"; } sonde_temperature { String ioos_category "Temperature"; String long_name "Sonde Temperature"; } sonde_spcond { String ioos_category "Unknown"; String long_name "Sonde Sp Cond"; } sonde_do_pc { String ioos_category "Unknown"; String long_name "Sonde DO Pc"; } sonde_do_mgl { String ioos_category "Unknown"; String long_name "Sonde DO Mgl"; } sonde_ph { String ioos_category "Other"; String long_name "Sonde P H"; } ldo_temperature { String ioos_category "Temperature"; String long_name "LDO Temperature"; } ldo_do_pc { String ioos_category "Unknown"; String long_name "LDO DO Pc"; } ldo_do_mgl { String ioos_category "Unknown"; String long_name "LDO DO Mgl"; } cs_ph_raw { String ioos_category "Other"; String long_name "CS pH raw"; } cs_ph_mv { String ioos_category "Other"; String long_name "CS pH mV"; } } NC_GLOBAL { String cdm_data_type "TimeSeries"; String cdm_timeseries_variables "station_name, longitude, latitude"; String Conventions "COARDS, CF-1.6, ACDD-1.3"; String creator_name "Marine Institute"; String creator_type "person"; String creator_url "http://www.marine.ie"; Float64 Easternmost_Easting -9.545593; String featureType "TimeSeries"; Float64 geospatial_lat_max 53.991057; Float64 geospatial_lat_min 53.991057; String geospatial_lat_units "degrees_north"; Float64 geospatial_lon_max -9.545593; Float64 geospatial_lon_min -9.545593; String geospatial_lon_units "degrees_east"; String history "2025-02-23T06:37:02Z (Cassandra) 2025-02-23T06:37:02Z https://erddap.marine.ie/erddap/tabledap/imiroughriverarms.html"; String infoUrl "http://www.marine.ie"; String institution "Marine Institute"; String keywords "arms, cdom, chromophoric, color, colored, cond, conductance, conductivity, cs_ph_mv, cs_ph_raw, data, density, dissolved, earth, Earth Science > Oceans > Salinity/Density > Conductivity, electrical, identifier, institute, latitude, ldo, ldo_do_mgl, ldo_do_pc, ldo_temperature, level, lnstationid, longitude, marine, material, matter, mgl, name, nephelometer, num, ocean, ocean color, oceans, organic, raw, rec, recnum, river, rough, salinity, science, sea, sea level, sea_water_electrical_conductivity, seawater, sec, sonde, sonde_do_mgl, sonde_do_pc, sonde_ph, sonde_spcond, sonde_temperature, stamp, station, stationname, temperature, time, time_sec_id, tmstamp, water, water_level_mm, water_temperature"; String keywords_vocabulary "GCMD Science Keywords"; String license "Creative Commons Attribution 4.0 (https://creativecommons.org/licenses/by/4.0/)"; Float64 Northernmost_Northing 53.991057; String sourceUrl "(Cassandra)"; Float64 Southernmost_Northing 53.991057; String standard_name_vocabulary "CF Standard Name Table v55"; String subsetVariables "station_name, year, month, longitude, latitude"; String summary "ARMS Rough River data. Marine Institute data from a local source."; String title "ARMS Rough River"; Float64 Westernmost_Easting -9.545593; } }
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.