Metadata-Version: 1.0
Name: WKB-Raster
Version: 0.1
Summary: Read WKB rasters to Numpy arrays.
Home-page: https://github.com/nathancahill/wkb-raster
Author: Nathan Cahill
Author-email: nathan@nathancahill.com
License: MIT
Description: 
        WKB-Raster
        
        Read WKB rasters to Numpy arrays.
        
        .. code:: python
        
            from wkb_raster import read_wkb_raster
        
            raster = read_wkb_raster(buf)
            raster['bands'][0]
        
        Links
        `````
        
        * `raster wkb rfc
          <http://trac.osgeo.org/postgis/browser/trunk/raster/doc/RFC2-WellKnownBinaryFormat>`_
        * `github <https://github.com/nathancahill/wkb-raster>`_
        
        
Platform: UNKNOWN
