![]() |
ERDDAP
Easier access to scientific data |
Brought to you by NOAA NMFS SWFSC ERD |
Dataset Title: | Structured Habitat Survey OW1 Rod and Reel Catch
![]() ![]() |
Institution: | Rutgers University (Dataset ID: structured_habitat_survey_ow1_rodandreel_catch) |
Information: | Summary ![]() ![]() ![]() |
Attributes { s { index { Float64 _FillValue 9223372036854775807; Float64 actual_range 0, 1084; String ioos_category "Unknown"; String long_name "Index"; } time { String _CoordinateAxisType "Time"; Float64 actual_range 1.6570656e+9, 1.6970688e+9; String axis "T"; String calendar "proleptic_gregorian"; String ioos_category "Time"; String long_name "Date"; String source_name "date"; String standard_name "time"; String time_origin "01-JAN-1970 00:00:00"; String units "seconds since 1970-01-01T00:00:00Z"; } cruise { String description "unique identifier for cruise"; String ioos_category "Identifier"; String long_name "Cruise Id"; } station { Float64 _FillValue 9223372036854775807; Float64 actual_range 2, 45; String ioos_category "Identifier"; String long_name "station id"; } drift_number { Float64 _FillValue 9223372036854775807; Float64 actual_range 1, 4; Float64 colorBarMaximum 100.0; Float64 colorBarMinimum 0.0; String ioos_category "Statistics"; String long_name "Drift Number"; } speciesID { Float64 _FillValue 9223372036854775807; Float64 actual_range 13, 743; String description "numeric identifier for species"; String ioos_category "Identifier"; String long_name "species id code"; } species_common_name { String ioos_category "Taxonomy"; String long_name "Species Common Name"; } length { Float64 _FillValue -999; Float64 actual_range 117, 99999; String description "length of fish"; String ioos_category "Unknown"; String long_name "Length"; String units "mm"; } length_type { String comment "FL: fork length, TL: total length, DW: disk width (for large stingrays), CW: carapace width (for crabs, horseshoe crabs, and species with a carapace), ML: mantle length (for squid, measuring just the length of the mantle tissue), SW: shell width (for general bivalves and clams), SH: shell height (for scallops)"; String ioos_category "Unknown"; String long_name "Length Type"; } } NC_GLOBAL { String acknowledgement "Funding provided by Orsted."; String cdm_data_type "Other"; String comment "Survey performed aboard F/V Dana Christine II with Captain Kevin Wark"; String contributor_name "Jason Morson, Doug Zemeckis, Joey O'Brien, Andre Ascura, Kaycee Coleman, Laura Nazzaro"; String contributor_role "Principal Investigator, Principal Investigator, Lab Manager, Technician, Project Management, Data Management"; String Conventions "ACDD 1.3, COARDS, CF-1.6"; String creator_email "ecosystemdata@marine.rutgers.edu"; String creator_institution "Rutgers University"; String creator_name "Rutgers Marine Ecosystem Data Team"; String creator_type "group"; String creator_url "https://marine.rutgers.edu/main/"; String geospatial_bounds_crs "EPSG:6347"; String geospatial_vertical_positive "up"; String history "2025-06-21T21:04:02Z (local files) 2025-06-21T21:04:02Z https://rowlrs-data.marine.rutgers.edu/erddap/tabledap/structured_habitat_survey_ow1_rodandreel_catch.html"; String id "structured_habitat_survey_ow1_rodandreel_catch"; String infoUrl "https://rowlrs.marine.rutgers.edu/"; String institution "Rutgers University"; String keywords "catch, code, common, cruise, data, date, drift, drift_number, habitat, identifier, index, length, length_type, name, number, ow1, reel, rod, rutgers, species, species_common_name, speciesID, station, statistics, structured, survey, taxonomy, time, type, university"; String license "see Data Use Agreement"; String platform_name "F/V Dana Christine II"; String program "Ocean Wind 01 Fisheries Monitoring Plan"; String project "Ocean Wind 01 Fisheries Monitoring Plan, Structured Habitat Survey"; String publisher_email "ecosystemdata@marine.rutgers.edu"; String publisher_institution "Rutgers University"; String publisher_name "Rutgers Marine Ecosystem Data Team"; String publisher_type "group"; String sourceUrl "(local files)"; String standard_name_vocabulary "CF Standard Name Table v70"; String summary "Fisheries Monitoring in Ocean Wind 01. Performed 4 x per year for two years pre-construction. In each season, four to five turbine sites in the lease area and four to five phantom turbine sites in the control area will be visited. Two Baited Remote Underwater Videos (BRUV) are placed 60 m off of the turbine and a string of six Chevron traps (first deployed 60 m off of the turbine, subsequent traps set 150 m from last trap) will be deployed at each station. Target soak time for the Chevron traps are 90 minutes and soak time for the BRUV is 60 minutes. A drifting rod and reel surveys for eight minutes at the turbine or phantom turbine location. Evaluates changes in species biomass, size frequency, and condition, and community assemblage. This dataset includes catch data for the rod and reel portion of the survey."; String time_coverage_end "2023-10-12T00:00:00Z"; String time_coverage_start "2022-07-06T00:00:00Z"; String title "Structured Habitat Survey OW1 Rod and Reel Catch"; } }
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.