Metadata-Version: 2.1
Name: SatIOpsT
Version: 0.0.8
Summary: Satellite Image Operations Toolbox
Home-page: https://github.com/SubhadipDatta/SatIOpsT/wiki
Author: GeoEspacioTech Pvt. Ltd., Subhadip Datta, Soumyadeep Dutta
Author-email: geoespaciotech@gmail.com
License: MIT
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
Requires-Dist: geopandas
Requires-Dist: rasterio
Requires-Dist: scipy
Requires-Dist: pandas
Requires-Dist: numpy

# 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.3
        -managed some errors.
#### -0.0.4
	-Fixed some bugs.
	-Added Reprojection.
#### -0.0.6
        -Added time series conversions for Raster data.
#### -0.0.7
		-Minor correction.
#### -0.0.8
		-Bug fixed
### Help Page:
https://github.com/SubhadipDatta/SatIOpsT/wiki


