Metadata-Version: 2.1
Name: rindcalc
Version: 2.0.3
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: GNU 3.0
Description:  <img align="left" src="https://user-images.githubusercontent.com/55674113/77593251-4fd48b80-6eca-11ea-8fa1-1d4892d7e187.png" width="142.2" height="149.4"/> 
        
        # 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)
        [![Conda Platforms](https://anaconda.org/rindcalc/rindcalc/badges/platforms.svg)](https://anaconda.org/rindcalc/rindcalc)
        
        ---
        
        #### 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 
        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 
        
        **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. 
        
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
