Skip to main content

An open-source python library for SAR data processing

Project description

pysarflow

An open-source python library for SAR data processing

[!WARNING] This library is under active development and lot of its functionality is still yet to code.

Description

Despite the growing usage of SAR data, the processing workflow remains complex and still relies on specialized heavy desktop tools creating huge barriers for students and non-experts. There is a growing need for a modular, open-source and user-friendly workflow that can take Level-1 SAR products and guide users through essential steps ideally ending in products that are usable and compatible with geospatial pipelines.

The project uses the esa-snappy library, a wrapper around the SNAP Java engine, which is the same core engine used by the SNAP Desktop application. Pysarflow package provides functionality similar to what is available in SNAP Desktop, but offers a Python-based interface to access and use them.

Project Structure

pysarflow/
├── __init__.py
├── grd.py
├── slc.py
├── utils.py

Installation

To use this package, the esa-snappy library (the Python wrapper for ESA SNAP) is required before installation of the pysarflow package.
The follwoing are the steps to install exsa-snappy :

1. Create and activate a conda environment

conda create -n snap_env python=3.9   
conda activate snap_env  

2. Install Package

pip install pysarflow 

3. Install ESA SNAP Desktop
Download and install ESA SNAP from the SNAP website.
During installation, enable the option to configure Python for SNAP and specify your Python executable path:

  • Use the Python from your conda environment, e.g. C:\Users\YourUsername.conda\envs\snap_env\python.exe
  • If that does not work, try the base environment Python: for example (C:\ProgramData\Anaconda3\python.exe)

4. Run the snappy-conf script to configure SNAP
If you use the base environemnt python or you already have SNAP installed then,
Open a command prompt, navigate to SNAP’s bin folder, and run:

cd "C:\Program Files\esa-snap\bin"   
snappy-conf "C:\Users\YourUsername\.conda\envs\snap_env\python.exe"

You should see: Configuration finished successfully!

4. Verify esa-snappy works
Activate your environment and open Python:

conda activate snap_env  
python

in the Python environment, try importing:

import esa_snappy 
from esa_snappy import ProductIO 

If no errors occur, your setup is complete!

Documentation

For detailed documentation and examples, see the documentation website.

Examples

Check out the 'examples' directory for more examples:

Contributing

Contributions are welcome! Follow dev setup guide & Please feel free to submit a Pull Request.

Acknowledgments

  • This library is built as a part of python software development course at Paris Lodron University Salzburg
  • Built on top of powerful open-source libraries like numpy, rasterio

Contributors

Contributors

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pysarflow-0.1.1.tar.gz (24.4 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

pysarflow-0.1.1-py3-none-any.whl (24.0 kB view details)

Uploaded Python 3

File details

Details for the file pysarflow-0.1.1.tar.gz.

File metadata

  • Download URL: pysarflow-0.1.1.tar.gz
  • Upload date:
  • Size: 24.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.11

File hashes

Hashes for pysarflow-0.1.1.tar.gz
Algorithm Hash digest
SHA256 ac1ecebb2109b2e7878b22f833809561dd722069a36152bce0343cb0b86fb36f
MD5 8381119640e25db72a636c26b7d73f8a
BLAKE2b-256 d6bb585659fdd906d60a179ea89535afb76c1032c6ca51b9a4657ced8186c0f3

See more details on using hashes here.

File details

Details for the file pysarflow-0.1.1-py3-none-any.whl.

File metadata

  • Download URL: pysarflow-0.1.1-py3-none-any.whl
  • Upload date:
  • Size: 24.0 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.11

File hashes

Hashes for pysarflow-0.1.1-py3-none-any.whl
Algorithm Hash digest
SHA256 fa1bc8b07da072ad77039f9d301bd497687e0ea4f749933ec1e78da65e589d6d
MD5 c0b8c586650694db5781b8e7c2a90802
BLAKE2b-256 ae0925a6c28c713462a1a0c09be4f9b00b6e242788b00b306e8a932ba8600359

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page