- Tool for easy loading of Sentinel-2 L1C SAFE format with accurate computation of the viewing angles
- Applicable to Landsat 8 and 9
- Visualization tools
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
- First clone the repository:
git clone https://github.com/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
- Install GRSdriver
conda activate grssuite
conda install -c pyviz holoviews panel
pip install .
- Install and configure JupyterLab and Holoviews
pip install holoviews datashader cartopy
conda install -c conda-forge jupyterlab
jupyter labextension install @pyviz/jupyterlab_pyviz
You are done.