Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 23 days 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 (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-10-22T00:08:58.000Z (about 4 years ago)
- Last Synced: 2024-05-01T23:17:13.381Z (7 months 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
[![PyPI](https://img.shields.io/pypi/v/inaturalist-to-sqlite.svg)](https://pypi.org/project/inaturalist-to-sqlite/)
[![CircleCI](https://circleci.com/gh/dogsheep/inaturalist-to-sqlite.svg?style=svg)](https://circleci.com/gh/dogsheep/inaturalist-to-sqlite)
[![License](https://img.shields.io/badge/license-Apache%202.0-blue.svg)](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`.