https://github.com/dogsheep/inaturalist-to-sqlite
Create a SQLite database containing your observation history from iNaturalist
https://github.com/dogsheep/inaturalist-to-sqlite
datasette datasette-io datasette-tool dogsheep inaturalist sqlite
Last synced: about 2 months ago
JSON representation
Create a SQLite database containing your observation history from iNaturalist
- Host: GitHub
- URL: https://github.com/dogsheep/inaturalist-to-sqlite
- Owner: dogsheep
- License: apache-2.0
- Created: 2019-09-04T01:21:21.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-10-22T00:08:58.000Z (over 4 years ago)
- Last Synced: 2024-05-01T23:17:13.381Z (about 1 year ago)
- Topics: datasette, datasette-io, datasette-tool, dogsheep, inaturalist, sqlite
- Language: Python
- Homepage:
- Size: 16.6 KB
- Stars: 6
- Watchers: 4
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# inaturalist-to-sqlite
[](https://pypi.org/project/inaturalist-to-sqlite/)
[](https://circleci.com/gh/dogsheep/inaturalist-to-sqlite)
[](https://github.com/dogsheep/inaturalist-to-sqlite/blob/master/LICENSE)Create a SQLite database containing your observation history from [iNaturalist](https://www.inaturalist.org/).
## How to install
$ pip install inaturalist-to-sqlite
## Usage
$ inaturalist-to-sqlite inaturalist.db yourusername
(Or try `simonw` if you don't yet have an iNaturalist account)
This will import all of your iNaturalist observations into a SQLite database called `inaturalist.db`.