Metadata-Version: 2.1
Name: rindcalc
Version: 2.0.4
Summary: rindcalc is an open source python package created to calculateremote-sensing indices, composites, and classification.
Home-page: https://github.com/ocsmit/rindcalc
Author: Owen Smith
Author-email: owen8461@protonmail.com
License: GNU 3.0
Description:  <img align="left" src="https://user-images.githubusercontent.com/55674113/80038365-7edb1e80-84c3-11ea-9008-6f1fd6cb47fd.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 
        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. 
        
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
