|
BCO-DMO ERDDAP
Accessing BCO-DMO data |
log in
Brought to you by BCO-DMO |
| Dataset Title: | [Input data and code (CovGE)] - Input data and code to test hypotheses between genetic and environmental effects on phenotypes (RCN: Evolution in Changing Seas)
|
| Institution: | BCO-DMO (Dataset ID: bcodmo_dataset_963375_v1) |
| Information: | Summary
| License
| Metadata
| Background
| Data Access Form
| Files
|
|
Attributes {
s {
Study_ID_phenotype {
String long_name "Study_id_phenotype";
String units "unitless";
}
First_Author {
String long_name "First_author";
String units "unitless";
}
gen_factor {
String long_name "Gen_factor";
String units "unitless";
}
nat_env_factor {
String long_name "Nat_env_factor";
String units "unitless";
}
exp_env_factor {
String long_name "Exp_env_factor";
String units "unitless";
}
phen_n {
Int32 actual_range 1, 990;
String long_name "Phen_n";
String units "unitless";
}
phen_data {
Float32 actual_range -63.0, 158733.4;
String long_name "Phen_data";
String units "unitless";
}
phen_SD {
String long_name "Phen_sd";
String units "unitless";
}
phen_mean_SE {
Float32 actual_range 0.0, 1076.93;
String long_name "Phen_mean_se";
String units "unitless";
}
phen_mean_lowCI_095 {
String long_name "Phen_mean_lowci_095";
String units "unitless";
}
phen_mean_highCI_095 {
String long_name "Phen_mean_highci_095";
String units "unitless";
}
Source {
String long_name "Source";
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.963375.1";
String history
"2026-07-15T09:21:47Z (local files)
2026-07-15T09:21:47Z https://erddap.bco-dmo.org/tabledap/bcodmo_dataset_963375_v1.das";
String infoUrl "https://osprey.bco-dmo.org/dataset/963375";
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 "The purpose of this study was to apply a quantitative measure to phenotypic data that were collected by other studies to test hypotheses about natural prevalence and patterns of Covariance between genotypic and environmental effects on phenotypes (CovGE).";
String title "[Input data and code (CovGE)] - Input data and code to test hypotheses between genetic and environmental effects on phenotypes (RCN: Evolution in Changing Seas)";
}
}
Data Access Protocol (DAP)
and its
selection constraints
.
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.