Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ocsmit/rindcalc
A Python module for remote sensing index calculations and processing. Mostly used for my experimentation with new concepts and techniques.
https://github.com/ocsmit/rindcalc
gdal gdal-python gis landsat-8 naip remote-sensing sentinel-2
Last synced: 3 days ago
JSON representation
A Python module for remote sensing index calculations and processing. Mostly used for my experimentation with new concepts and techniques.
- Host: GitHub
- URL: https://github.com/ocsmit/rindcalc
- Owner: ocsmit
- License: gpl-3.0
- Created: 2020-01-09T01:00:04.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-02-09T15:38:53.000Z (almost 3 years ago)
- Last Synced: 2024-10-11T09:17:40.833Z (about 1 month ago)
- Topics: gdal, gdal-python, gis, landsat-8, naip, remote-sensing, sentinel-2
- Language: Python
- Homepage:
- Size: 1.18 MB
- Stars: 5
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Rindcalc
**A Spectral Index Raster Calculator For Satellite Image Processing**
[![Documentation Status](https://readthedocs.org/projects/rindcalc/badge/?version=latest)](https://rindcalc.readthedocs.io/en/latest/?badge=latest)
[![Build Status](https://travis-ci.org/ocsmit/rindcalc.svg?branch=master)](https://travis-ci.org/ocsmit/rindcalc)
[![Conda Platforms](https://anaconda.org/rindcalc/rindcalc/badges/platforms.svg)](https://anaconda.org/rindcalc/rindcalc)
[![DOI](https://zenodo.org/badge/232691170.svg)](https://zenodo.org/badge/latestdoi/232691170)
---#### For more information visit the [Rindcalc documentation](https://rindcalc.readthedocs.io/en/latest/)
Rindcalc is an open source python library built on numpy and gdal aiming to
provide seamless and accurate raster index calculations and composites of
satellite and aerial imagery.It currently consists of index calculation, composite and utility functions
for Landsat-8 and USDA NAIP imagery, with Sentinel-2 and MODIS satellite
functionality in the works**Install with pip**
Dependencies:
* GDAL - *need to build from .whl file*
* NumPy```console
pip install rindcalc
```**Install with conda**
```console
conda install -c rindcalc rindcalc
```
If rindcalc is not importing after conda install on Windows 10 then rindcalc
files need to be moved from Lib/pythonX.X/site-packages/ to Lib/site-packages
within the conda env folder.