pystac-ext-table
Table extension for PySTAC
What it is and what it does
pystac-ext-table is a PySTAC extension package that adds support for the STAC Table Extension specification (v1.2.0). It allows you to annotate tabular data assets in a STAC catalog with structured metadata—column names and types, row counts, primary and foreign key definitions, and storage format details. The package is a thin wrapper around the extension schema, designed to integrate seamlessly with pystac-core so you can build and query STAC catalogs that properly describe tabular datasets.
You install it alongside pystac-core and use it to attach table metadata to assets in your catalog items. The package is actively maintained, production-stable, and requires Python 3.10 or later. It has no external system dependencies and installs as a pure Python wheel.
Use it for:
- Catalog CSV, Parquet, or database exports as STAC items with column and row metadata.
- Build searchable STAC catalogs for tabular geospatial or scientific datasets with schema annotations.
- Describe primary/foreign key relationships in multi-table datasets within a STAC catalog.
- Standardize table metadata across a data repository using the STAC Table Extension spec.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Extends PySTAC to describe tabular data assets with column definitions, row counts, keys, and storage formats via the Table Extension specification.
Yes, if you are building or working with STAC catalogs that include tabular data. The package is stable, actively maintained, has no known vulnerabilities, and adds the minimal overhead needed to comply with the Table Extension specification. Install it only if you actually need to describe table assets; it is not useful in isolation from pystac-core.
Install
pystac-ext-table on PyPI
pip
pip install pystac-ext-tableuv
uv add pystac-ext-tablepoetry
poetry add pystac-ext-tableInstalling pystac-ext-table
Before you install
Low friction: pure Python wheel with a single runtime dependency (pystac-core). Actively maintained with a release 4 days old and recent commits; supports Python 3.10–3.13.
License in practice
Apache-2.0 (permissive): you may use, modify, and distribute this package freely in commercial and private projects, provided you include the license notice.
Quickstart
pip install pystac-ext-table
import pystac
from pystac_ext_table import Table
# Create or load a STAC item and add table metadata via the extension
item = pystac.Item(...)
table_ext = Table.from_dict({...}) # Populate with column, row, and key definitions
item.add_extension(table_ext)
Requires Python 3.10 or later and pystac-core as a runtime dependency.
Verify before relying
- Whether the package is compatible with all pystac-core versions or requires a specific range.
- Whether the Table Extension v1.2.0 schema covers all common tabular metadata use cases you need.
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,893/month — #2,412 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: pystac_ext_table-1.2.1-py3-none-any.whl
Keywords: STAC, catalog, imagery, pystac, raster, table
Tags
More Database packages
psycopg2-binary is a PostgreSQL database…
copyleft · top 1,000 on PyPI
redisPython client library for connecting to and…
permissive · top 1,000 on PyPI
ydbYDB Python SDK is the official client library…
permissive · top 1,000 on PyPI
snowflake-connector-pythonConnects Python applications to Snowflake data…
permissive · top 1,000 on PyPI
sqlparsesqlparse tokenizes SQL text into a tree of…
permissive · top 1,000 on PyPI
dbt-adaptersProvides base adapter protocols and shared…
permissive · top 1,000 on PyPI
pystac-ext-fileExtends PySTAC to add File Info Extension…
permissive · top 5,000 on PyPI
pystac-ext-datacubeExtends PySTAC to support the Datacube…
permissive · top 5,000 on PyPI
pystac-ext-versionAdds version tracking and deprecation status…
permissive · top 5,000 on PyPI
pystac-ext-timestampsAdds support for the Timestamps Extension to…
permissive · top 5,000 on PyPI
pystac-ext-storageExtends PySTAC to add cloud storage metadata…
permissive · top 5,000 on PyPI
pystac-ext-xarray-assetsExtends PySTAC to support the Xarray Assets…
permissive · top 5,000 on PyPI
pystac-ext-item-assetsExtends PySTAC to support the Item Assets…
permissive · top 5,000 on PyPI
pystac-ext-rasterExtends PySTAC with the Raster Extension…
permissive · top 5,000 on PyPI
pystac-ext-labelExtends PySTAC to add support for the Label…
permissive · top 5,000 on PyPI
pystac-ext-projectionExtends PySTAC to add geospatial projection…
permissive · top 5,000 on PyPI