ERDDAP
Easier access to scientific data |
Brought to you by SO-CHIC |
Dataset Title: | SOOS - MetaZooGene |
Institution: | NOAA (Dataset ID: MetaZooGene) |
Information: | Summary | License | FGDC | ISO 19115 | Metadata | Background | Files | Make a graph |
Attributes { s { MZGdb_Group_Region_ID { String long_name "MZGdb Group:Region ID"; } Original_Species_Description { String long_name "Original Species Description"; } Original_Description_Taxonomic_Status { String long_name "Original Description Taxonomic Status"; } MZGdb_coded_as_TaxaNAME { String long_name "MZGdb-coded-as Taxa NAME"; } GenBank_Accession { String long_name "Gen Bank Accession"; } MZG_adjusted_TaxaNAME { String long_name "MZG-adjusted Taxa NAME"; } MZG_Review_QC_Flag { String long_name "MZG Review/QC Flag"; } Specimen_Sample_Date { String long_name "Specimen Sample Date"; } longitude { String _CoordinateAxisType "Lon"; Float32 actual_range -164.15, 167.36; 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"; } latitude { String _CoordinateAxisType "Lat"; Float32 actual_range -71.0, 88.79; 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"; } Sequence { String long_name "Sequence"; } MZG_notes_or_comments { String long_name "MZG Notes Or Comments"; } MZG_AlignCheck { String long_name "MZG Align Check"; } } NC_GLOBAL { String cdm_data_type "Other"; String Conventions "COARDS, CF-1.6, ACDD-1.3"; String creator_name "NOAA"; String creator_type "institution"; String creator_url "https://www.noaa.gov/"; Float64 Easternmost_Easting 167.36; Float64 geospatial_lat_max 88.79; Float64 geospatial_lat_min -71.0; String geospatial_lat_units "degrees_north"; Float64 geospatial_lon_max 167.36; Float64 geospatial_lon_min -164.15; String geospatial_lon_units "degrees_east"; String history "2024-11-21T10:55:12Z (local files) 2024-11-21T10:55:12Z https://erddap.sochic-h2020.eu/erddap/tabledap/MetaZooGene.html"; String infoUrl "https://www.st.nmfs.noaa.gov/copepod/collaboration/metazoogene/atlas/html-src/short__T4001289__o04.html"; String institution "NOAA"; String keywords "barcode, GenBank, metazoogene, Nekton, ocean, pcr, plankton, sequence"; 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 88.79; String sourceUrl "(local files)"; Float64 Southernmost_Northing -71.0; String standard_name_vocabulary "CF Standard Name Table v55"; String summary "MetaZooGene is Scientific Committee on Oceanic Research (SCOR) working group focused on the continuing development of integrative mo lecular-morphological taxonomic analysis of marine zooplankton biodiversity through international communication, cooperation, and collaboration."; String title "SOOS - MetaZooGene"; Float64 Westernmost_Easting -164.15; } }
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.