Metadata-Version: 2.1
Name: SatIOpsT
Version: 0.0.3
Summary: Satellite Image Operations Toolbox
Home-page: https://github.com/SubhadipDatta/SatIOpsT/wiki
Author: Subhadip Datta, Soumyadeep Dutta
Author-email: subhadipdatta007@gmail.com
License: MIT
Description: # SatIOpsT: Satellite Image Operations Toolbox
        This package helps you to run various oparations on satellite images. Currently Under development.
        
        ### Installation Process:
        You need anaconda or miniconda to run this package. First install anaconda or miniconda in your PC, From anaconda navigator or anaconda terminal run:
        
            conda install gdal rasterio geopandas pandas numpy scipy
            # After finish this installation install this package.
            pip install SatIOpsT
        
        ### Change log:
        #### -0.0.1
                -Build first version of the package.
        #### -0.0.2
                -fixed some minor bugs
                -updated documentation.
                -added new minor features.
                -added NDI (Normalized Difference Index)
                -added Filtering techniques.
        #### -0.0.3
                -managed some errors.
        ### Help Page:
        https://github.com/SubhadipDatta/SatIOpsT/wiki
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
