An experimental QGIS plugin that performs the three basic functions:
Open Data Cube
instanceInstallation procedure is same as in Data Cube Query Installation
Installation with pip
:
QGIS
3.0 via your distribution package managerInstall the datacube-core package which will also install the required dependencies
$ pip3 install datacube
Installation with conda
:
miniconda
if you haven't alreadyCreate a QGIS + Data Cube environment
$ conda create -c conda-forge -n qgiscube python=3.6 qgis=3 datacube
$ source activate qgiscube
$ qgis
Installation with OSGeo4W
osgeo4w-setup-x86_64.exe
and select Advanced installrasterio
wheel from the
Unofficial Windows Binaries for Python Extension Packages
siteOpen an OSGeo4W shell and
C:\> pip3 install <path to download folder>\rasterio-1.0a12-cp36-cp36m-win_amd64.whl
C:\> pip3 install datacube
Note: You may need to install updated GDAL, numpy and pandas from the above site.
release
of the pluginPlugins | Manage and Install Plugins... | Install from ZIP
Read this document for usage of the plugin.
This plugin is licensed under GNU GPL v3.0. You can read the license here