No project description provided
Project description
FishScrapping
Features:
- get up-to-date information from FishBase database
- Terminal-based scripts
Software requierements:
- Python 3
Installation
Using pip
pip install FishScrapping
Length-Weight relationships
Let's suppose we have the following a list of species stored at species.txt:
cat species.txt
Odontesthes regia
Engraulis ringens
Menticirrhus undulatus
Sciaena deliciosa
We can obtain their LWRs by using:
fishbase.py species.txt -lw
While output file name is based on input and on above example this file is named species_fishbase_lw.tsv
, option -out
can also modify default names.
cat species_fishbase_lw.tsv
species a b n Country RangeLength
Odontesthes regia NA NA NA NA NA
Engraulis ringens 0.02150 2.604 NA Peru NA
Engraulis ringens 0.00674 3.000 NA Peru NA
Engraulis ringens 0.00460 3.121 NA Chile NA
Engraulis ringens 0.00421 3.144 NA Chile NA
Engraulis ringens 0.00375 3.221 NA Chile NA
Menticirrhus undulatus 0.01027 3.000 1 NA 61.0, 61.0
Sciaena deliciosa NA NA NA NA NA
Synonyms
We can also extract species synonyms according to this database with the option -syn
:
fishbase.py species.txt -syn
Again, by default fishbase.py
uses its input to name its output, however this can be modified with -out
option.
cat species_fishbase_syn.tsv
species synonyms
Odontesthes regia Atherina regia, Austromenidia regia, Atherina laticlavia, Austromenidia laticlava, Chirostoma affine, Basilichthys regillus, Cauque regillus, Odontesthes regillus, Basilichthys jordani, Basilichthys octavius, Odontesthes regia
Engraulis ringens Engraulis pulchellus, Engraulis tapirulus, Anchoviella tapirulus, Stolephorus tapirulus, Engraulis ringens
Menticirrhus undulatus Umbrina undulata, Menticirrhus undulatus
Sciaena deliciosa Corvina deliciosa, Sciaena deliciosa
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
FishScrapping-1.1.tar.gz
(9.2 kB
view hashes)
Built Distribution
Close
Hashes for FishScrapping-1.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0e25ec38e146bb06ce252945a7c31ffdbc062759609e39567f33e2dfbb4552cc |
|
MD5 | 673ec6141cd314b9caf6e45f601b2cf6 |
|
BLAKE2b-256 | 0d62b9670cce2013d9ee60527d468d7265512f718987af5dd1dff9f6790ce7bd |