Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

stac-utils

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
@stac-utils

stac-utils

Tools for working with SpatioTemporal Asset Catalogs (STAC)

Tools for working withSpatioTemporal Asset Catalogs (STAC).

How to find what you need

This organization has a large number of repositories in a variety of languages for many types of users.Here, we categorize each repository by its utility to users as described onSTAC website:

  • 👩‍🍳Data providers produce geospatial data and index those data with STAC
  • 💁‍♂️Developers build and maintain infrastructure to serve STAC to the world
  • 😋Data users use STAC to find, visualize, and use geospatial data

Each table is sorted by the number of Github stars at the time of the file render.Any issues with or updates to these tables can be opened on the stac-utils.github.For more information on each repository, see its respective README.

Python

RepositoryDescriptionBadges👩‍🍳💁‍♂️😋️
pystacPython library for working with any SpatioTemporal Asset Catalog (STAC)GitHub Repo stars
stac-fastapiSTAC API implementation with FastAPI.GitHub Repo stars
pystac-clientPython client for searching STAC APIsGitHub Repo stars
stactoolsCommand line utility and Python library for STACGitHub Repo stars
stac-geoparquetConvert STAC items between JSON, GeoParquet, pgstac, and Delta Lake.GitHub Repo stars
titiler-pgstacTiTiler + PgSTACGitHub Repo stars
stac-pydanticPydantic data models for the STAC specGitHub Repo stars
xstacSTAC from xarrayGitHub Repo stars
stac-fastapi-pgstacPostgreSQL backend for stac-fastapi using pgstac (https://github.com/stac-utils/pgstac)GitHub Repo stars
stac-validatorValidator for the stac-specGitHub Repo stars
stac-assetRead and download STAC Assets, using a variety of authentication schemesGitHub Repo stars
stac-fastapi-elasticsearch-opensearchElasticsearch backend for stac-fastapi with Opensearch support.GitHub Repo stars
xpystacFor extending xarray.open_dataset to accept pystac objectsGitHub Repo stars
stac-taskProvides a class interface for running custom algorithms on STAC ItemCollectionsGitHub Repo stars
stacrsA small no-dependency Python package for STAC, using Rust under the hoodGitHub Repo stars
stac-api-validatorA STAC API validation clientGitHub Repo stars
stac-checkLinting and validation tool for STAC assetsGitHub Repo stars
stac-fastapi-sqlalchemyPostgreSQL backend for stac-fastapi using SQLAlchemyGitHub Repo stars

Javascript

RepositoryDescriptionBadges👩‍🍳💁‍♂️😋️
stac-serverA Node-based STAC API, AWS Serverless, OpenSearchGitHub Repo stars
stac-node-validatorSimple validator for STAC Items, Catalogs, and Collections. STAC 1.0.0 compliant!GitHub Repo stars
stac-fieldsA minimal STAC library that contains a list of STAC fields with some metadata and helper functions for styling as HTML.GitHub Repo stars
stac-migrateA tool to migrate Items, Catalogs and Collections from old versions to the most recent one.GitHub Repo stars

Other

These provide tooling for other languages, databases, visualizations, and other functionality.

RepositoryDescriptionBadges👩‍🍳💁‍♂️😋️
pgstacSchema, functions and a python library for storing and accessing STAC collections and items in PostgreSQLGitHub Repo stars
stac-rsTools and libraries for the SpatioTemporal Asset Catalog (STAC) specification, written in RustGitHub Repo stars
qgis-stac-pluginQGIS plugin for reading STAC APIsGitHub Repo stars
stac-layerVisualize a STAC Item or Collection on a Leaflet MapGitHub Repo stars
stac4sA Scala library with primitives to build applications using the SpatioTemporal Asset Catalogs specificationGitHub Repo stars
stac-terminalOutput info on STAC Items in the terminalGitHub Repo stars
stac-indexA service that lists all available and registered STAC catalogs and APIs.GitHub Repo stars
stac-crosswalksCommon metadata crosswalks to help people map from their existing data into STACGitHub Repo stars

Questions or issues?

Note

Until 2024-12-24, this organization had discussions enabled.This was confusing, because there is also aSTAC Software topic on the STAC spec discussions board.On 2024-12-24, we disabled discussions for this org — folks should usehttps://github.com/radiantearth/stac-spec/discussions/categories/stac-software for STAC Software related questions.For more background, seethis discussion topic.To see the oldstac-utils discussions, go to the.github repo's discussions page.

For general questions, usethe "STAC software" category stac-spec discussions.For repository-specific questions or issues, use that repository's discussions or issues page.For issues with this text, usethe organization's .github repository's issues page.

PinnedLoading

  1. pystacpystacPublic

    Python library for working with any SpatioTemporal Asset Catalog (STAC)

    Python 380 123

  2. pystac-clientpystac-clientPublic

    Python client for searching STAC APIs

    Python 179 50

  3. stac-fastapistac-fastapiPublic

    STAC API implementation with FastAPI.

    Python 264 107

  4. pgstacpgstacPublic

    Schema, functions and a python library for storing and accessing STAC collections and items in PostgreSQL

    PLpgSQL 167 44

  5. qgis-stac-pluginqgis-stac-pluginPublic

    QGIS plugin for reading STAC APIs

    Python 77 29

  6. stac-geoparquetstac-geoparquetPublic

    Convert STAC items between JSON, GeoParquet, pgstac, and Delta Lake.

    Python 93 11

Repositories

Loading
Type
Select type
Language
Select language
Sort
Select order
Showing 10 of 41 repositories
  • stac-api-validator Public

    A STAC API validation client

    stac-utils/stac-api-validator’s past year of commit activity
    Python 20 8 28(1 issue needs help) 3 UpdatedMar 24, 2025
  • stac-server Public

    A Node-based STAC API, AWS Serverless, OpenSearch

    stac-utils/stac-server’s past year of commit activity
    JavaScript 78MIT 29 63 5 UpdatedMar 24, 2025
  • stac-fastapi-pgstac Public

    PostgreSQL backend for stac-fastapi using pgstac (https://github.com/stac-utils/pgstac)

    stac-utils/stac-fastapi-pgstac’s past year of commit activity
    Python 64MIT 32 31 1 UpdatedMar 24, 2025
  • stac-fields Public

    A minimal STAC library that contains a list of STAC fields with some metadata and helper functions for styling as HTML.

    stac-utils/stac-fields’s past year of commit activity
    JavaScript 9Apache-2.0 7 4 0 UpdatedMar 20, 2025
  • stac-pydantic Public

    Pydantic data models for the STAC spec

    stac-utils/stac-pydantic’s past year of commit activity
    Python 70MIT 29 5 0 UpdatedMar 20, 2025
  • pystac Public

    Python library for working with any SpatioTemporal Asset Catalog (STAC)

    stac-utils/pystac’s past year of commit activity
    Python 380 123 40(2 issues need help) 7 UpdatedMar 18, 2025
  • stac-fastapi Public

    STAC API implementation with FastAPI.

    stac-utils/stac-fastapi’s past year of commit activity
    Python 264MIT 107 35(1 issue needs help) 1 UpdatedMar 17, 2025
  • stac-rs Public

    Tools and libraries for the SpatioTemporal Asset Catalog (STAC) specification, written in Rust

    stac-utils/stac-rs’s past year of commit activity
    Rust 92Apache-2.0 14 23 3 UpdatedMar 17, 2025
  • stac-geoparquet Public

    Convert STAC items between JSON, GeoParquet, pgstac, and Delta Lake.

    stac-utils/stac-geoparquet’s past year of commit activity
    Python 93MIT 11 15 4 UpdatedMar 14, 2025
  • stacrs Public

    A Python package for STAC using Rust under the hood

    stac-utils/stacrs’s past year of commit activity
    Rust 25Apache-2.0 1 5 1 UpdatedMar 14, 2025

[8]ページ先頭

©2009-2025 Movatter.jp