Metadata-Version: 2.4
Name: cesard
Version: 1.2.3
Summary: Central functionalities for creating Synthetic Aperture Radar (SAR) Analysis Ready Data (ARD) products
Maintainer-email: John Truckenbrodt <john.truckenbrodt@dlr.de>
License: # Copyright (c) 2021-2026, John Truckenbrodt and Marco Wolsza.
        
        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/cesard
Project-URL: documentation, https://cesard.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: gdal>=3.5.0
Requires-Dist: geopandas
Requires-Dist: lxml
Requires-Dist: multiformats>=0.3.1
Requires-Dist: numpy
Requires-Dist: pandas
Requires-Dist: pyproj
Requires-Dist: pyroSAR>=0.35.0
Requires-Dist: pystac<1.11.0,>=1.8.0
Requires-Dist: python-dateutil
Requires-Dist: requests
Requires-Dist: scipy
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

# cesard
[![Documentation Status][1]][2] [![PyPI Version][4]][5] [![Conda Version][6]][7]

Central functionalities for creating Synthetic Aperture Radar (SAR) Analysis Ready Data (ARD) products.

[1]: https://readthedocs.org/projects/cesard/badge/?version=latest
[2]: https://cesard.readthedocs.io/en/latest/?badge=latest
[3]: https://cesard.readthedocs.io/en/latest/
[4]: https://badge.fury.io/py/cesard.svg
[5]: https://badge.fury.io/py/cesard
[6]: https://img.shields.io/conda/vn/conda-forge/cesard.svg
[7]: https://anaconda.org/conda-forge/cesard
