Driver for L1C satellite images dedicated to GRS processor
Project description
GRSdriver package
Driver dedicated to load and prepare data for the GRS processor
- 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
Installation
Usual installation
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)
- 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.
Example
2D-fitting method for angle computation
Example of water masking
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file grsdriver-1.0.8.tar.gz.
File metadata
- Download URL: grsdriver-1.0.8.tar.gz
- Upload date:
- Size: 1.7 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.9.15
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9255f6755e45136c50eb3c8e7ba9fb3a25283eb488bee1a7f36afbc9df42bee3
|
|
| MD5 |
bbec09b9e3ead06460ef928a1a08dab4
|
|
| BLAKE2b-256 |
7d3872c093ef94cc2dee773bc24ccfccb38b29e50ed31bb407b2c20a7521f717
|
File details
Details for the file grsdriver-1.0.8-py3-none-any.whl.
File metadata
- Download URL: grsdriver-1.0.8-py3-none-any.whl
- Upload date:
- Size: 1.7 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.9.15
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
92a2995cccbaf01169bd29f4c622c87068a5dac25324a470adfbc1b050e93508
|
|
| MD5 |
41f5d0532f184d2d77608bacb0d0ff5c
|
|
| BLAKE2b-256 |
708dabe80e4f54dec551c373cda45bb160a66792da082ae944ad4b788537dec7
|