![]() |
Marine Institute ERDDAP Server
Serving data from the Marine Institute (Ireland) |
Brought to you by the Marine Institute(Ireland) |
| Dataset Title: | Water temperature profiles at Bunaveela Lough County Mayo (2009-2019)
|
| Institution: | Marine Institute (Dataset ID: bunaveela_water_temp_profiles) |
| Range: | longitude = -9.546838 to -9.546838°E, latitude = 54.020515 to 54.020515°N, depth = 1.0 to 17.0m |
| Information: | Summary
| License
| FGDC
| ISO 19115
| Metadata
| Background
| Subset
| Data Access Form
|
|
Attributes {
s {
time {
String _CoordinateAxisType "Time";
String axis "T";
String ioos_category "Time";
String long_name "Date Time";
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 54.020514, 54.020514;
String axis "Y";
String ioos_category "Location";
String long_name "Latitude";
String standard_name "latitude";
String units "degrees_north";
}
longitude {
String _CoordinateAxisType "Lon";
Float64 actual_range -9.546838, -9.546838;
String axis "X";
String ioos_category "Location";
String long_name "Longitude";
String standard_name "longitude";
String units "degrees_east";
}
year {
Int32 actual_range 2009, 2019;
String ioos_category "Time";
String long_name "Year";
}
month {
Int32 actual_range 1, 12;
String ioos_category "Time";
String long_name "Month";
}
day {
Int32 actual_range 1, 31;
String ioos_category "Time";
String long_name "day";
}
station {
String cf_role "timeseries_id";
String ioos_category "Identifier";
String long_name "station id";
}
depth {
String _CoordinateAxisType "Height";
String _CoordinateZisPositive "down";
Float64 actual_range 1.0, 17.0;
String axis "Z";
String ioos_category "Location";
String long_name "depth of measurement";
String positive "down";
String Processing_level "Data manually reviewed";
String QC_indicator "nominal value";
String sdn_parameter_name "Depth (spatial coordinate) relative to water surface in the water body";
String sdn_parameter_urn "SDN:P01::ADEPZZ01";
String sdn_units_name "metres";
String sdn_units_urn "SDN:P06::ULAA";
String standard_name "depth";
String units "m";
Float64 valid_max 100.0;
Float64 valid_min 0.0;
}
temperature {
String colorBarMaximum "22";
String colorBarMinimum "0";
String ioos_category "Temperature";
String long_name "water temperature in-situ ITS-90 scale";
String reference_scale "ITS-90";
String sdn_parameter_name "Temperature of the water body";
String sdn_parameter_urn "SDN:P01::TEMPPR01";
String sdn_units_name "Degrees Celsius";
String sdn_units_urn "SDN:P06::UPAA";
String standard_name "water_temperature";
String units "degree_Celsius";
Float32 valid_max 45.0;
Float32 valid_min -5.0;
}
temperature_qc {
String ioos_category "Quality";
String long_name "temperature_qc";
}
depth_qc {
String ioos_category "Quality";
String long_name "depth_qc";
}
}
NC_GLOBAL {
String cdm_data_type "TimeSeries";
String cdm_timeseries_variables "station, longitude, latitude, year, month";
String Conventions "COARDS, CF-1.6, ACDD-1.3";
String creator_name "Marine Institute";
String defaultDataQuery "&year=%222019%22&month=%227%22";
String defaultGraphQuery "time,temperature&station=%22Bunaveela%22&year=%222019%22&depth=1.0&.draw=lines";
Float64 Easternmost_Easting -9.546838;
String featureType "TimeSeries";
Float64 geospatial_lat_max 54.020514;
Float64 geospatial_lat_min 54.020514;
String geospatial_lat_units "degrees_north";
Float64 geospatial_lon_max -9.546838;
Float64 geospatial_lon_min -9.546838;
String geospatial_lon_units "degrees_east";
Float64 geospatial_vertical_max 17.0;
Float64 geospatial_vertical_min 1.0;
String geospatial_vertical_positive "down";
String geospatial_vertical_units "m";
String history
"2025-10-30T16:02:31Z (source database)
2025-10-30T16:02:31Z https://erddap.marine.ie/tabledap/bunaveela_water_temp_profiles.das";
String infoUrl "https://data.marine.ie/geonetwork/srv/eng/catalog.search#/metadata/ie.marine.data:dataset.4314";
String institution "Marine Institute";
String keywords "latitude, longitude, Mayo, Newport, water temperature";
String license "Creative Commons Attribution 4.0 (https://creativecommons.org/licenses/by/4.0/)";
Float64 Northernmost_Northing 54.020514;
String sourceUrl "(source database)";
Float64 Southernmost_Northing 54.020514;
String subsetVariables "station, longitude, latitude, year, month, day, depth";
String summary "Bunaveela water temperature profiles Time Series";
String title "Water temperature profiles at Bunaveela Lough County Mayo (2009-2019)";
Float64 Westernmost_Easting -9.546838;
}
}
Data Access Protocol (DAP)
and its
selection constraints
.
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.