Metadata-Version: 2.4
Name: pystac-ext-sar
Version: 1.0.0rc0
Summary: SAR extension for PySTAC
Project-URL: Documentation, https://pystac.readthedocs.io
Project-URL: Repository, https://github.com/stac-utils/pystac
Project-URL: Issues, https://github.com/stac-utils/pystac/issues
Project-URL: Changelog, https://github.com/stac-utils/pystac/blob/main/CHANGELOG.md
Project-URL: Discussions, https://github.com/radiantearth/stac-spec/discussions/categories/stac-software
License: Apache-2.0
Keywords: STAC,catalog,imagery,pystac,raster,sar
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Python: >=3.10
Requires-Dist: pystac-core
Description-Content-Type: text/markdown

# pystac-ext-sar

[PySTAC](https://pypi.org/project/pystac/) extension package for the [SAR Extension](https://github.com/stac-extensions/sar).
This extension provides fields for describing Synthetic-Aperture Radar (SAR) data, including instrument mode, frequency band, polarizations, product type, and observation direction.

## Supported versions

- [v1.0.0](https://stac-extensions.github.io/sar/v1.0.0/schema.json)

## Versioning

This package's version corresponds to the version of the extension specification it targets.
When we release updates to the package code without changing the target extension version, we use [post releases](https://packaging.python.org/en/latest/discussions/versioning/#post-releases), e.g. `1.0.0.post1`.
