OCEAN:ICE ERDDAP
Easier access to scientific data
log in    
Brought to you by OCEAN:ICE    

ERDDAP > tabledap > Data Access Form ?

Dataset Title:  AntAWS Dataset: A compilation of Antarctic automatic weather station
observations - 3 Hours
Subscribe RSS
Institution:  ???   (Dataset ID: AWS_3_hourly)
Information:  Summary ? | License ? | Metadata | Background (external link) | Files | Make a graph
 
Variable ?   Optional
Constraint #1 ?
Optional
Constraint #2 ?
   Minimum ?
 
   Maximum ?
 
 platformCode (File Name) ?          "A028"    "aws17"
 Year ?          1980    2021
 Month ?          1    12
 Day ?          1    31
 Hour ?          0    21
 time (UTC) ?          1980-01-01T00:00:00Z    2021-12-31T21:00:00Z
  < slider >
 Temperature (degrees_celsius) ?              
 Pressure (hPa) ?          536.0    1039.2
 Wind_Speed (m/s) ?          0    60
 Wind_Direction (Wind From Direction) ?          0    360
 Relative_Humidity (%) ?          0    100
 
Server-side Functions ?
 distinct() ?
? ("Hover here to see a list of options. Click on an option to select it.Hover here to see a list of options. Click on an option to select it.Hover here to see a list of options. Click on an option to select it.Hover here to see a list of options. Click on an option to select it.Hover here to see a list of options. Click on an option to select it.")

File type: (more information)

(Documentation / Bypass this form ? )
 
(Please be patient. It may take a while to get the data.)


 

The Dataset Attribute Structure (.das) for this Dataset

Attributes {
 s {
  platformCode {
    String ioos_category "Unknown";
    String long_name "File Name";
  }
  Year {
    Int16 _FillValue 32767;
    Int16 actual_range 1980, 2021;
    String ioos_category "Time";
    String long_name "Year";
  }
  Month {
    Byte _FillValue 127;
    String _Unsigned "false";
    Byte actual_range 1, 12;
    String ioos_category "Time";
    String long_name "Month";
  }
  Day {
    Byte _FillValue 127;
    String _Unsigned "false";
    Byte actual_range 1, 31;
    String ioos_category "Time";
    String long_name "Day";
  }
  Hour {
    Byte _FillValue 127;
    String _Unsigned "false";
    Byte actual_range 0, 21;
    String ioos_category "Time";
    String long_name "Hour";
  }
  time {
    String _CoordinateAxisType "Time";
    Float64 actual_range 3.155328e+8, 1.6409844e+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";
  }
  Temperature {
    Float32 _FillValue NaN;
    String ioos_category "Temperature";
    String long_name "Temperature";
    String units "degrees_celsius";
  }
  Pressure {
    Float32 _FillValue NaN;
    Float32 actual_range 536.0, 1039.2;
    String ioos_category "Pressure";
    String long_name "Pressure";
    String units "hPa";
  }
  Wind_Speed {
    Byte _FillValue 127;
    String _Unsigned "false";
    Byte actual_range 0, 60;
    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";
  }
  Wind_Direction {
    Int16 _FillValue 32767;
    Int16 actual_range 0, 360;
    Float64 colorBarMaximum 360.0;
    Float64 colorBarMinimum 0.0;
    String ioos_category "Wind";
    String long_name "Wind From Direction";
    String standard_name "wind_from_direction";
  }
  Relative_Humidity {
    Byte _FillValue 127;
    String _Unsigned "false";
    Byte actual_range 0, 100;
    String ioos_category "Meteorology";
    String long_name "Relative Humidity";
    String units "%";
  }
 }
  NC_GLOBAL {
    String cdm_data_type "Other";
    String Conventions "COARDS, CF-1.10, ACDD-1.3";
    String history 
"2024-11-06T11:28:10Z (local files)
2024-11-06T11:28:10Z https://er1.s4oceanice.eu/erddap/tabledap/AWS_3_hourly.html";
    String infoUrl "???";
    String institution "???";
    String keywords "atmosphere, atmospheric, data, day, direction, earth, Earth Science > Atmosphere > Atmospheric Winds > Surface Winds, hour, hourly, humidity, local, meteorology, month, observation, percent, pressure, Pressure_hPa, relative, Relative_Humidity, science, source, speed, surface, temperature, Temperature_a, three, three-hourly, Three_hourly_observation_time_UTC, time, wind, Wind_Direction, wind_from_direction, wind_speed, Wind_Speed_m_s, winds, year";
    String keywords_vocabulary "GCMD Science Keywords";
    String license "CC-BY4.0";
    String sourceUrl "(local files)";
    String standard_name_vocabulary "CF Standard Name Table v70";
    String summary "AntAWS Dataset: A compilation of Antarctic automatic weather station observations - 3 Hours";
    String time_coverage_end "2021-12-31T21:00:00Z";
    String time_coverage_start "1980-01-01T00:00:00Z";
    String title "AntAWS Dataset: A compilation of Antarctic automatic weather station observations - 3 Hours";
  }
}

 

Using tabledap to Request Data and Graphs from Tabular Datasets

tabledap lets you request a data subset, a graph, or a map from a tabular dataset (for example, buoy data), via a specially formed URL. tabledap uses the OPeNDAP (external link) Data Access Protocol (DAP) (external link) and its selection constraints (external link).

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.


 
ERDDAP, Version 2.24
Disclaimers | Privacy Policy | Contact