Skip to content

Repository files navigation

aukpy

CircleCI Documentation Status codecov

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)

Performance

Observation file size vs aukpy file size: File size

About

Python library for working with eBird data

Topics

Resources

Contributing

Stars

3 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages