pystac-ext-sat
Satellite extension for PySTAC
What it is and what it does
pystac-ext-sat is a PySTAC extension package that adds support for the Satellite Extension specification (v1.0.0) to the PySTAC catalog framework. It provides typed access to satellite-specific metadata fields such as orbit state vectors, relative orbit numbers, and platform-specific identifiers that describe Earth observation imagery and related raster data. The package is designed for developers working with satellite imagery catalogs who need to read, validate, or work with standardized satellite metadata within the STAC ecosystem.
The package depends only on pystac-core and installs as a pure Python wheel, making it lightweight and easy to integrate into existing PySTAC workflows. It targets modern Python versions (3.10 through 3.13) and is actively maintained, with versioning tied to the extension specification version it supports.
Use it for:
- Read satellite orbit and platform metadata from STAC items describing Earth observation data.
- Validate that satellite imagery catalogs conform to the Satellite Extension specification.
- Build tools that filter or organize satellite imagery by orbit characteristics or platform identifiers.
- Integrate satellite metadata into PySTAC-based data discovery or processing pipelines.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Extends PySTAC to handle satellite-specific metadata fields like orbit state vectors, relative orbit numbers, and platform identifiers through the Satellite Extension specification.
Yes, if you are working with PySTAC catalogs that include satellite imagery. The package is actively maintained, has no known vulnerabilities, installs with minimal friction, and provides the standard way to handle satellite-specific metadata in the STAC ecosystem. Not necessary if your catalogs do not use satellite metadata or do not rely on PySTAC.
Install
pystac-ext-sat on PyPI
pip
pip install pystac-ext-satuv
uv add pystac-ext-satpoetry
poetry add pystac-ext-satInstalling pystac-ext-sat
Before you install
Low install friction; pure Python wheel with a single runtime dependency on pystac-core. Package is actively maintained with a recent release and no known vulnerabilities.
License in practice
Apache-2.0 permissive license allows commercial and private use with minimal restrictions; suitable for most projects.
Quickstart
pip install pystac-ext-sat
from pystac_ext_sat import SatExtension
# Access satellite metadata on a PySTAC item
sat_ext = SatExtension.ext(item)
Requires Python 3.10 or later.
Verify before relying
- Whether the package provides methods to create or modify satellite metadata fields, or only read them from existing items.
- What specific orbit state vector formats and platform identifier schemas are supported beyond the v1.0.0 spec.
Package facts
| License | Apache-2.0 (permissive) |
| Python support | supports the current Python release (>=3.10) |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | 1 — pystac-core |
| Maintenance | actively maintained — 4 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 3,981,591/month — #2,429 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: pystac_ext_sat-1.0.1-py3-none-any.whl
Keywords: STAC, catalog, imagery, pystac, raster, sat
Tags
More Information Analysis packages
A drop-in replacement for Python's standard…
permissive · top 100 on PyPI
pyarrowpyarrow provides Python bindings to Apache…
permissive · top 100 on PyPI
networkxNetworkX provides data structures and…
permissive · top 1,000 on PyPI
snowflake-connector-pythonConnects Python applications to Snowflake data…
permissive · top 1,000 on PyPI
contourpyContourPy calculates contours of 2D…
permissive · top 1,000 on PyPI
snowflake-snowpark-pythonSnowpark Python provides APIs to query and…
permissive · top 1,000 on PyPI
pystac-ext-pointcloudExtends PySTAC to support the Point Cloud…
permissive · top 5,000 on PyPI
pystac-ext-scientificExtends PySTAC to add scientific publication…
permissive · top 5,000 on PyPI
pystac-ext-viewExtends PySTAC with the View Geometry…
permissive · top 5,000 on PyPI
pystac-ext-rasterExtends PySTAC with the Raster Extension…
permissive · top 5,000 on PyPI
pystac-ext-storageExtends PySTAC to add cloud storage metadata…
permissive · top 5,000 on PyPI
pystac-ext-mgrsAdds MGRS (Military Grid Reference System)…
permissive · top 5,000 on PyPI
pystac-ext-sarExtends PySTAC with fields and validation for…
permissive · top 5,000 on PyPI
pystac-ext-labelExtends PySTAC to add support for the Label…
permissive · top 5,000 on PyPI
sgp4Computes satellite positions in Earth orbit…
permissive · top 5,000 on PyPI
trollsiftTrollsift provides modules for parsing,…
permissive · top 15,000 on PyPI