https://github.com/sunsided/itis
ITIS database exploration
https://github.com/sunsided/itis
data-exploration graphs itis
Last synced: 10 months ago
JSON representation
ITIS database exploration
- Host: GitHub
- URL: https://github.com/sunsided/itis
- Owner: sunsided
- Created: 2022-07-23T15:24:53.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-07-23T16:49:46.000Z (almost 4 years ago)
- Last Synced: 2025-02-13T08:28:22.351Z (over 1 year ago)
- Topics: data-exploration, graphs, itis
- Language: Jupyter Notebook
- Homepage:
- Size: 80.1 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ITIS
## Conversion
To convert the ITIS database in the `data/` subdirectory to JSON Graph, run
```console
$ python convert_itis_to_jsongraph.py
```
This will produce a `.json` and `.dot` file in the `data/` directory.
The `.dot` file can be converted to PNG using
```console
$ dot -Tpng data/ITIS-042721.dot -o ITIS.png
```
Be careful when opening this file though, as the graph is pretty large.
## ITIS physical model
The following picture shows the physical model of ITIS
within the source SQLite. Only parts of it are modeled in
the graph.
