BCO-DMO ERDDAP
Accessing BCO-DMO data
log in    
Brought to you by BCO-DMO    

ERDDAP > tabledap > Data Access Form ?

Dataset Title:  [Whelk-Barnacle Predation Experiments] - Results from mesocosm experiments
measuring how temperature affects predation rates by whelks on barnacles (The
Role of Temperature in Regulating Herbivory and Algal Biomass in Upwelling
Systems)
Subscribe RSS
Institution:  BCO-DMO   (Dataset ID: bcodmo_dataset_894148_v1)
Information:  Summary ? | License ? | Metadata | Background (external link) | Files | Make a graph
 
Variable ?   Optional
Constraint #1 ?
Optional
Constraint #2 ?
   Minimum ?
 
   Maximum ?
 
 Day_of_Week (unitless) ?          "Friday"    "Wednesday"
 ISO_DateTime_Local (unitless) ?          "2021-07-22T19:30"    "2021-08-13T05:40"
 time (Iso_datetime_utc, UTC) ?          2021-07-23T01:30:00Z    2021-08-13T11:40:00Z
  < slider >
 Aquarium (unitless) ?          1    20
 Treatment (unitless) ?          "Cold"    "Warm"
 Temperature (degrees Celsius) ?          15.0    26.1
 Position_of_Whelk (unitless) ?          "AF(L)"    "NA"
 WhelkPosition (unitless) ?          "1 ABC 1AF"    "One on cluster, 1 ..."
 DeadControl (unitless) ?          0    2
 DeadPrey (unitless) ?          0    2
 PreyEaten (unitless) ?          0    3
 Note (unitless) ?          "(move mesh)"    "eating"
 
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 {
  Day_of_Week {
    String long_name "Day_of_week";
    String units "unitless";
  }
  ISO_DateTime_Local {
    String long_name "Iso_datetime_local";
    String units "unitless";
  }
  time {
    String _CoordinateAxisType "Time";
    Float64 actual_range 1.6270038e+9, 1.6288548e+9;
    String axis "T";
    String ioos_category "Time";
    String long_name "Iso_datetime_utc";
    String standard_name "time";
    String time_origin "01-JAN-1970 00:00:00";
    String units "seconds since 1970-01-01T00:00:00Z";
  }
  Aquarium {
    Int32 actual_range 1, 20;
    String long_name "Aquarium";
    String units "unitless";
  }
  Treatment {
    String long_name "Treatment";
    String units "unitless";
  }
  Temperature {
    Float32 actual_range 15.0, 26.1;
    String long_name "Temperature";
    String units "degrees Celsius";
  }
  Position_of_Whelk {
    String long_name "Position_of_whelk";
    String units "unitless";
  }
  WhelkPosition {
    String long_name "Whelkposition";
    String units "unitless";
  }
  DeadControl {
    Int32 actual_range 0, 2;
    String long_name "Deadcontrol";
    String units "unitless";
  }
  DeadPrey {
    Int32 actual_range 0, 2;
    String long_name "Deadprey";
    String units "unitless";
  }
  PreyEaten {
    Int32 actual_range 0, 3;
    String long_name "Preyeaten";
    String units "unitless";
  }
  Note {
    String long_name "Note";
    String units "unitless";
  }
 }
  NC_GLOBAL {
    String cdm_data_type "Other";
    String Conventions "COARDS, CF-1.6, ACDD-1.3";
    String creator_email "info@bco-dmo.org";
    String creator_name "BCO-DMO";
    String creator_url "https://www.bco-dmo.org/";
    String doi "10.26008/1912/bco-dmo.894148.1";
    String history 
"2024-11-16T06:50:33Z (local files)
2024-11-16T06:50:33Z https://erddap.bco-dmo.org/erddap/tabledap/bcodmo_dataset_894148_v1.html";
    String infoUrl "https://www.bco-dmo.org/dataset/894148";
    String institution "BCO-DMO";
    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 "(local files)";
    String summary "These data contain results from mesocosm experiments measuring how temperature affects predation rates by whelks on barnacles. These results include barnacles eaten and whelk movements under warm and cold conditions. The experiments were done in the Galapagos Science Center in San Cristobal, Galapagos.  Estimates of how temperature modifies activity and predation rates will help understand and predict changes in marine communities under future climate change scenarios.";
    String time_coverage_end "2021-08-13T11:40:00Z";
    String time_coverage_start "2021-07-23T01:30:00Z";
    String title "[Whelk-Barnacle Predation Experiments] - Results from mesocosm experiments measuring how temperature affects predation rates by whelks on barnacles (The Role of Temperature in Regulating Herbivory and Algal Biomass in Upwelling Systems)";
  }
}

 

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