![]() |
EMODnet Physics ERDDAP
Easier access to scientific data |
log in Brought to you by EMODnet Physics |
Dataset Title: | TAD - Tsunami Alert Device
![]() ![]() |
Institution: | WEBCRITECH (Dataset ID: TAD_Tsunami_Alert_Device) |
Information: | Summary ![]() ![]() ![]() |
Attributes { s { stationID { String cf_role "timeseries_id"; String long_name "Station ID"; } stationName { String long_name "Station Name"; } stationSensor { String long_name "Station Sensor"; } stationProvider { String long_name "Station Provider"; } time { String _CoordinateAxisType "Time"; Float64 actual_range 1.370880405e+9, 1.611680518e+9; String axis "T"; String ioos_category "Time"; String long_name "Time"; String standard_name "time"; String time_origin "01-JAN-1970 00:00:00"; String time_precision "1970-01-01T00:00:00Z"; String units "seconds since 1970-01-01T00:00:00Z"; } latitude { String _CoordinateAxisType "Lat"; Float64 actual_range -8.291638, 53.114397; String axis "Y"; Float64 colorBarMaximum 90.0; Float64 colorBarMinimum -90.0; String ioos_category "Location"; String long_name "Latitude"; Float64 missing_value NaN; String standard_name "latitude"; String units "degrees_north"; } longitude { String _CoordinateAxisType "Lon"; Float64 actual_range -16.31491, 111.731428; String axis "X"; Float64 colorBarMaximum 180.0; Float64 colorBarMinimum -180.0; String ioos_category "Location"; String long_name "Longitude"; Float64 missing_value NaN; String standard_name "longitude"; String units "degrees_east"; } SLEV { Float32 _FillValue NaN; Float32 actual_range -10.2715, 429.537; String ep_parameter_group "Sea Level"; String long_name "water surface height above a specific datum"; Float32 missing_value NaN; String SDN "SDN:P01::ASLVZZ01"; String source_variable_name "SLEV"; String standard_name "water_surface_height_above_reference_datum"; String units "m"; } timestamp { Float64 actual_range 1.610032598643e+9, 1.611680820708e+9; String ioos_category "Time"; String long_name "Timestamp"; String time_origin "01-JAN-1970 00:00:00"; String time_precision "1970-01-01T00:00:00.000Z"; String units "seconds since 1970-01-01T00:00:00Z"; } author { String ioos_category "Identifier"; String long_name "Author"; } command { String _Unsigned "false"; Byte actual_range 0, 0; String flag_meanings "insert delete"; Byte flag_values 0, 1; String ioos_category "Other"; String long_name "Command"; Byte missing_value 127; } } NC_GLOBAL { String cdm_data_type "TimeSeries"; String cdm_timeseries_variables "stationID,latitude,longitude"; String Conventions "COARDS, CF-1.6, ACDD-1.3"; String creator_name "WEBCRITECH"; Float64 Easternmost_Easting 111.731428; String ep_creation_date "2021-07-01"; String featureType "TimeSeries"; Float64 geospatial_lat_max 53.114397; Float64 geospatial_lat_min -8.291638; String geospatial_lat_units "degrees_north"; Float64 geospatial_lon_max 111.731428; Float64 geospatial_lon_min -16.31491; String geospatial_lon_units "degrees_east"; String history "2021-01-26T20:51:19Z (local files) 2021-01-26T20:51:19Z https://erddap.emodnet-physics.eu/erddap/tabledap/TAD_Tsunami_Alert_Device.html"; String httpGetDirectoryStructure "stationID/1months"; String httpGetRequiredVariables "stationID, time"; String infoUrl "https://webcritech.jrc.ec.europa.eu/"; String institution "WEBCRITECH"; String keywords "latitude, longitude, station, stationID, time, timestamp, water"; 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."; Float64 Northernmost_Northing 53.114397; String sourceUrl "(local files)"; Float64 Southernmost_Northing -8.291638; String standard_name_vocabulary "CF Standard Name Table v55"; String subsetVariables "stationID,stationName"; String summary "TAD - Tsunami Alert Device"; String testOutOfDate "now-1day"; String time_coverage_end "2021-01-26T17:01:58Z"; String time_coverage_start "2013-06-10T16:06:45Z"; String title "TAD - Tsunami Alert Device"; Float64 Westernmost_Easting -16.31491; } }
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.