Metadata-Version: 2.1
Name: rasterbox
Version: 0.0.2
Summary: Semantic access of raster images and target labels associated with rasters
Home-page: https://github.com/breadcrumbbuilds/rasterbox
Author: Brad Crump
Author-email: brad@breadcrumbbuilds.com
License: UNKNOWN
Description: # rasterbox
        Data holder and manipulator for raster images
        The purpose of rasterbox is to allow seemless storage, and retrieval of raw raster data and target labels associated with the data. This is a hyper-specific use-case, and likely doesn't warrant a package, yet here we are.
        ## Installation - TODO
        ## Usage
        To create a rasterbox object, you need only supply the path to your binary raster files, the path to the associated targets, and a list of available targets.
        
        
        
Keywords: RASTER,IMAGES,MACHINE,LEARNING
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Programming Language :: Python :: 3.6
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
