skillfed

pystac-ext-table

Table extension for PySTAC

pystac-ext-table v1.2.1 4.0M downloads/30d#2,412 on PyPI454
Permissive license Apache-2.0 Active released

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

uv

uv add pystac-ext-table

poetry

poetry add pystac-ext-table

Installing 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

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 table extensiontabular data metadataPySTAC table assetscolumn definitions STACtable extension schemastructured data catalogs
stac-extensionmetadata-schemageospatial-data

More Database packages

psycopg2-binary

psycopg2-binary is a PostgreSQL database…

copyleft · top 1,000 on PyPI

redis

Python client library for connecting to and…

permissive · top 1,000 on PyPI

ydb

YDB Python SDK is the official client library…

permissive · top 1,000 on PyPI

snowflake-connector-python

Connects Python applications to Snowflake data…

permissive · top 1,000 on PyPI

sqlparse

sqlparse tokenizes SQL text into a tree of…

permissive · top 1,000 on PyPI

dbt-adapters

Provides base adapter protocols and shared…

permissive · top 1,000 on PyPI

pystac-ext-file

Extends PySTAC to add File Info Extension…

permissive · top 5,000 on PyPI

pystac-ext-datacube

Extends PySTAC to support the Datacube…

permissive · top 5,000 on PyPI

pystac-ext-version

Adds version tracking and deprecation status…

permissive · top 5,000 on PyPI

pystac-ext-timestamps

Adds support for the Timestamps Extension to…

permissive · top 5,000 on PyPI

pystac-ext-storage

Extends PySTAC to add cloud storage metadata…

permissive · top 5,000 on PyPI

pystac-ext-xarray-assets

Extends PySTAC to support the Xarray Assets…

permissive · top 5,000 on PyPI

pystac-ext-item-assets

Extends PySTAC to support the Item Assets…

permissive · top 5,000 on PyPI

pystac-ext-raster

Extends PySTAC with the Raster Extension…

permissive · top 5,000 on PyPI

pystac-ext-label

Extends PySTAC to add support for the Label…

permissive · top 5,000 on PyPI

pystac-ext-projection

Extends PySTAC to add geospatial projection…

permissive · top 5,000 on PyPI