Experimental glue plugin for satellite imagery
Requirements
Note that this plugin requires glue to be installed - see this page for instructions on installing glue.
In addition, this plugin requires the rasterio and pyproj packages to be installed. If you are using conda, you can easily install all required dependencies with:
conda install rasterio pyproj
Installing the plugin
To install the latest developer version of the plugin from the git repository, you can do:
pip install https://github.com/glue-viz/glue-geospatial/archive/master.zip
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, e.g.:
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 module to be installed.