Metadata-Version: 2.1
Name: rindcalc
Version: 2.0.0
Summary: rindcalc is an open source python package created to calculateLandsat-8 indices, composites, and classification.
Home-page: https://github.com/ocsmit/raster-indices-calc
Author: Owen Smith
Author-email: owen8461@protonmail.com
License: MIT
Description: # Rindcalc 
        **A Spectral Index Raster Calculator**
        
        [![Documentation Status](https://readthedocs.org/projects/rindcalc/badge/?version=latest)](https://rindcalc.readthedocs.io/en/latest/?badge=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 
        Landsat-8 imagery using gdal and numpy.    
        
        It currently consists of index calculation and utility functions for Landsat
        -8 and USDA NAIP imagery, with Sentinel-2 and MODIS satellite functions in
        the work 
        
        ### For more information visit the [Rindcalc documentation](https://rindcalc.readthedocs.io/en/latest/)
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Scientific/Engineering :: GIS
Classifier: Intended Audience :: Science/Research
Requires-Python: >=3.5
Description-Content-Type: text/markdown
