Planetary coverage documentation#

Package name change

The moon-coverage was renamed planetary-coverage to illustrate that this tool can be used with all SPICE based space missions (see gallery of examples). You recommend that you update your code to use this new denomination.

The planetary-coverage package is a toolbox to perform surface coverage analysis based on orbital trajectory calculations. Its main intent is to provide an easy way to compute observation opportunities of specific region of interest above the Galilean satellites for the ESA-JUICE mission but could be extended in the future to other space mission.

It is actively developed by the Observatoire des Sciences de l’Univers Nantes Atlantique (OSUNA, CNRS-UAR 3281) and the Laboratory of Planetology and Geosciences (LPG, CNRS-UMR 6112) at Nantes University (France), under ESA-JUICE and CNES founding support.

Logos OSUNA / LPG / Nantes Université / CNRS / CNES / ESA / JUICE

Installation#

The latest version of the planetary-coverage available on Python Package Index (PyPI) is 1.0.0. You can install it with pip, either in a Jupyter environnement or locally:

In your Jupyter environment, go to File > New > Notebook to create a new notebook and in the first cell, type:

%pip install --upgrade planetary-coverage

Execute the cell with ⇧ Shift + ↵ Enter and you should get the latest version of the planetary-coverage.

You can double check which version was installed by running the following command:

%load_ext planetary_coverage

Note

If you have access to a working Jupyter environnement, ie. a locally installed JupyterLab Desktop or a remote JupyterHub like ESA DataLabs, we recommend to use the first method of installation.

Hint

If you need to perform pointing simulations for the ESA-JUICE mission. You will need to install an optional dependency (esa-ptr). More details can be found here.

Changes and updates#

The planetary-coverage adheres to semantic versioning, ie. the version number will have the following pattern:

MAJOR.MINOR.PATCH

Since this package is under active development, new releases are available on irregular basis. All the changes are reported in the changelog. If you need to upgrade to a newer version, you only need to re-run one of the installation command above to get the latest version.

How to cite this package#

If you use this package for your analyses, please consider using the following citation:

Seignovert et al. 2023, Planetary coverage package (1.0.0), planetary-coverage.org, swh:1:rel:3900e871fe34fdeead5a4d8d6b3aa86a063e82df

or can use this BibTeX file.

Issues and feedback#

If you have any issue with this package, we highly recommend to take a look at:

If you did not find a solution there, don’t hesitate to:

The planetary-coverage is distributed under a open-source BSD-3 clauses license. Bug reports and contributions are encouraged and always welcome.