Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 417 Bytes

File metadata and controls

18 lines (11 loc) · 417 Bytes

eotools

Various tools and modules for satellite data management and atmospheric correction.

Installation

To install or update this module from github in your current python environment, use the following command:

pip install --no-deps --no-cache-dir git+https://github.com/hygeos/eotools.git

To install it from a cloned folder, in editable mode:

pip install --no-deps -e <dir/to/eotools/>