pyosv
Open Satellite Vision
This library comprises a collection of functions and classes tailored to manage satellite based data.
Click here to access the documentation
Installation
You need to create a virtual environment
conda create -n osv python=3.10 -y
conda activate osv
conda install pip -y
This package is stored on PyPi, you can easily install it using pip
pip install --upgrade pyosv
Although certain elements of this library draw from Mayavi, these package is not included in the library's prerequisites, and therefore, it will not be automatically installed. To install it run the following command, once your virtual environment is active
pip install mayavi
or
conda install mayavi
if there are issue with the first command.