Observed in
-
name used: Hydrobates tethys Wedge-Rumped Storm-Petrel · code
WRSPre-keyed
One row per dataset, one cell per year, darker with more observations — the same strip the front door draws per dataset. Each row ends with the name that dataset uses (dataset_taxon); the accepted name is written once, in the title above. A quiet pill marks a name the authority does not accept.
Groups
calcofi:seabirds
Note from the crosswalk
2026-08-05: worms_id 343969 via WoRMS TSN crosswalk (status accepted); itis:174638 deprecated in ITIS -> itis:1255037 (Hydrobates tethys)
Ways in
-
Explorermaps, sections and time series of this taxon — opens prefilledhttps://calcofi.io/explore/?taxon=itis:1255037
-
db-querySQL in your browser — the shell opens with this queryhttps://calcofi.io/db-query/?sql=SELECT+%2A+FROM+__TBL%3Aobs_bio__+WHERE+taxon_key+%3D+%27itis%3A1255037%27+LIMIT+100%3B
-
ERDDAPCalCOFI's own server, the Seabirds & Marine Mammals table constrained to this taxonhttps://erddap.calcofi.io/erddap/tabledap/farallon_bird-mammal.html?&taxon_key=%22itis:1255037%22
-
R
library(calcofi4r) con <- cc_get_db() # the promoted release tbl(con, "obs_bio") |> filter(taxon_key == "itis:1255037")
-
Python
import calcofi4py as cc con = cc.cc_get_db() con.sql("SELECT * FROM obs_bio WHERE taxon_key = 'itis:1255037'").df()
This page as data
-
JSONthis taxon's entry of the release record, verbatimhttps://calcofi.io/species/itis-1255037.json
Read from taxa.json of release v2026.09.06, written at release by calcofi4db::build_taxa_catalog(). The catalog's index is /species/.