Skip to content

TUDelftGeodesy/sarxarray

SARXarray

DOI PyPI Quality Gate Status OpenSSF Best Practices Build License

SARXarray is an open-source Xarray extension for Synthetic Aperture Radar (SAR) data. It is especially designed to work with large volume complex data, e.g. Single Look Complex (SLC) data, as well as derived products such as interferogram stacks.

Installation

SARXarray can be installed from PyPI:

pip install 'sarxarray'

or from the source:

git clone git@github.com:TUDelftGeodesy/sarxarray.git
cd sarxarray
pip install .

Note that Python version >=3.10 is required for SARXarray.

Install extra dependencies

SARXarray has some optional dependencies to support additional functionality besides the core features. You can install them depending on your needs:

pip install 'sarxarray[demo]'    # to run the demo notebook
pip install 'sarxarray[dev]'     # to run the test suite and enable code quality checks for developers
pip install 'sarxarray[docs]'    # to build the docs locally

Documentation

For more information on usage and examples of SARXarray, please refer to the documentation.

License

This software is licensed under the Apache License 2.0. See the LICENSE file for full text and copyright details.

Co-developed by Netherlands eScience Center and Delft University of Technology.

About

Xarray extension for Synthetic Aperture Radar (SAR) data

Topics

Resources

License

Code of conduct

Contributing

Stars

Watchers

Forks

Packages

 
 
 

Contributors