Skip to main content

Python package to manipulate the Cassini VIMS data.

Project description

Build PyPI Status Version Python License

Python package to manipulate the Cassini VIMS data.

Prerequisites

This module use GDAL library to create and load GeoTIFF files. You need to install it first before installing pyvims.

With conda:

$ conda config --add channels conda-forge
$ conda install -c conda-forge gdal

Or directly on Ubuntu:

$ apt-get install libgdal-dev

For other operating system, please refer to OSGeo page.

Install

With pip:

$ pip install pyvims

With the source files:

$ git clone https://github.com/seignovert/pyvims.git
$ cd pyvims ; python setup.py install

Testing

Check the install:

>>> from pyvims import VIMS

Examples

Download test files (ISIS3 cubes of 1487096932_1):

$ wget https://vims.univ-nantes.fr/data/isis/003TI/C1487096932_1_vis.cub
$ wget https://vims.univ-nantes.fr/data/isis/003TI/C1487096932_1_ir.cub
$ wget https://vims.univ-nantes.fr/data/isis/003TI/N1487096932_1_vis.cub
$ wget https://vims.univ-nantes.fr/data/isis/003TI/N1487096932_1_ir.cub

To use, simply do:

>>> from pyvims import VIMS
>>> cub = VIMS('1487096932_1')

>>> cub
VIMS cube: 1487096932_1 [ISIS3]

>>> cub.time
'2005-02-14T18:05:00.976500'

>>> cub.target
u'TITAN'

>>> cub.NS, cub.NL
(42, 42)

For more details, take a look to the Jupyter NoteBook where more example of usage are provided.

Dependencies

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pyvims-0.6.6.tar.gz (64.3 kB view hashes)

Uploaded Source

Built Distribution

pyvims-0.6.6-py2.py3-none-any.whl (38.0 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page