|  | ERDDAP Easier access to scientific data | Brought to you by NOAA NMFS SWFSC ERD | 
 
| Dataset Title: | 2-Minute Sustained Wind Data, Lord's Cove     | 
| Institution: | CNA (Dataset ID: cna_werc_sustained_wind_2-min_avg) | 
| Information: | Summary  | License  | FGDC
     | ISO 19115
     | Metadata
     | Background  | Files
     | Make a graph | 
Attributes {
 s {
  station_name {
    String _Encoding "UTF-8";
    String cf_role "timeseries_id";
    String ioos_category "Identifier";
    String long_name "Station Name";
  }
  time {
    String _CoordinateAxisType "Time";
    Float64 actual_range 1.57600446e+9, 1.62147138e+9;
    String axis "T";
    String ioos_category "Time";
    String long_name "Timestamp";
    String source_name "timestamp";
    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 46.86299, 46.86299;
    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 -55.68249, -55.68249;
    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";
  }
  wind_spd_sustained {
    Float32 actual_range 0.0, 95.6;
    String ioos_category "Wind";
    String long_name "Sustained Wind Speed";
    String standard_name "wind_speed";
    String units "km hr-1";
  }
 }
  NC_GLOBAL {
    String cdm_data_type "TimeSeries";
    String cdm_timeseries_variables "station_name,longitude,latitude";
    String Conventions "COARDS, CF-1.6, ACDD-1.3, NCCSV-1.2";
    String creator_name "CNA";
    String creator_type "institution";
    String creator_url "https://www.cna.nl.ca/";
    Float64 Easternmost_Easting -55.68249;
    String featureType "TimeSeries";
    Float64 geospatial_lat_max 46.86299;
    Float64 geospatial_lat_min 46.86299;
    String geospatial_lat_units "degrees_north";
    Float64 geospatial_lon_max -55.68249;
    Float64 geospatial_lon_min -55.68249;
    String geospatial_lon_units "degrees_east";
    String history 
"2025-10-31T03:46:34Z (local files)
2025-10-31T03:46:34Z https://cioosatlantic.ca/erddap/tabledap/cna_werc_sustained_wind_2-min_avg.html";
    String infoUrl "https://www.cna.nl.ca/";
    String institution "CNA";
    String keywords "2-minute, cna, cove, data, lord, minute, spd, sustained, time, timestamp, wind, wind_spd_sustained";
    String license "https://creativecommons.org/licenses/by/4.0/";
    Float64 Northernmost_Northing 46.86299;
    String platform "land/onshore structure";
    String platform_vocabulary "https://vocab.nerc.ac.uk/collection/L06/current/";
    String sourceUrl "(local files)";
    Float64 Southernmost_Northing 46.86299;
    String standard_name_vocabulary "CF Standard Name Table v79";
    String summary "Returns sustained (i.e. minimum in 2 minutes) wind speed (Km/hr) every 2 minutes in period.";
    String time_coverage_end "2021-05-20T00:43:00Z";
    String time_coverage_start "2019-12-10T19:01:00Z";
    String title "2-Minute Sustained Wind Data, Lord's Cove";
    Float64 Westernmost_Easting -55.68249;
  }
}
 Data Access Protocol (DAP)
  Data Access Protocol (DAP) and its
  selection constraints
 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.