NOAA   ERDDAP   Easier access to oceanographic data Brought to you by NOAA NMFS SFSC ERD    

ERDDAP > tabledap > Make a Graph

Dataset Title:  Buoy Data from the GoMOOS SOS Server
Dataset ID:  gomoosBuoy
Institution:  GoMOOS
Information:  Summary | Variables | Background | Data Access Form  

Graph Type: 
X Axis: 
Y Axis: 
Color: 

Constraints   Constraint #1 Constraint #2
         
         
         
         
         

Graph Settings
Marker Type:     Size:
Color: 
Color Bar:    Continuity:    Scale:
      Min:    Max:    N Sections:

Then set the File Type: and
  or view the URL:
    The graph you specified. Please be patient. It may take a long time to get data from the source.

Things You Can Do With Your Graphs


The Dataset Attribute Structure (.das) for this Dataset

Attributes {
 s {
  longitude {
    String _CoordinateAxisType "Lon";
    Float64 actual_range -70.5655, -65.9118;
    String axis "X";
    String ioos_category "Location";
    String long_name "Longitude";
    String standard_name "longitude";
    String units "degrees_east";
  }
  latitude {
    String _CoordinateAxisType "Lat";
    Float64 actual_range 42.3279, 44.8893;
    String axis "Y";
    String ioos_category "Location";
    String long_name "Latitude";
    String standard_name "latitude";
    String units "degrees_north";
  }
  station_id {
    String ioos_category "Identifier";
    String long_name "Station ID";
  }
  altitude {
    String _CoordinateAxisType "Height";
    String _CoordinateZisPositive "up";
    Float64 actual_range -250.0, -1.0;
    String axis "Z";
    String ioos_category "Location";
    String long_name "Altitude";
    String positive "up";
    String standard_name "altitude";
    String units "m";
  }
  time {
    String _CoordinateAxisType "Time";
    Float64 actual_range 9.632448e+8, NaN;
    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";
  }
  sea_water_temperature {
    String ioos_category "Temperature";
    String long_name "Sea Water Temperature";
    String observedProperty "http://marinemetadata.org/cf#sea_water_temperature";
    String standard_name "sea_water_temperature";
    String units "degree_C";
  }
  sea_water_salinity {
    String ioos_category "Salinity";
    String long_name "Sea Water Salinity";
    String observedProperty "http://marinemetadata.org/cf#sea_water_salinity";
    String standard_name "sea_water_salinity";
    String units "psu";
  }
 }
  NC_GLOBAL {
    String cdm_data_type "Station";
    String Conventions "COARDS, CF-1.0, Unidata Dataset Discovery v1.0";
    Float64 Easternmost_Easting -65.9118;
    Float64 geospatial_lat_max 44.8893;
    Float64 geospatial_lat_min 42.3279;
    String geospatial_lat_units "degrees_north";
    Float64 geospatial_lon_max -65.9118;
    Float64 geospatial_lon_min -70.5655;
    String geospatial_lon_units "degrees_east";
    Float64 geospatial_vertical_max -1.0;
    Float64 geospatial_vertical_min -250.0;
    String geospatial_vertical_positive "up";
    String geospatial_vertical_units "m";
    String history 
"2009-02-18 http://www.gomoos.org/cgi-bin/sos/oostethys_sos.cgi
2009-02-18 http://cwcgom.aoml.noaa.gov/tabledap/gomoosBuoy.das";
    String infoUrl "http://www.oostethys.org/ogc-oceans-interoperability-experiment";
    String institution "GoMOOS";
    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 44.8893;
    String sourceUrl "http://www.gomoos.org/cgi-bin/sos/oostethys_sos.cgi";
    Float64 Southernmost_Northing 42.3279;
    String standard_name_vocabulary "CF-1.0";
    String summary 
"[Normally, the summary describes the dataset. Here, it describes 
the server.] 
The OCEANS IE -- formally approved as an OGC Interoperability 
Experiment in December 2006 -- engages data managers and scientists 
in the Ocean-Observing community to advance their understanding and 
application of various OGC specifications, solidify demonstrations 
for Ocean Science application areas, harden software 
implementations, and produce candidate OGC Best Practices documents 
that can be used to inform the broader ocean-observing community. 

Initiators: SURA (lead), Texas A&M University, MBARI, GoMOOS and 
Unidata.

Specific goals:
* Compare Sensor Observation Service (SOS) from the OGC's Sensor 
  Web Enablement (SWE) initiative to the Web Feature Service (WFS) 
  as applied to ocean data in a variety of data formats including 
  text files, netCDF files, relational databases, and possibly 
  native sensor output; (see Experiment #1 for details)
* Make use of semantic mediation via Semantic Web technologies to 
  allow plurality of identification for source types (platforms 
  and sensors) and phenomena types;
* Test aggregation services and caching strategies to provide 
  efficient queries; 
* Explore possible enhancements of THREDDS server, so that THREDDS 
  resident data sources might be made available via SOS or WFS;";
    String time_coverage_start "2000-07-10T16:00:00Z";
    String title "Buoy Data from the GoMOOS SOS Server";
    Float64 Westernmost_Easting -70.5655;
  }
}

 

Using tabledap to Request Data And Graphs from Tabular Datasets

tabledap lets you request tabular data (for example, buoy data) and graphs of tabular data, via specially formed URLs.
The URLs specify everything: the dataset, the desired file type for the response, and the subset of data that you want to receive.
You can form these URLs by hand or with a computer program,
or (much easier) you can use the dataset's "Data Access Form" (oriented to requests for data)
or the dataset's "Make A Graph" form (oriented to requests for graphs and maps),
both of which generate the URL when the form is submitted.
tabledap is a superset of the OPeNDAP DAP constraint protocol.

tabledap request URLs must be in the form
   http://cwcgom.aoml.noaa.gov/erddap/tabledap/ datasetID fileType {?query}
For example,
   http://cwcgom.aoml.noaa.gov/erddap/tabledap/pmelTao.htmlTable?longitude,latitude,time,sea_surface_temperature&longitude>180&longitude<180.2&latitude>0&latitude<0.2&time>2007-06-01

For details, see the tabledap Documentation.
 
ERDDAP Version 1.10


DISCLAIMER OF ENDORSEMENT
Any reference obtained from this server to a specific commercial product, process, or service does not constitute or imply an endorsement by CoastWatch, NOAA, or the United States Government of the product, process, or service, or its producer or provider. The views and opinions expressed in any referenced document do not necessarily state or reflect those of CoastWatch, ERD, NOAA, or the United States Government.

DISCLAIMER FOR EXTERNAL LINKS
The appearance of external links on this World Wide Web site does not constitute endorsement by the Department of Commerce/National Oceanic and Atmospheric Administration of external Web sites or the information, products or services contained therein. For other than authorized activities, the Department of Commerce/NOAA does not exercise any editorial control over the information you may find at these locations. These links are provided consistent with the stated purpose of this Department of Commerce/NOAA Web site.

DISCLAIMER OF LIABILITY
Neither the data providers, ERD, CoastWatch, 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 any information at this site.

USAGE LIMITATIONS
The SeaWiFS images and data from this site may be used for free, but not redistributed; all other images and data from this site may be used and redistributed for free.

CONTACT
Please email questions, suggestions, or comments regarding this web page to bob dot simons at noaa dot gov .
We would really appreciate knowing if you use ERDDAP.
If a something doesn't work and you think it should, please include the URL?query and the error message in the email.


NOAA NMFS SFSC ERD Privacy Policy