Metadata-Version: 1.1
Name: lcmap-pyccd
Version: 1.0.4b1
Summary: Python implementation of Continuous Change Detection
Home-page: https://github.com/usgs-eros/lcmap-pyccd
Author: klsmith-usgs
Author-email: kelcy.smith.ctr@usgs.gov
License: Public Domain
Description:  Module specifically to hold algorithm version information.  The reason this
        exists is the version information is needed in both setup.py for install and
        also in ccd/__init__.py when generating results.  If these values were
        defined in ccd/__init__.py then install would fail because there are other
        dependencies imported in ccd/__init__.py that are not present until after
        install. Do not import anything into this module.
Keywords: python change detection
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: Public Domain
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
