Skip to main content

PyOpenFisheries makes it even easier to access the OpenFisheries API in Python. A good usecase of this library is to gather data to plot in a Jupyter Notebook, or to collect data to run time-series analysis on.

Project description

PyOpenFisheries makes it even easier to access the OpenFisheries API in Python.

A good usecase of this library is to gather data to plot in a Jupyter Notebook, or to collect data to run time-series analysis on.

Learn more about OpenFisheries.org.

PyOpenFisheries(**kwargs)

Bases: object

Base class for accessing the OpenFisheries API. Useful for gathering data for plots or analysis.

Returns:

instance: base OpenFisheries API wrapper

Examples:

>>> open_fish_conn = PyOpenFisheries()
>>> skipjack_tuna = open_fish_conn.annual_landings(species="SKJ").filter_years(start_year=1970,end_year=1991)
>>> print(skipjack_tuna.landings)
[{'year': 1970, 'catch': 402166}...{'year': 1991, 'catch': 1575170}]
>>> print(skipjack_tuna.summarize())
Landings of SKJ globally from 1970 to 1991

Attributes:

landings: List of dictionaries containing the year and landing count.
species: if present - three-letter ASFIS species code (i.e. “SKJ” - Skipjack Tuna).
country: if present - ISO-3166 alpha 3 country code (i.e. “USA” - United States).
start_year: if present - start year of filtered landings data.
end_year : if present - end year of filtered landings data.

annual_landings(species=None, country=None)

Gathers annual fishery landings filtered by either species or country. If neither fish nor country are specified, then this will return global aggregate landings data.

Args:

species: three-letter ASFIS species code (i.e. “SKJ” - Skipjack Tuna)
country: ISO-3166 alpha 3 country code (i.e. “USA” - United States)

Returns:

instance: PyOpenFisheries instance with landings populated

filter_years(start_year=1950, end_year=2018)

Filters annual fishing data to within a time-frame.

Args:

start_year: 4 digit integer year (i.e. 1980)
end_year: 4 digit integer year (i.e. 2015)

Returns:

instance: PyOpenFisheries instance with years filtered.

summarize()

Summarizes what has been returned from OpenFisheries.

label()

Useful as a legend / for plots.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

PyOpenFisheries-0.1.2.tar.gz (7.4 kB view details)

Uploaded Source

Built Distribution

PyOpenFisheries-0.1.2-py3-none-any.whl (12.0 kB view details)

Uploaded Python 3

File details

Details for the file PyOpenFisheries-0.1.2.tar.gz.

File metadata

  • Download URL: PyOpenFisheries-0.1.2.tar.gz
  • Upload date:
  • Size: 7.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.1.4 CPython/3.8.5 Linux/5.8.0-44-generic

File hashes

Hashes for PyOpenFisheries-0.1.2.tar.gz
Algorithm Hash digest
SHA256 ef45b3a7dc28dfea8de89728c8b4b4c1054e5ba9333d2d4891ee4972589cdd02
MD5 ee42375aea1f78378c19e586723e473f
BLAKE2b-256 1810b0018f6484ce89df1487deac08da83b59dc96e2552e41c001f70cc984e90

See more details on using hashes here.

File details

Details for the file PyOpenFisheries-0.1.2-py3-none-any.whl.

File metadata

  • Download URL: PyOpenFisheries-0.1.2-py3-none-any.whl
  • Upload date:
  • Size: 12.0 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.1.4 CPython/3.8.5 Linux/5.8.0-44-generic

File hashes

Hashes for PyOpenFisheries-0.1.2-py3-none-any.whl
Algorithm Hash digest
SHA256 b2b5b6776049ad2a10e003a7dcba8d91641ea07e5685e6ead943780ddeee5811
MD5 9c4b7250cf8ca0c31e19c589a842956d
BLAKE2b-256 fdde3a3ce794429ebad7321653cc47da561513aeae366437496c90e8a2b062de

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page