![]() |
ERDDAP
Easier access to scientific data |
Brought to you by NOAA NMFS SWFSC ERD |
Dataset Title: | Delaware Bay Microplastics Zooplankton Abundance
![]() ![]() |
Institution: | Rutgers, The State University. (Dataset ID: DELAWARE_BAY_MP_zoo_abundance) |
Information: | Summary ![]() ![]() ![]() |
Attributes { s { time { String _CoordinateAxisType "Time"; Float64 actual_range 1.57183656e+9, 1.6517553e+9; String axis "T"; String ioos_category "Time"; String long_name "Time Local"; String source_name "time_local"; String standard_name "time"; String time_origin "01-JAN-1970 00:00:00"; String time_precision "1970-01-01T00:00Z"; String units "seconds since 1970-01-01T00:00:00Z"; } station { String ioos_category "Identifier"; String long_name "Generic description of sampling station"; } tow { Byte _FillValue 127; String _Unsigned "false"; Byte actual_range 1, 20; String ioos_category "Unknown"; String long_name "Net tow number"; } latitude { String _CoordinateAxisType "Lat"; Float32 actual_range 38.712, 39.002; 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"; } longitude { String _CoordinateAxisType "Lon"; Float32 actual_range -75.158, -74.825; 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"; } volume_sampled { Int16 _FillValue 32767; Int16 actual_range 35, 2403; String ioos_category "Unknown"; String long_name "Volume of seawater sampled"; String summary "Calculated using the start and end flowmeter readings, the rotor constant for a standard speed mechanical flowmeter, and the area of the net opening."; String units "m3"; } sample_jar { String ioos_category "Unknown"; String long_name "Sample jar label"; } zooplankton_taxa { String ioos_category "Taxonomy"; String long_name "Zooplankton Taxa"; } zooplankton_abundance { Float32 actual_range 0.15, 4796.63; String ioos_category "Zooplankton Abundance"; String long_name "Zooplankton Abundance"; String summary "calculated as the number of individuals enumerated in the sample (samples were split as necessary) divided by the volume of seawater sampled. (units = individuals/m3)"; String units "m-3"; } } NC_GLOBAL { String cdm_data_type "Point"; String Conventions "COARDS, CF-1.10, ACDD-1.3"; Float64 Easternmost_Easting -74.825; String featureType "Point"; Float64 geospatial_lat_max 39.002; Float64 geospatial_lat_min 38.712; String geospatial_lat_units "degrees_north"; Float64 geospatial_lon_max -74.825; Float64 geospatial_lon_min -75.158; String geospatial_lon_units "degrees_east"; String history "2025-02-20T03:13:30Z (local files) 2025-02-20T03:13:30Z http://erddap.marine.rutgers.edu/erddap/tabledap/DELAWARE_BAY_MP_zoo_abundance.html"; String infoUrl "marine.rutgers.edu"; String institution "Rutgers, The State University."; String keywords "abundance, data, identifier, jar, latitude, local, longitude, sample, sample_jar, sampled, source, station, taxa, taxonomy, time, tow, volume, volume_sampled, zooplankton, zooplankton abundance, zooplankton_abundance, zooplankton_taxa"; 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 39.002; String sourceUrl "(local files)"; Float64 Southernmost_Northing 38.712; String standard_name_vocabulary "CF Standard Name Table v70"; String subsetVariables "station,sample_jar,zooplankton_taxa"; String summary "Zooplankton taxonomic abundance from surface net tows at sampling stations in the Delaware Bay for microplastics research during the fall of 2019 and spring of 2022. Zooplankton were collected using a 0.5m diameter ring net with 200 um mesh fitted with a mechanical flow meter (General Oceanics, Model 2030R) at the net opening and filtering cod-end. Nets were towed for approximately 5 minutes at 1-2 knots. Samples were gently rinsed with filtered seawater into glass jars and preserved in a 10% buffered formalin solution until later analysis in the laboratory where zooplankton taxa were identified and enumerated using a dissecting microscope."; String time_coverage_end "2022-05-05T12:55Z"; String time_coverage_start "2019-10-23T13:16Z"; String title "Delaware Bay Microplastics Zooplankton Abundance"; Float64 Westernmost_Easting -75.158; } }
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/erdGlobecBottle.htmlTable?longitude,latitude,time,bottle_posn,temperature1&time>=2002-08-17T00:00:00Z&time<=2002-08-19T20:18: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.