ERDDAP NAUTILOS
Easier access to scientific data |
Brought to you by Nautilos |
Dataset Title: | NAUTILOS - Marine Litter - NAUTILOS Summer School 2023
![]() ![]() |
Institution: | NAUTILOS (Dataset ID: nautilos_summer_school_2023) |
Information: | Summary ![]() ![]() ![]() |
Attributes { s { time { String _CoordinateAxisType "Time"; Float64 actual_range 1.6939584e+9, 1.6939584e+9; String axis "T"; String ioos_category "Time"; String long_name "Time"; String parameter_sdn_name "Elapsed time relative to 1970-01-01T00:00:00Z"; String parameter_sdn_uri "https://vocab.nerc.ac.uk/collection/P01/current/ELTMEP01/"; String parameter_sdn_urn "SDN:P01::ELTMEP01"; String standard_name "time"; String time_origin "01-JAN-1970 00:00:00"; String time_precision "1970-01-01"; String unit_sdn_name "Seconds"; String unit_sdn_uri "https://vocab.nerc.ac.uk/collection/P06/current/UTBB/"; String unit_sdn_urn "SDN:P06::UTBB"; String units "seconds since 1970-01-01T00:00:00Z"; } latitude { String _CoordinateAxisType "Lat"; Float32 actual_range 59.88979, 59.88979; String axis "Y"; String ioos_category "Location"; String long_name "Latitude"; String parameter_sdn_name "Latitude north"; String parameter_sdn_uri "https://vocab.nerc.ac.uk/collection/P01/current/ALATZZ01/"; String parameter_sdn_urn "SDN:P01::ALATZZ01"; String standard_name "latitude"; String unit_sdn_name "Degrees north"; String unit_sdn_uri "https://vocab.nerc.ac.uk/collection/P06/current/DEGN/"; String unit_sdn_urn "SDN:P06::DEGN"; String units "degrees_north"; String units_url "docs.unidata.ucar.edu/udunits/current/udunits2-common.xml"; } longitude { String _CoordinateAxisType "Lon"; Float32 actual_range 10.693346, 10.693346; String axis "X"; String ioos_category "Location"; String long_name "Longitude"; String parameter_sdn_name "Longitude east"; String parameter_sdn_uri "https://vocab.nerc.ac.uk/collection/P01/current/ALONZZ01/"; String parameter_sdn_urn "ALONZZ01"; String standard_name "longitude"; String unit_sdn_name "Degrees east"; String unit_sdn_uri "https://vocab.nerc.ac.uk/collection/P06/current/DEGE/"; String unit_sdn_urn "SDN:P06::DEGE"; String units "degrees_east"; String units_url "docs.unidata.ucar.edu/udunits/current/udunits2-common.xml"; } type { String long_name "Type"; } number { Int16 _FillValue 32767; Int16 actual_range 1, 170; Float64 colorBarMaximum 100.0; Float64 colorBarMinimum 0.0; String long_name "Number"; } } NC_GLOBAL { String cdm_data_type "Other"; String contributors_email "antonio.novellino@dedagroup.it;"; String contributors_name "Antonio Novellino; Misurale Francesco"; String contributors_orcid "0000-0002-3263-5583; 0000-0003-4004-3155"; String contributors_role "producer, data collector, data curator; producer, data collector, data curator"; String Conventions "COARDS, CF-1.6, ACDD-1.3"; String creator_name "ETT"; String creator_type "institution"; String creator_url "https://ettsolutions.com/smartcity/"; Float64 Easternmost_Easting 10.69335; Float64 geospatial_lat_max 59.88979; Float64 geospatial_lat_min 59.88979; String geospatial_lat_units "degrees_north"; Float64 geospatial_lon_max 10.69335; Float64 geospatial_lon_min 10.69335; String geospatial_lon_units "degrees_east"; String history "2025-09-03T15:47:37Z (local files) 2025-09-03T15:47:37Z https://data-nautilos-h2020.eu/erddap/tabledap/nautilos_summer_school_2023.html"; String infoUrl "https://www.nautilos-h2020.eu/"; String institution "NAUTILOS"; String keywords "citizen science, marine litter"; String license "CC-BY"; String naming_authority "NAUTILOS"; Float64 Northernmost_Northing 59.88979; String project_code "NAUTILOS"; String Project_DOI "https://doi.org/10.3030/101000825"; String project_edmerp "13720"; String project_id "101000825"; String project_name "New Approach to Underwater Technologies for Innovative, Low-cost Ocean obServation"; String project_statement "This project has received funding from the European Union's Horizon 2020 research and innovation programme under grant agreement No. 101000825 (NAUTILOS). This output reflects only the author's view and the European Union cannot be held responsible for any use that may be made of the information contained therein"; String sourceUrl "(local files)"; Float64 Southernmost_Northing 59.88979; String standard_name_vocabulary "CF Standard Name Table v70"; String subsetVariables "time"; String summary "Marine litter collected during the NAUTILOS Summer School beach clena up experience. This data is also included in the Citizen Science Plastic datasets (csc_plastic_campaign, csc_plastic_image, csc_plastic_litter), which are aligned with the EMODnet standard; the original dataset is maintained as it contains extra details."; String testOutOfDate "now-12days"; String time_coverage_end "2023-09-06"; String time_coverage_start "2023-09-06"; String title "NAUTILOS - Marine Litter - NAUTILOS Summer School 2023"; Float64 Westernmost_Easting 10.69335; } }
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.