Usage#

Installation#

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

pip install GRSdriver

If you have no GDAL implementation yet, please une anaconda environment and install GDAL before GRSdriver:

conda install -c conda-forge gdal

Installation from GRSdriver repository (enables use of the notebook and visualization tools)#

  1. First clone the repository:

git clone Tristanovsk/GRSdriver.git

2.a. You may duplicate the conda environment (optional)

conda env create -f environment.yml

2.b. If you do not duplicate the environment please install GDAL with conda

conda install -c conda-forge gdal

  1. Install GRSdriver

conda activate grssuite

conda install -c pyviz holoviews panel

pip install .

  1. Install and configure JupyterLab and Holoviews

pip install holoviews datashader cartopy

conda install -c conda-forge jupyterlab

You are done.