![]() |
ERDDAP
Easier access to scientific data |
Brought to you by NOAA NMFS SWFSC ERD |
| Dataset Title: | Wind from select USGS stations
|
| Institution: | USGS (Dataset ID: USGS_BARNEGAT_WIND) |
| Information: | Summary
| License
| Metadata
| Background
| Subset
| Make a graph
|
Attributes {
s {
time {
String _CoordinateAxisType "Time";
Float64 actual_range 1.69751538e+9, 1.76304366e+9;
String axis "T";
String field "time, scalar, series";
String ioos_category "Time";
String long_name "UTC time";
String standard_name "time";
String time_origin "01-JAN-1970 00:00:00";
String units "seconds since 1970-01-01T00:00:00Z";
}
wind_speed {
Float64 _FillValue 9.969209968386869e+36;
Float64 actual_range 0.0, 44.25696;
Float64 colorBarMaximum 15.0;
Float64 colorBarMinimum 0.0;
String ioos_category "Wind";
String long_name "wind speed";
String standard_name "wind_speed";
String units "m/s";
}
station {
Float64 actual_range 3.92239074252401e+14, 3.95629074050201e+14;
String ioos_category "Identifier";
String long_name "StationID";
String units "degrees";
}
wind_direction {
Float64 _FillValue 9.969209968386869e+36;
Float64 actual_range 0.0, 359.0;
Float64 colorBarMaximum 15.0;
Float64 colorBarMinimum -15.0;
String ioos_category "Wind";
String long_name "Wind direction, degrees clockwise from true north";
String standard_name "northward_wind";
String units "degrees";
}
}
NC_GLOBAL {
String cdm_data_type "Other";
String comment
"StationID,StDescription,Latitude,Longitude
395629074050201,\"Seaside Heights\",39.94138889,-74.08388889
394540074062901,\"Barnegat Light\",39.7611111,-74.1080556
394728074105501,\"Waretown\",39.7911111,-74.1819444
393915074110901,\"Ship Bottom\",39.65416667,-74.1858333
393032074192901,\"Tuckerton\",39.50888889,-74.3247222
392239074252401,\"Atlantic City\",39.3775,-74.4233333";
String Conventions "COARDS, CF-1.6, ACDD-1.3";
String creator_name "USGS";
String creator_type "institution";
String creator_url "https://www.usgs.gov/";
String history
"Created by USGS_get_wind.py on 2024/02/14 15:07:43
2025-11-13T18:38:40Z (local files)
2025-11-13T18:38:40Z https://tds.marine.rutgers.edu/erddap/tabledap/USGS_BARNEGAT_WIND.html";
String infoUrl "https://www.usgs.gov/";
String institution "USGS";
String keywords "atmosphere, atmospheric, clockwise, data, degrees, direction, earth, Earth Science > Atmosphere > Atmospheric Winds > Surface Winds, geological, identifier, north, northward, northward_wind, science, select, speed, states, station, stationid, stations, surface, survey, time, true, united, usgs, wind, wind_direction, wind_speed, winds";
String keywords_vocabulary "GCMD Science Keywords";
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 sourceUrl "(local files)";
String standard_name_vocabulary "CF Standard Name Table v70";
String subsetVariables "station";
String summary
"StationID,StDescription,Latitude,Longitude
395629074050201,\"Seaside Heights\",39.94138889,-74.08388889
394540074062901,\"Barnegat Light\",39.7611111,-74.1080556
394728074105501,\"Waretown\",39.7911111,-74.1819444
393915074110901,\"Ship Bottom\",39.65416667,-74.1858333
393032074192901,\"Tuckerton\",39.50888889,-74.3247222
392239074252401,\"Atlantic City\",39.3775,-74.4233333";
String testOutOfDate "now-1day";
String time_coverage_end "2025-11-13T14:21:00Z";
String time_coverage_start "2023-10-17T04:03:00Z";
String title "Wind from select USGS stations";
}
}
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.