Metadata-Version: 2.1
Name: avirtech-autoexport-jp2
Version: 0.0.1
Summary: Avirtech Python Library to Export TIF file which has GSD One to .JP2000 format in ArcGIS
Home-page: https://github.com/dwieka21-bit
Author: Dwieka
Author-email: patriadwieka@gmail.com
License: MIT
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown

This is script to automate exporting data TIF to JP2000 if only the TIF has GSD one



Install

pip install avirtech_autoexport_jp2



Usage

from avirtech_autoexport_jp2.avirtech_autoexport_jp2 import autoexport_jp2

autoexport_jp2.autoexport_jp2()

