REmote Sensing and Image Processing in PYthon
Project description
ReSIPPy
Remote Sensing and Image Processing in Python
ReSIPPy is a set of tools to perform image processing with a focus on overhead and spectral remote sensing applications. Some features include:
- Navigation from world coordinate to camera pixel coordinates
- Navigation from pixel coordinates to world coordinates
- Orthorectification
- Spectral matched filters
- Reading spectral libraries
Installation
The installation of ReSIPPy requires two tricky dependencies:
- GDAL
- PyProj
Using conda
We prefer to use conda to manage our Python environments and dependencies. To install Anaconda (or Miniconda), follow the instructions in the Anaconda Docs. Once you have a working conda installation, clone this repo and create an environment for working with ReSIPPy:
$ conda env create -f environment.yml
Then, activate the environment to work with ReSIPPy:
$ conda activate resippy
Using pip
ReSIPPy is also available on PyPi and can be installed using pip:
$ pip install resippy
Installation using pip may require the user to download and install additional system level dependencies.
Documentation
This project uses Sphinx for documentation.
To build HTML documentation, navigate to the docs
folder and run the following:
$ make html
When completed, the HTML documentation will be available in docs/_build/html
.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file resippy-0.3.0.tar.gz
.
File metadata
- Download URL: resippy-0.3.0.tar.gz
- Upload date:
- Size: 76.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.6.0.post20191101 requests-toolbelt/0.9.1 tqdm/4.38.0 CPython/3.7.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b9109211e3b25c89d73de490e606088e0f7db140334d5a92bd59b9c7f5eda548 |
|
MD5 | 2354d30abdd291bbb1c5f9c4f1290914 |
|
BLAKE2b-256 | 3cdb84aac7be69a4eec33dd6e37dd778a0d3f60866276a0c65e9ac950fe30637 |
File details
Details for the file resippy-0.3.0-py3-none-any.whl
.
File metadata
- Download URL: resippy-0.3.0-py3-none-any.whl
- Upload date:
- Size: 122.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.6.0.post20191101 requests-toolbelt/0.9.1 tqdm/4.38.0 CPython/3.7.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d9da905bd71b6d737fe8aeaa484b4aeab297acb92d5fe0597d4c53e9713604c5 |
|
MD5 | ced8dc26ef72db6f23059b7ef2e8f603 |
|
BLAKE2b-256 | 78ae6e7117c5dbd55b9b24214904b5fec89e0148b234aec41208699fe4a6315d |