pystac-ext-view
View extension for PySTAC
What it is and what it does
pystac-ext-view is a PySTAC extension package that implements the View Geometry Extension specification (v1.0.0). It provides a structured way to attach observation metadata to geospatial imagery items—specifically off-nadir angle, incidence angle, azimuth, and sun geometry information. This is useful when working with satellite or aerial imagery where the angle and direction of capture matter for analysis or processing.
The package is a thin, focused layer on top of pystac-core that handles serialization and validation of view-related fields according to the STAC specification. You install it alongside PySTAC when your catalog or item processing needs to record or read view geometry metadata. The package version tracks the extension specification version it targets, with post-releases for code updates that don't change the spec version.
Use it for:
- Catalog satellite imagery with off-nadir and incidence angles for quality or processing decisions
- Record sun geometry in STAC items for shadow analysis or radiometric correction workflows
- Build STAC-compliant geospatial metadata pipelines that standardize observation angle capture
- Query or filter imagery collections by viewing geometry constraints in a STAC catalog
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Extends PySTAC with the View Geometry Extension, adding fields to describe observation angles and sun geometry for geospatial imagery data.
Yes, if you are building or consuming STAC catalogs that include satellite or aerial imagery and need to standardize view geometry metadata. The low install friction, active maintenance, permissive license, and zero known vulnerabilities make it a safe choice. Install only if your workflow actually requires view geometry fields; base PySTAC alone is sufficient for simpler use cases.
Install
pystac-ext-view on PyPI
pip
pip install pystac-ext-viewuv
uv add pystac-ext-viewpoetry
poetry add pystac-ext-viewInstalling pystac-ext-view
Before you install
Low friction install with a single runtime dependency on pystac-core. Active maintenance with a recent release and no known vulnerabilities.
License in practice
Apache-2.0 permissive license allows commercial and private use with minimal restrictions.
Quickstart
pip install pystac-ext-view
import pystac
from pystac_ext_view import ViewExtension
item = pystac.Item(...)
view_ext = ViewExtension.ext(item, add_if_missing=True)
view_ext.off_nadir = angle_value
Requires Python 3.10 or later; pystac-core must be installed as a runtime dependency.
Verify before relying
- Whether this extension is required for your specific STAC use case or if base PySTAC suffices
- Compatibility with other PySTAC extensions you may need simultaneously
- Specific API methods and parameters for attaching view geometry fields to 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,935/month — #2,409 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: pystac_ext_view-1.0.1-py3-none-any.whl
Keywords: STAC, catalog, imagery, pystac, raster, view
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-projectionExtends PySTAC to add geospatial projection…
permissive · top 5,000 on PyPI
pystac-ext-rasterExtends PySTAC with the Raster Extension…
permissive · top 5,000 on PyPI
pystac-ext-pointcloudExtends PySTAC to support the Point Cloud…
permissive · top 5,000 on PyPI
pystac-ext-satExtends PySTAC to handle satellite-specific…
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-xarray-assetsExtends PySTAC to support the Xarray Assets…
permissive · top 5,000 on PyPI
pystac-ext-eoExtends PySTAC to add Electro-Optical extension…
permissive · top 5,000 on PyPI
pystac-clientPySTAC Client is a Python library for querying…
permissive · top 15,000 on PyPI
pystacPySTAC is a Python library for reading,…
permissive · top 5,000 on PyPI