Marine Institute Logo Marine Institute ERDDAP Server
Serving data from the Marine Institute (Ireland)
   
Brought to you by the Marine Institute(Ireland)    

ERDDAP > tabledap > Data Access Form ?

Dataset Title:  Harmful Algae Blooms Phytoplankton Archive   RSS
Institution:  Marine Institute   (Dataset ID: habs_phyto)
Information:  Summary ? | License ? | FGDC | ISO 19115 | Metadata | Background (external link) | Subset | Make a graph
 
Variable ?   Optional
Constraint #1 ?
Optional
Constraint #2 ?
   Minimum ?
   or a List of Values ?
   Maximum ?
 
 aphia_id (species) ?      
   - +  ?
 scientific_name (species_name) ?              
 samplecode ?              
 time (Datetime, UTC) ?              
 latitude (degrees_north) ?              
 longitude (degrees_east) ?              
 location_name (LocationLabel) ?              
 count ?              
 toxic ?              
 toxin_name ?              
 week_no (week_number) ?              
 weekdatefrom ?              
 location_id ?              
 region_name ?              
 parent_area_id ?              
 parent_area_code ?              
 parent_area_name ?              
 location_code ?              
 
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 info)

(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 {
  aphia_id {
    String ioos_category "Identifier";
    String long_name "species";
  }
  scientific_name {
    String ioos_category "Unknown";
    String long_name "species_name";
  }
  samplecode {
    String cf_role "timeseries_id";
    String ioos_category "Identifier";
    String long_name "samplecode";
  }
  time {
    String _CoordinateAxisType "Time";
    String axis "T";
    String ioos_category "Time";
    String long_name "Datetime";
    String source_name "Datetime";
    String standard_name "time";
    String time_origin "01-JAN-1970 00:00:00";
    String units "seconds since 1970-01-01T00:00:00Z";
  }
  latitude {
    String _CoordinateAxisType "Lat";
    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";
    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";
  }
  location_name {
    String ioos_category "Identifier";
    String long_name "LocationLabel";
  }
  count {
    String ioos_category "Unknown";
    String long_name "count";
  }
  toxic {
    String ioos_category "Unknown";
    String long_name "toxic";
  }
  toxin_name {
    String ioos_category "Unknown";
    String long_name "toxin_name";
  }
  week_no {
    String ioos_category "Unknown";
    String long_name "week_number";
  }
  weekdatefrom {
    String ioos_category "Time";
    String long_name "weekdatefrom";
    String source_name "WeekDateFrom";
  }
  location_id {
    String ioos_category "Identifier";
    String long_name "location_id";
  }
  region_name {
    String ioos_category "Identifier";
    String long_name "region_name";
  }
  parent_area_id {
    String ioos_category "Identifier";
    String long_name "parent_area_id";
  }
  parent_area_code {
    String ioos_category "Identifier";
    String long_name "parent_area_code";
  }
  parent_area_name {
    String ioos_category "Unknown";
    String long_name "parent_area_name";
  }
  location_code {
    String ioos_category "Unknown";
    String long_name "location_code";
  }
 }
  NC_GLOBAL {
    String cdm_data_type "TimeSeries";
    String cdm_timeseries_variables "samplecode";
    String Conventions "COARDS, CF-1.6, ACDD-1.3";
    String creator_name "Marine Institute";
    String creator_type "person";
    String creator_url "http://www.digitalocean.ie";
    String featureType "TimeSeries";
    String geospatial_lat_units "degrees_north";
    String geospatial_lon_units "degrees_east";
    String history 
"2024-03-29T08:37:47Z (source database)
2024-03-29T08:37:47Z https://erddap3.marine.ie/erddap/tabledap/habs_phyto.html";
    String infoUrl "http://www.digitalocean.ie";
    String institution "Marine Institute";
    String keywords "habs, species";
    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 "(source database)";
    String standard_name_vocabulary "CF Standard Name Table v29";
    String subsetVariables "aphia_id";
    String summary "Harmful Algae Blooms Phytoplankton Archive";
    String title "Harmful Algae Blooms Phytoplankton Archive";
  }
}

 

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