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 the plugin and all the required dependencies with:
conda install -c conda-forge glue-geospatial
Alternatively, if you don't use conda, you can use:
pip install glue-geospatial
This will auto-register the plugin with Glue.
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.
To run the tests, do:
pytest glue_geospatial
at the root of the repository. This requires the pytest module to be installed.