Skip to main content

Reimplementation of auk in Python

Project description

aukpy

CircleCI Documentation Status

A reimplementation of auk in Python.

Note that this is not a direct port: aukpy does not use awk to access data. Instead it provides a similar API, but uses sqlite to index and query the dataset.

For detailed usage, see the full documentation

Usage

To load and filter a set of eBird observations stored in observations.txt:

from aukpy import db, queries
db_conn = db.build_db_pandas('observations.txt')
df = queries.species('Sturnus vulgaris').run(db_conn)

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

aukpy-1.0.0.tar.gz (15.0 kB view hashes)

Uploaded Source

Built Distribution

aukpy-1.0.0-py3-none-any.whl (16.6 kB view hashes)

Uploaded Python 3

Supported by

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