https://github.com/stuartmackay/ebirders-project
The eBirders Project is a collection of libraries, Jupyter Notebooks, Django apps, and Django sites for working with data from eBird. This repository is for project-wide documentation, and examples, along with other shared resources.
https://github.com/stuartmackay/ebirders-project
Last synced: 4 months ago
JSON representation
The eBirders Project is a collection of libraries, Jupyter Notebooks, Django apps, and Django sites for working with data from eBird. This repository is for project-wide documentation, and examples, along with other shared resources.
- Host: GitHub
- URL: https://github.com/stuartmackay/ebirders-project
- Owner: StuartMacKay
- Created: 2025-07-13T14:51:09.000Z (11 months ago)
- Default Branch: master
- Last Pushed: 2025-07-26T15:42:56.000Z (11 months ago)
- Last Synced: 2025-07-26T20:53:44.577Z (11 months ago)
- Size: 5.86 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# eBirders Project
The eBirders Project is a collection of libraries, Jupyter Notebooks,
Django apps, and Django sites for working with data from [eBird.org](https://ebird.org).
The projects, from the bottom of the stack, to the top, consist of:
* [ebird-api-requests](https://git.sr.ht/~smackay/ebird-api-requests) - a set of
python functions for accessing the [eBird API 2.0](https://documenter.getpostman.com/view/664302/S1ENwy59)
to download checklists, observations, locations and species, so you can
find out what has been seen, anywhere in the world.
* [ebird-api-data](https://git.sr.ht/~smackay/ebird-api-data) - a reusable
Django app for loading data from the eBird API into a database. You can
use this as the basic building block for doing analysis with Jupyter
Notebooks, or an entire web site.
* [ebird-dataset-data](https://git.sr.ht/~smackay/ebird-dataset-data) - a reusable
Django app for loading data from eBird, this time from the
[eBird Basic Dataset](https://science.ebird.org/en/use-ebird-data/download-ebird-data-products).
* [ebird-dataset-explorer](https://git.sr.ht/~smackay/ebird-dataset-explorer) - a
Django-based web site for browsing a database containing observations from the
eBird Basic Dataset.
* [ebird-notebooks](https://git.sr.ht/~smackay/ebird-notebooks) - a collection
of Jupyter Notebooks for analysing data downloaded from the eBird API.
* [ebird-scrapers](https://git.sr.ht/~smackay/ebird-scrapers) - alas, not
all of the most interesting data is available via the eBird API. This
project provides scrapers for the "Recent Checklists" page, for any region,
and for individual checklists.
* [ebirders-pt](https://git.sr.ht/~smackay/ebirders-pt) - a Django based web
site, delivering news and information on what has been seen in Portugal.
Visit the site at [https://www.ebirders.pt](https://www.ebirders.pt).
## Project Information
* Announcements: https://lists.sr.ht/~smackay/ebirders-announce
* Discussions: https://lists.sr.ht/~smackay/ebirders-discuss
* Development: https://lists.sr.ht/~smackay/ebirders-develop
This repository is also mirrored on Github:
* Repository: https://github.com/StuartMacKay/ebirders-project
# Licenses
All eBirders projects are released under the terms of the `[MIT](https://opensource.org/licenses/MIT) license.