Metadata-Version: 1.1
Name: bounds
Version: 0.0.5
Summary: Very simple API return geographic or projected coordinates from raster or iterable
Home-page: https://github.com/dgketchum/bounds
Author: David Ketchum
Author-email: dgketchum@gmail.com
License: Apache
Download-URL: https://github.com/dgketchum/bounds/archive/0.0.5.tar.gz
Description: # bounds
        Bounding box from raster, geographic coordinates.
        
        Bounds is a simple class, originally implemented in [obsio](https://github.com/jaredwo/obsio) that takes a 
        raster or the bounding latitude and longitude of an area of interest, and returns the bounding box,
        optionally transfroming to/from geographic coordinates/projected coordinates.
        
Keywords: raster analysis
Platform: Posix; MacOS X; Windows
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering :: GIS
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.6
