pystac-ext-projection
Projection extension for PySTAC
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-projectionuv
uv add pystac-ext-projectionpoetry
poetry add pystac-ext-projectionInstalling 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
Tags
More Scientific/Engineering packages
NumPy provides an N-dimensional array object…
permissive · top 100 on PyPI
pandaspandas provides fast, flexible data structures…
permissive · top 100 on PyPI
scipyscipy provides numerical algorithms for…
permissive · top 100 on PyPI
scikit-learnscikit-learn provides a comprehensive Python…
permissive · top 1,000 on PyPI
dilldill extends Python's pickle module to…
permissive · top 1,000 on PyPI
multiprocessMultiprocess is an enhanced fork of Python's…
permissive · top 1,000 on PyPI
pystac-ext-rasterExtends PySTAC with the Raster Extension…
permissive · top 5,000 on PyPI
pystac-ext-viewExtends PySTAC with the View Geometry…
permissive · top 5,000 on PyPI
pystac-ext-storageExtends PySTAC to add cloud storage metadata…
permissive · top 5,000 on PyPI
rio-stacrio-stac creates valid STAC Items from raster…
permissive · top 15,000 on PyPI
pystac-ext-classificationProvides PySTAC extension support for…
permissive · top 5,000 on PyPI
pystac-ext-gridExtends PySTAC to describe gridded data…
permissive · top 5,000 on PyPI
pystac-ext-scientificExtends PySTAC to add scientific publication…
permissive · top 5,000 on PyPI
pystac-ext-mlmAdds Machine Learning Model extension support…
permissive · top 5,000 on PyPI
pystac-ext-renderExtends PySTAC to support the Render Extension…
permissive · top 5,000 on PyPI
pystacPySTAC is a Python library for reading,…
permissive · top 5,000 on PyPI