ERDDAP
Easier access to scientific data |
log in |
Brought to you by NOAA NMFS SWFSC ERD |
Dataset Title: | Query Habitat-based Marine Mammal Density Models for the U.S. Atlantic |
Institution: | ??? (Dataset ID: ECMM_density_query) |
Information: | Summary | License | Metadata | Background | Subset | Data Access Form | Files |
Attributes { s { species { String ioos_category "Taxonomy"; String long_name "Species"; } species_common { String ioos_category "Taxonomy"; String long_name "Species Common"; } file_access_url { String fileAccessBaseUrl "https://coastwatch.pfeg.noaa.gov/erddap/files/"; String ioos_category "Unknown"; String long_name "File Access Url"; } version { Float32 actual_range 1.1, 12.2; String ioos_category "Unknown"; String long_name "Version"; } animal { String ioos_category "Unknown"; String long_name "Animal"; } griddap_url { String fileAccessBaseUrl "https://coastwatch.pfeg.noaa.gov/erddap/griddap/"; String ioos_category "Unknown"; String long_name "Griddap Url"; } era_start { Int16 _FillValue 32767; Int16 actual_range 1995, 2010; String ioos_category "Unknown"; String long_name "Era Start"; } era_end { Int16 _FillValue 32767; Int16 actual_range 2019, 2020; String ioos_category "Unknown"; String long_name "Era End"; } median_year { Int16 _FillValue 32767; Int16 actual_range 2007, 2014; String ioos_category "Time"; String long_name "Median Year"; } defined_monthly { String ioos_category "Time"; String long_name "Defined Monthly"; } } NC_GLOBAL { String cdm_data_type "Other"; String Conventions "COARDS, CF-1.10, ACDD-1.3"; String history "2024-11-21T11:34:32Z (local files) 2024-11-21T11:34:32Z https://coastwatch.pfeg.noaa.gov/tabledap/ECMM_density_query.das"; String infoUrl "???"; String institution "???"; String keywords "access, animal, common, data, defined, defined_monthly, end, era, era_end, era_start, file, file_access_url, griddap, griddap_url, local, median, median_year, month, monthly, source, species, species_common, start, taxonomy, time, version, year"; 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 subsetVariables "species, species_common, file_access_url, version, animal, griddap_url"; String summary "Query Habitat-based Marine Mammal Density Models for the U.S. Atlantic"; String title "Query Habitat-based Marine Mammal Density Models for the U.S. Atlantic"; } }
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.