Metadata-Version: 2.1
Name: glue-geospatial
Version: 0.4
Summary: Experimental glue plugin for geospatial imagery
Home-page: https://github.com/glue-viz/glue-geospatial
Author: Thomas Robitaille
Author-email: thomas.robitaille@gmail.com
License: UNKNOWN
Description: Experimental glue plugin for satellite imagery
        ==============================================
        
        |Build Status|
        
        Requirements
        ------------
        
        Note that this plugin requires `glue <http://glueviz.org/>`__ to be
        installed - see `this
        page <http://glueviz.org/en/latest/installation.html>`__ for
        instructions on installing glue.
        
        In addition, this plugin requires the
        `rasterio <https://mapbox.github.io/rasterio/>`__ and
        `pyproj <https://github.com/jswhit/pyproj>`__ packages to be
        installed.
        
        Installing
        ----------
        
        If you are using conda, you can easily install the
        plugin and all the required dependencies with::
        
            conda install -c glueviz glue-geospatial
        
        Alternatively, if you don't use conda, be sure to install the above
        dependencies then install the plugin with::
        
            pip install glue-geospatial
        
        This will auto-register the plugin with Glue.
        
        Using
        -----
        
        At the moment, this plugin provides a reader based on rasterio. You can
        give glue any file that can be read by rasterio. For example, if
        ``mydata.tif`` is a GeoTIFF file, you can do::
        
            glue mydata.tif
        
        and you can also load files from inside glue.
        
        Testing
        -------
        
        To run the tests, do::
        
            py.test glue_geospatial
        
        at the root of the repository. This requires the
        `pytest <http://pytest.org>`__ module to be installed.
        
        .. |Build Status| image:: https://dev.azure.com/glue-viz/glue-geospatial/_apis/build/status/glue-viz.glue-geospatial?repoName=glue-viz%2Fglue-geospatial&branchName=master
           :target: https://dev.azure.com/glue-viz/glue-geospatial/_build/latest?definitionId=10&repoName=glue-viz%2Fglue-geospatial&branchName=master
        
Platform: UNKNOWN
Requires-Python: >=3.6
Provides-Extra: test
