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

ERDDAP > tabledap > Make A Graph ?

Dataset Title:  [Zostera marina GenBank SRA accession numbers] - NCBI accession numbers and
related metadata for an SRA archive of the seagrass, Zostera marina (RUI:
Collaborative Research: Trait differentiation and local adaptation to depth
within meadows of the foundation seagrass Zostera marina)
Subscribe RSS
Institution:  BCO-DMO   (Dataset ID: bcodmo_dataset_958698_v1)
Range: longitude = -70.91759 to -70.65518°E, latitude = 42.41902 to 42.59676°N
Information:  Summary ? | License ? | FGDC | ISO 19115 | Metadata | Background (external link) | 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 {
  Accession {
    String long_name "Accession";
    String units "unitless";
  }
  Sample_Name {
    String long_name "Sample_name";
    String units "unitless";
  }
  adult_seed {
    String long_name "Adult_seed";
    String units "unitless";
  }
  site {
    String long_name "Site";
    String units "unitless";
  }
  SvD {
    String long_name "Svd";
    String units "unitless";
  }
  quad_name {
    String long_name "Quad_name";
    String units "unitless";
  }
  longitude {
    String _CoordinateAxisType "Lon";
    Float32 actual_range -70.91759, -70.65518;
    String axis "X";
    String ioos_category "Location";
    String long_name "Longitude";
    String standard_name "longitude";
    String units "degrees_east";
  }
  latitude {
    String _CoordinateAxisType "Lat";
    Float32 actual_range 42.41902, 42.59676;
    String axis "Y";
    String ioos_category "Location";
    String long_name "Latitude";
    String standard_name "latitude";
    String units "degrees_north";
  }
  YearCollected {
    String long_name "Yearcollected";
    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.958698.1";
    Float64 Easternmost_Easting -70.65518;
    Float64 geospatial_lat_max 42.59676;
    Float64 geospatial_lat_min 42.41902;
    String geospatial_lat_units "degrees_north";
    Float64 geospatial_lon_max -70.65518;
    Float64 geospatial_lon_min -70.91759;
    String geospatial_lon_units "degrees_east";
    String history 
"2025-04-16T15:45:59Z (local files)
2025-04-16T15:45:59Z https://erddap.bco-dmo.org/tabledap/bcodmo_dataset_958698_v1.das";
    String infoUrl "https://osprey.bco-dmo.org/dataset/958698";
    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.";
    Float64 Northernmost_Northing 42.59676;
    String sourceUrl "(local files)";
    Float64 Southernmost_Northing 42.41902;
    String summary "Using recent advances in indirect genetic methods applied to both adult plants and dispersed seeds, we find that the mean seed dispersal in a threatened marine foundation plant (the seagrass Zostera marina) is approximately 100-200 meters. We documented strong phenotypic variation and genome-wide differentiation among plants separated by less than the spatial scale of mean realized dispersal, which suggests genetic isolation by environment in response to depth-related environmental gradients. Within all meadows, the ratio of effective to census size (or Ne/Nc) approximated 0.1%, indicating that a fraction of existing plants provides the genetic variation to allow adaptation to environmental change. The SRA dataset at NCBI contains the raw sequencing reads that were used to create genotypes and genotype likelihoods.";
    String title "[Zostera marina GenBank SRA accession numbers] - NCBI accession numbers and related metadata for an SRA archive of the seagrass, Zostera marina (RUI: Collaborative Research: Trait differentiation and local adaptation to depth within meadows of the foundation seagrass Zostera marina)";
    Float64 Westernmost_Easting -70.91759;
  }
}

 

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