Nautilos    ERDDAP NAUTILOS
Easier access to scientific data
   
Brought to you by Nautilos    

ERDDAP > tabledap > Make A Graph ?

Dataset Title:  NAUTILOS - CEiiA Lander with Camera - CEiiA Subscribe RSS
Institution:  CEiiA   (Dataset ID: ceiia_camera_data)
Range: longitude = -8.704694 to -8.704694°E, latitude = 41.18583 to 41.18583°N
Information:  Summary ? | License ? | FGDC | ISO 19115 | Metadata | Background | Data Access Form | Files
 
Graph Type:  ?
X Axis: 
Y Axis: 
Color: 
-1+1
 
Constraints ? Optional
Constraint #1 ?
Optional
Constraint #2 ?
       
       
       
       
       
 
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.")
 
Graph Settings
Marker Type:   Size: 
Color: 
Color Bar:   Continuity:   Scale: 
   Minimum:   Maximum:   N Sections: 
Draw land mask: 
Y Axis Minimum:   Maximum:   
 
(Please be patient. It may take a while to get the data.)
 
Optional:
Then set the File Type: (File Type information)
and
or view the URL:
(Documentation / Bypass this form ? )
    Click on the map to specify a new center point. ?
Zoom: 
[The graph you specified. Please be patient.]

 

Things You Can Do With Your Graphs

Well, you can do anything you want with your graphs, of course. But some things you might not have considered are:

The Dataset Attribute Structure (.das) for this Dataset

Attributes {
 s {
  name {
    String ioos_category "Identifier";
    String long_name "File Name";
  }
  url {
    String ioos_category "Identifier";
    String long_name "URL";
  }
  mission_id {
  }
  latitude {
    String _CoordinateAxisType "Lat";
    String axis "Y";
    Float64 colorBarMaximum 90.0;
    Float64 colorBarMinimum -90.0;
    String ioos_category "Location";
    String long_name "Latitude";
    String parameter_sdn_name "Latitude north";
    String parameter_sdn_uri "https://vocab.nerc.ac.uk/collection/P01/current/ALATZZ01/";
    String parameter_sdn_urn "SDN:P01::ALATZZ01";
    String standard_name "latitude";
    String unit_sdn_name "Degrees north";
    String unit_sdn_uri "https://vocab.nerc.ac.uk/collection/P06/current/DEGN/";
    String unit_sdn_urn "SDN:P06::DEGN";
    String units "degrees_north";
    String units_url "docs.unidata.ucar.edu/udunits/current/udunits2-common.xml";
  }
  longitude {
    String _CoordinateAxisType "Lon";
    String axis "X";
    Float64 colorBarMaximum 180.0;
    Float64 colorBarMinimum -180.0;
    String ioos_category "Location";
    String long_name "Longitude";
    String parameter_sdn_name "Longitude east";
    String parameter_sdn_uri "https://vocab.nerc.ac.uk/collection/P01/current/ALONZZ01/";
    String parameter_sdn_urn "ALONZZ01";
    String standard_name "longitude";
    String unit_sdn_name "Degrees east";
    String unit_sdn_uri "https://vocab.nerc.ac.uk/collection/P06/current/DEGE/";
    String unit_sdn_urn "SDN:P06::DEGE";
    String units "degrees_east";
    String units_url "docs.unidata.ucar.edu/udunits/current/udunits2-common.xml";
  }
  timestamp {
  }
 }
  NC_GLOBAL {
    String cdm_data_type "Other";
    String Conventions "COARDS, CF-1.6, ACDD-1.3";
    String creator_email "ceiia@ceiia.com";
    String creator_name "CEiiA";
    String creator_type "Institution";
    String creator_url "www.ceiia.com";
    String geospatial_lat_units "degrees_north";
    String geospatial_lon_units "degrees_east";
    String history 
"2025-05-10T23:52:51Z (local files)
2025-05-10T23:52:51Z https://data-nautilos-h2020.eu/tabledap/ceiia_camera_data.das";
    String infoUrl "https://data-nautilos-h2020.eu/erddap/index.html";
    String institution "CEiiA";
    String institution_country "PRT";
    String institution_references "CEiiA is an engineering and product development centre that designs, develops and productizes new technologies, products and services towards a more sustainable society. From Portugal, we work by bridging together cities, industries and universities around product development programs in high-tech sectors such as Mobility, Aeronautics, Space and Ocean.";
    String keywords "images";
    String keywords_vocabulary "GCMD Science Keywords";
    String license "CC-BY 4.0";
    String naming_authority "NAUTILOS";
    String platform_type "submersible";
    String project_code "NAUTILOS";
    String Project_DOI "https://doi.org/10.3030/101000825";
    String project_edmerp "13720";
    String project_id "101000825";
    String project_name "New Approach to Underwater Technologies for Innovative, Low-cost Ocean obServation";
    String project_statement "This project has received funding from the European Union's Horizon 2020 research and innovation programme under grant agreement No. 101000825 (NAUTILOS). This output reflects only the author's view and the European Union cannot be held responsible for any use that may be made of the information contained therein";
    String sourceUrl "(local files)";
    String standard_name_vocabulary "CF Standard Name Table v70";
    String summary "NAUTILOS - CEiiA Lander with Camera - CEiiA";
    String title "NAUTILOS - CEiiA Lander with Camera - CEiiA";
  }
}

 

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.18
Disclaimers | Privacy Policy | Contact