ERDDAP
Easier access to scientific data |
|
Brought to you by NOAA NMFS SWFSC ERD |
Dataset Title: | Exploratorium Outdoor Gallery Wind Turbulence Study |
Institution: | Exploratorium (Dataset ID: exploratoriumOutdoorGalleryWindTurbulenceStudy) |
Range: | longitude = -122.3967 to -122.3967°E, latitude = 37.8025 to 37.8025°N, time = 2024-04-18T01:29:30Z to 2024-11-05T13:20:23Z |
Information: | Summary | License | FGDC | ISO 19115 | Metadata | Background | Data Access Form |
Click on the map to specify a new center point.
Zoom:
|
Attributes { s { time { String _CoordinateAxisType "Time"; Float64 actual_range 1.71340377e+9, 1.730812823e+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 units "seconds since 1970-01-01T00:00:00Z"; } air_temp_f { Float32 actual_range -15.7, 102.0; String ioos_category "Temperature"; String long_name "Air Temperature"; String units "fahrenheit"; } air_temp_feels_like_f { Float32 actual_range -51.9, 102.0; String ioos_category "Temperature"; String long_name "Air Temperature (Feels Like) F"; String units "fahrenheit"; } app_temp_f { Float32 actual_range -48.1, 102.8; String ioos_category "Temperature"; String long_name "Air Temperature (Feels Like) F"; String units "fahrenheit"; } dew_point_f { Float32 actual_range -73.1, 65.5; String ioos_category "Temperature"; String long_name "Dew Point F"; String units "fahrenheit"; } outdoor_humidity { Float32 actual_range 1.0, 99.0; String ioos_category "Meteorology"; String long_name "Outdoor Humidity"; String units "percent"; } solar_watts_per_sqm { Float32 actual_range 0.0, 2367.8; String ioos_category "Other"; String long_name "Solar Watts per sqm"; String units "watt/m^2"; } uv_index { Float32 actual_range 0.0, 15.0; String ioos_category "Other"; String long_name "UV Index"; String units "UV index units"; } wind_speed_mph { Float32 actual_range 0.0, 88.1; String ioos_category "Wind"; String long_name "Wind Speed MPH"; String units "miles per hour"; } wind_gust_mph { Float32 actual_range 0.0, 90.4; String ioos_category "Wind"; String long_name "Wind Gust MPH"; String units "miles per hour"; } wind_direction { Float32 actual_range 0.0, 359.0; String ioos_category "Wind"; String long_name "Wind Direction"; String units "degrees"; } pressure_relative_inHg { Float32 actual_range 29.72, 30.25; String ioos_category "Pressure"; String long_name "Relative Pressure"; String units "inches Hg"; } pressure_absolute_inHg { Float32 actual_range 29.72, 30.25; String ioos_category "Pressure"; String long_name "Absolute Pressure"; String units "inches Hg"; } battery_v { Float32 actual_range 0.72, 3.68; String ioos_category "Other"; String long_name "Battery"; String units "volts"; } station_id { String cf_role "timeseries_id"; String ioos_category "Other"; } latitude { String _CoordinateAxisType "Lat"; Float32 actual_range 37.8025, 37.8025; String axis "Y"; String ioos_category "Location"; String long_name "Latitude"; String standard_name "latitude"; String units "degrees_north"; } longitude { String _CoordinateAxisType "Lon"; Float32 actual_range -122.3967, -122.3967; String axis "X"; String ioos_category "Location"; String long_name "Longitude"; String standard_name "longitude"; String units "degrees_east"; } } NC_GLOBAL { String cdm_data_type "TimeSeries"; String cdm_timeseries_variables "latitude,longitude,station_id"; String Conventions "COARDS, CF-1.4, Unidata Dataset Discovery v1.0"; String creator_email "jtonski@exploratorium.edu"; Float64 Easternmost_Easting -122.3967; String featureType "TimeSeries"; Float64 geospatial_lat_max 37.8025; Float64 geospatial_lat_min 37.8025; String geospatial_lat_units "degrees_north"; Float64 geospatial_lon_max -122.3967; Float64 geospatial_lon_min -122.3967; String geospatial_lon_units "degrees_east"; String history "2024-11-05T13:46:44Z (local files) 2024-11-05T13:46:44Z http://erddap.exploratorium.edu:8080/tabledap/exploratoriumOutdoorGalleryWindTurbulenceStudy.das"; String infoUrl "http://www.exploratorium.edu"; String institution "Exploratorium"; 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."; String Metadata_Conventions "COARDS, CF-1.4, Unidata Dataset Discovery v1.0"; Float64 Northernmost_Northing 37.8025; String recursive "true"; String sourceUrl "(local files)"; Float64 Southernmost_Northing 37.8025; String standard_name_vocabulary "CF-12"; String summary "Exploratorium EcoWitt WS80 wind sensor measuring windspeed (and associated data) 4 feet above ground level on Pier 15, San Francisco, once per minute."; String time_coverage_end "2024-11-05T13:20:23Z"; String time_coverage_start "2024-04-18T01:29:30Z"; String title "Exploratorium Outdoor Gallery Wind Turbulence Study"; Float64 Westernmost_Easting -122.3967; } }
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.