Metadata-Version: 2.4
Name: s1ard
Version: 2.8.0
Summary: A prototype processor for Sentinel-1 Analysis Ready Data (ARD) backscatter products
Maintainer-email: John Truckenbrodt <john.truckenbrodt@dlr.de>
License: # Copyright (c) 2021-2025, Marco Wolsza and John Truckenbrodt.
        
        Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated
        documentation files (the "Software"), to deal in the Software without restriction, including without limitation the
        rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit
        persons to whom the Software is furnished to do so, subject to the following conditions:
        
        The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
        
        THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
        WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
        COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
        OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
        
Project-URL: repository, https://github.com/SAR-ARD/s1ard
Project-URL: documentation, https://s1ard.readthedocs.io/en/latest/
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE.txt
Requires-Dist: asf_search
Requires-Dist: cesard>=1.1.0
Requires-Dist: click>=7.1.0
Requires-Dist: gdal>=3.5.0
Requires-Dist: geopandas
Requires-Dist: lxml
Requires-Dist: multiformats>=0.3.1
Requires-Dist: numpy<2.0
Requires-Dist: packaging
Requires-Dist: pandas
Requires-Dist: pyproj
Requires-Dist: pyroSAR>=0.31.0
Requires-Dist: pystac<1.11.0,>=1.8.0
Requires-Dist: pystac-client>=0.7.0
Requires-Dist: python-dateutil
Requires-Dist: requests
Requires-Dist: s1etad>=0.5.3
Requires-Dist: s1etad_tools>=0.8.1
Requires-Dist: scipy
Requires-Dist: shapely
Requires-Dist: spatialist>=0.16.0
Provides-Extra: test
Requires-Dist: pytest; extra == "test"
Requires-Dist: requests; extra == "test"
Provides-Extra: docs
Requires-Dist: sphinx; extra == "docs"
Requires-Dist: sphinxcontrib-bibtex; extra == "docs"
Requires-Dist: nbsphinx; extra == "docs"
Requires-Dist: sphinx_rtd_theme; extra == "docs"
Requires-Dist: sphinx-toolbox; extra == "docs"
Requires-Dist: ipython; extra == "docs"
Dynamic: license-file

# s1ard
[![Documentation Status][1]][2] [![PyPI version][4]][5]

**A prototype processor for Sentinel-1 Analysis Ready Data (ARD) backscatter products.**

Please refer to the [documentation][3] for more details about installation and 
usage instructions, general processor information and the API reference.

Further information about the S1-NRB product can also be found 
[here][6].

[1]: https://readthedocs.org/projects/s1ard/badge/?version=latest
[2]: https://s1ard.readthedocs.io/en/latest/?badge=latest
[3]: https://s1ard.readthedocs.io/en/latest/
[4]: https://badge.fury.io/py/s1ard.svg
[5]: https://badge.fury.io/py/s1ard
[6]: https://sentiwiki.copernicus.eu/web/s1-products#S1Products-Sentinel-1ARDNormalisedRadarBackscatter(NRB)ProductS1-Products-Sentinel-1-ARD-Normalised-Radar-Backscatter
