skillfed

pystac-ext-projection

Projection extension for PySTAC

pystac-ext-projection v2.0.1 4.0M downloads/30d#2,422 on PyPI454
Permissive license Apache-2.0 Active released

What it is and what it does

pystac-ext-projection is a PySTAC extension package that adds standardized projection metadata fields to STAC items and collections. It implements the Projection Extension specification, enabling you to describe the geospatial projection of raster data through fields like EPSG code, WKT2 representation, PROJJSON, geometry bounds, centroid, shape, and coordinate transformation parameters.

The package supports multiple versions of the Projection Extension specification (v2.0.0, v1.2.0, v1.1.0, v1.0.0) and is designed to integrate seamlessly with PySTAC workflows. It depends only on pystac-core, making it lightweight to add to existing STAC catalog tooling. The package is actively maintained and targets modern Python versions (3.10–3.13).

Use it for:

  • Add EPSG and WKT2 projection metadata to satellite imagery STAC items for geospatial discovery.
  • Describe raster data coordinate systems and bounds in STAC collections for interoperability.
  • Store coordinate transformation parameters (affine transform, shape) alongside raster assets.
  • Build STAC catalogs for multi-projection datasets with standardized projection fields.

Worth the install?

AI-flagged interpretation of the facts on this page — verify before relying

Extends PySTAC to add geospatial projection metadata fields (EPSG code, WKT2, PROJJSON, geometry, bounding box, centroid, shape, transform) to STAC items and collections.

Yes, if you are building or extending STAC catalogs for geospatial raster data. The package is lightweight, actively maintained, has no known vulnerabilities, and provides a standard way to attach projection metadata. Install it when you need to document spatial reference systems in PySTAC items or collections.

Install

pystac-ext-projection on PyPI

pip

pip install pystac-ext-projection

uv

uv add pystac-ext-projection

poetry

poetry add pystac-ext-projection

Installing pystac-ext-projection

Before you install

Low install friction with a single runtime dependency (pystac-core). Active maintenance with a recent release (4 days old) and steady repository activity.

License in practice

Apache-2.0 permissive license allows commercial and private use with minimal restrictions.

Quickstart

pip install pystac-ext-projection

from pystac_ext_projection import ProjectionExtension

# Use with a PySTAC item to add projection metadata
ProjectionExtension.add_to(item)

Requires Python 3.10 or later.

Verify before relying

  • Whether the package provides a complete API reference or usage guide beyond the extension specification.
  • How projection metadata is validated or enforced when added to STAC items.

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,671/month — #2,422 on PyPI (30-day window, as of 2026-08-14)
Known vulnerabilities none known (OSV.dev, checked 2026-08-14)

Evidence: pystac_ext_projection-2.0.1-py3-none-any.whl

Keywords: STAC, catalog, imagery, projection, pystac, raster

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

STAC projection extensiongeospatial projection metadataEPSG code STACPySTAC projection fieldsraster projection catalogSTAC geometry transformspatial reference STAC
stac-extensiongeospatialmetadata

More Scientific/Engineering packages