ERDDAP
Easier access to scientific data |
Brought to you by Sound Signature Catalogue |
Dataset Title: | ECoSS - DB of annotated sounds - DATA |
Institution: | ECoSS project (Dataset ID: ecoss_db_annotated_sounds_data) |
Information: | Summary | License | Metadata | Background | Data Access Form | Files |
Attributes { s { url { String ioos_category "Identifier"; String long_name "URL"; } name { String ioos_category "Identifier"; String long_name "File Name"; } lastModified { String ioos_category "Time"; String long_name "Last Modified"; String time_origin "01-JAN-1970 00:00:00"; String units "seconds since 1970-01-01T00:00:00Z"; } size { String ioos_category "Other"; String long_name "Size"; String units "bytes"; } } NC_GLOBAL { String cdm_data_type "Other"; String Conventions "COARDS, CF-1.10, ACDD-1.3"; String history "2025-02-05T10:00:51Z (local files) 2025-02-05T10:00:51Z https://ssc.s4oceandata.eu/tabledap/ecoss_db_annotated_sounds_data.das"; String infoUrl "https://ecoss.ctnaval.com/"; String institution "ECoSS project"; String keywords "data, file, identifier, lastModified, modified, name, size, time"; String license "Creative Commons Attribution Share-Alike http://www.opendefinition.org/licenses/cc-by-sa"; String project "The primary goal of the ECoSS project is to develop an open library containing a curated and continuously growing digital catalogue, along with an AI-based classifier for individual sound signatures from the marine underwater soundscape in shallow waters (CINEA/2022/OP/0019)."; String sourceUrl "(local files)"; String summary "This dataset focuses on real-time or in-situ sound signatures from marine environments. These sounds have been validated and labelled by experts (team members) and are harmonized in terms of characteristics, metadata, and format. It serves a dual purpose: as a training set to refine the AI algorithm and as a test set to validate its performance."; String title "ECoSS - DB of annotated sounds - DATA"; } }
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.