PHAB
Data processing tools and knowledge base of Centre for Earth Evolution and Dynamics and its successor Centre for Planetary Habitability.
Source code
The package source code repository is here.
Installing
From PyPI
$ pip install phab-utils
From sources
$ cd /path/to/phab-utils/
$ pip install .
Add an -e
argument, if you'd like to automatically update your locally installed package by pulling from the repository or/and if you intend to modify the sources:
$ pip install -e .
Data
Wherever you see a reference to some data files in documentation, examples, comments or anywhere else, for example some function taking a path like ./data/systems-528n.pkl
, check the data folder - chances are, that file will be provided there.