Reimplementation of auk in Python
Project description
aukpy
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
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
aukpy-1.0.0.tar.gz
(15.0 kB
view details)
Built Distribution
aukpy-1.0.0-py3-none-any.whl
(16.6 kB
view details)
File details
Details for the file aukpy-1.0.0.tar.gz
.
File metadata
- Download URL: aukpy-1.0.0.tar.gz
- Upload date:
- Size: 15.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7bb435673d673409262ef2e41ce442fdbd390dd5948cc28552915c968c0d2fb6 |
|
MD5 | 82461885f0a44efca74d94bd17bd1a20 |
|
BLAKE2b-256 | 0545eed8fa7b6aabec6c6d6beffeaa2feea9cad12f7987327fe4f73a730587bb |
File details
Details for the file aukpy-1.0.0-py3-none-any.whl
.
File metadata
- Download URL: aukpy-1.0.0-py3-none-any.whl
- Upload date:
- Size: 16.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e7c1660b53ff5cddf24b61224b763ce4537ef131d929a0587dab408e0affd278 |
|
MD5 | 37d73af90816824bbdcb3252f75713f5 |
|
BLAKE2b-256 | 2c2de6ecfa19826c53b48b6bdb05c85d4e6b15312a054fffd2418b4d9430c5b4 |