UiO exoplanet group
UiO exoplanet group: data processing tools and knowledge base. Created for 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 uio-exoplanet-group
From sources
$ cd /path/to/uio-exoplanet-group/
$ 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 .
Modules
utility
- reusable/common utility modules;tasks
- special module for performing particular tasks.
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.