Python package for NAIF WebGeoCalc API

Docs Build Coverage CodeFactor

PyPI Conda

Python Version Status Conda Platform

DOI License

Examples

In december 2018, JPL/NAIF announced an experimental API RESTful interface for their new WebGeoCalc server (which make online SPICE calculations). Documentation and JavaScript examples are already available.

This package provides a Python interface to make SPICE calculations through this API.

Caution

WebGeoCalc is not design to handle heavy calculation. If you need to make intensive queries, use Spiceypy or SpiceMiner package with locally hosted kernels.

Install

With pip:

$ pip install webgeocalc

With conda:

$ conda install -c seignovert webgeocalc

From the sources:

$ git clone https://github.com/seignovert/python-webgeocalc.git webgeocalc
$ cd webgeocalc
$ python setup.py install