NOAA The NOAA GEO-IDE UAF ERDDAP
Easier access to scientific data
log in | ?    
Brought to you by NOAA NMFS SWFSC ERD    

ERDDAP > tabledap > Data Access Form ?

Dataset Title:  Under Development: JSATS California Fish Tracking: Tagged Fish table only Subscribe RSS
Institution:  NOAA/NMFS/SWFSC/FED   (Dataset ID: FED_JSATS_taggedfish)
Information:  Summary ? | License ? | Metadata | Background (external link) | Subset | Files | Make a graph
 
Variable ?   Optional
Constraint #1 ?
Optional
Constraint #2 ?
   Minimum ?
   or a List of Values ?
   Maximum ?
 
 fish_id ?              
 study_id ?      
   - +  ?
 fish_type ?              
 fish_origin ?              
 fish_date_tagged (Date Tagged) ?              
 fish_release_date (Release Date) ?              
 tag_id_hex (Hex Tag Code) ?              
 tag_id_decimal (Decimal Tag Code) ?          52    65494
 tag_weight (mg) ?          0.08    1921.0
 tag_model ?              
 tag_pulse_rate_interval_nominal (seconds) ?          3.0    10.3
 tag_warranty_life (Warranty Life, days) ?          21.0    215.0
 fish_length_type ?              
 fish_length (mm) ?          67    980
 fish_weight (grams) ?          3.1    2020.0
 release_location ?      
   - +  ?
 release_latitude (degrees_north) ?          36.84296    999.0
 release_longitude (degrees_east) ?          -123.0386    999.0
 release_river_km (Release River Kilometer, km) ?          -73.0    590.0
 email (Point of Contact) ?              
 
Server-side Functions ?
 distinct() ?
? ("Hover here to see a list of options. Click on an option to select it.Hover here to see a list of options. Click on an option to select it.Hover here to see a list of options. Click on an option to select it.Hover here to see a list of options. Click on an option to select it.Hover here to see a list of options. Click on an option to select it.")

File type: (more information)

(Documentation / Bypass this form ? )
 
(Please be patient. It may take a while to get the data.)


 

The Dataset Attribute Structure (.das) for this Dataset

Attributes {
 s {
  fish_id {
    String description "Identifies the fish that was tagged. It is unique in that no two fish have the same FishID. Format is 2 or more letters that describe the type of the fish (e.g. WR for WinterRun), followed by the year (YYYY), followed by a dash, then a sequential three digit number (e.g. 001 to 999)";
    String ioos_category "Identifier";
    String long_name "Fish ID";
  }
  study_id {
    String description "Identifies a group of tagged fish that belong to a study. Format is text description of place followed by year (YYYY). A single StudyID can have fish release on multiple days within a year and/or at multiple locations within a year.";
    String ioos_category "Identifier";
    String long_name "Study ID";
  }
  fish_type {
    String description "Describes the fish tagged. Generally a part that describes where it came from and a part that refers to the common name.";
    String ioos_category "Other";
    String long_name "Fish Type";
  }
  fish_origin {
    String description "Describes where the fish is from or where it was collected. Example: Hatchery, Natural, Sacramento River.";
    String ioos_category "Other";
    String long_name "Fish Origin";
  }
  fish_date_tagged {
    String description "The date and time that indicates the time the tag was activated and implanted into the fish. Tags are usually activated several minutes before implanting into fish in PST.";
    String ioos_category "Time";
    String long_name "Date Tagged";
  }
  fish_release_date {
    String description "The date and time of release in PST.";
    String ioos_category "Time";
    String long_name "Release Date";
  }
  tag_id_hex {
    String description "The hexadecimal form for the tags code. This is not unique in that two fish can have the same Hex Tag Code. This is usually from the same tag code being used in different years. This is why all queries must be based on Fish ID.";
    String ioos_category "Identifier";
    String long_name "Hex Tag Code";
  }
  tag_id_decimal {
    Int32 _FillValue 2147483647;
    Int32 actual_range 52, 65494;
    String description "The decimal form the hexcode ID for the tag that was implanted into the fish. This is not unique in that two fish can have the same TagID_Decimal. This is usually from the same tag code being used in different years. This is why all queries must be based on FishID.";
    String ioos_category "Identifier";
    String long_name "Decimal Tag Code";
  }
  tag_weight {
    Float32 actual_range 0.08, 1921.0;
    String description "weight of tag in air";
    String ioos_category "Other";
    String long_name "Tag Weight";
    String units "mg";
  }
  tag_model {
    String description "The model of the tag.";
    String ioos_category "Other";
    String long_name "Tag Model";
  }
  tag_pulse_rate_interval_nominal {
    Float32 actual_range 3.0, 10.3;
    String description "The nominal (aka approximate) pulse rate interval. This is how often the tag transmits its code signal.";
    String ioos_category "Other";
    String long_name "Nominal Pulse Rate Interval";
    String units "seconds";
  }
  tag_warranty_life {
    Float32 actual_range 21.0, 215.0;
    String description "The minimum number of days a tag is expected to transmit it’s code. Generally tags transmit for at least 1.5x the warranty life.";
    String ioos_category "Other";
    String long_name "Warranty Life";
    String units "days";
  }
  fish_length_type {
    String description "The way the fish was measured.  Fork length = FL, total length = TL, standard length = SL. If unknown = NA.";
    String ioos_category "Other";
    String long_name "Fish Length Type";
  }
  fish_length {
    Int32 _FillValue 2147483647;
    Int32 actual_range 67, 980;
    String description "Measured length";
    String ioos_category "Other";
    String long_name "Fish Length";
    Int32 missing_value -999;
    String units "mm";
  }
  fish_weight {
    Float32 actual_range 3.1, 2020.0;
    String description "measured weight in air";
    String ioos_category "Other";
    String long_name "Fish Weight";
    Float32 missing_value -999.0;
    String units "grams";
  }
  release_location {
    String description "Release location. The name of the place that the fish was released.";
    String ioos_category "Location";
    String long_name "Release Location";
  }
  release_latitude {
    Float32 actual_range 36.84296, 999.0;
    String description "The latitude of the release location.";
    String ioos_category "Location";
    String long_name "Release Latitude";
    Float32 missing_value -999.0;
    String units "degrees_north";
  }
  release_longitude {
    Float32 actual_range -123.0386, 999.0;
    String description "The longitude of the release location.";
    String ioos_category "Location";
    String long_name "Release Longitude";
    Float32 missing_value -999.0;
    String units "degrees_east";
  }
  release_river_km {
    Float32 actual_range -73.0, 590.0;
    String description "The river km of the release location. The Golden Gate Bridge = rkm 0.0. Values increase the further upstream.";
    String ioos_category "Location";
    String long_name "Release River Kilometer";
    Float32 missing_value -999.0;
    String units "km";
  }
  email {
    String description "the email address of the point of contact that grants approval for using the data from each fish.";
    String ioos_category "Other";
    String long_name "Point of Contact";
  }
 }
  NC_GLOBAL {
    String cdm_data_type "Other";
    String Conventions "CF-1.6, ACDD-1.3, COARDS, NCCSV-1.1";
    String creator_email "Lynn.Dewitt@noaa.gov";
    String defaultGraphQuery "release_longitude,release_latitude,release_river_km&.draw=markers&.marker=5|5&.color=0x000000&.colorBar=|||||";
    String history 
"2024-05-03T15:04:37Z (local files)
2024-05-03T15:04:37Z http://upwell.pfeg.noaa.gov/erddap/tabledap/FED_JSATS_taggedfish.html";
    String infoUrl "https://oceanview.pfeg.noaa.gov/CalFishTrack";
    String institution "NOAA/NMFS/SWFSC/FED";
    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 standard_name_vocabulary "CF Standard Name Table v70";
    String subsetVariables "study_id,release_location";
    String summary "(This dataset contains only Tagged Fish data) Detections of acoustically tagged fish within an array of real-time JSAT receivers deployed in the Central Valley CA. A collaboration between NOAA/NMFS/SWFSC/FED/Biophysical Ecology Team, U.S. Bureau of Reclamation, California Department of Fish and Wildlife, U.S. Geological Survey, and Univ. Of California, Davis";
    String title "Under Development: JSATS California Fish Tracking: Tagged Fish table only";
  }
}

 

Using tabledap to Request Data and Graphs from Tabular Datasets

tabledap lets you request a data subset, a graph, or a map from a tabular dataset (for example, buoy data), via a specially formed URL. tabledap uses the OPeNDAP (external link) Data Access Protocol (DAP) (external link) and its selection constraints (external link).

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://upwell.pfeg.noaa.gov/erddap/tabledap/datasetID.fileType{?query}
For example,
https://upwell.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.


 
ERDDAP, Version 2.23
Disclaimers | Privacy Policy | Contact