skillfed

pystac-ext-sat

Satellite extension for PySTAC

pystac-ext-sat v1.0.1 4.0M downloads/30d#2,429 on PyPI454
Permissive license Apache-2.0 Active released

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-sat

uv

uv add pystac-ext-sat

poetry

poetry add pystac-ext-sat

Installing 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

Development Status :: 5 - Production/StableIntended Audience :: DevelopersLicense :: OSI Approved :: Apache Software LicenseNatural Language :: EnglishProgramming Language :: Python :: 3Programming Language :: Python :: 3.10Programming Language :: Python :: 3.11Programming Language :: Python :: 3.12Programming Language :: Python :: 3.13

Tags

satellite metadata extensionpystac satellitestac sat extensionorbit metadata handlingsatellite catalog metadata
stacsatellite-imagerygeospatial

More Information Analysis packages