Another Wrapper for ESA Snap Graph Processing Tool
Project description
SnappyGPT
Python Module that creates and applies graph processing functions for ESAs SNAP graph processing tool (GPT)
Requirements
- SNAP must be installed and snappy configured for your python enviroment
- numpy is requiered for utils.py
Example
from SnappyGPT import utils, GPT
product=utils.read('filename.zip')
preProcessGraph = GPT.Graph()
preProcessGraph.add_calibration(outputImageScaleInDb=True, outputSigmaBand=True)
preProcessGraph.add_thermal_noise_removal()
preProcessGraph.add_topsar_deburst()
processedProduct=preProcessGraph.create_product(product)
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
snappy_gpt-0.0.1.tar.gz
(73.8 kB
view details)
Built Distribution
File details
Details for the file snappy_gpt-0.0.1.tar.gz
.
File metadata
- Download URL: snappy_gpt-0.0.1.tar.gz
- Upload date:
- Size: 73.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
652c26908556d395a5d98026148714a6680d49ec457702abd8bd7d775f123594
|
|
MD5 |
459c58c8331fd236fd51a5a94f233943
|
|
BLAKE2b-256 |
1e9f5da871a1d04b0e7860d4740ab5da052e8f6d1754540099f1c970be50ab97
|
File details
Details for the file snappy_gpt-0.0.1-py3-none-any.whl
.
File metadata
- Download URL: snappy_gpt-0.0.1-py3-none-any.whl
- Upload date:
- Size: 75.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
c81329b0e2a1c51e32f03c7d7c46eb3ddd2cddffffdb8f70c39799c61ecaf427
|
|
MD5 |
f3c00f25f4b86f9f7bcfad03766bbca7
|
|
BLAKE2b-256 |
e0bee8ac6d55b942e1bcb04baa8e35ecca60fd5315e2093beca73ab70d6e9e20
|