STAC 🗂

SpatioTemporal Asset Catalog

Open Beta
.json · application/json

STAC (SpatioTemporal Asset Catalog) is not a data format but an open JSON schema for describing geo assets: satellite imagery, rasters, vector layers. The Catalog -> Collection -> Item -> Asset hierarchy plus the STAC API REST spec made STAC the de-facto standard for cloud catalogs (AWS, Microsoft Planetary Computer, ESA Copernicus). Our exporter generates a SINGLE STAC Item v1.0 — a JSON document describing the exported area: bbox, GeoJSON frame geometry, export datetime, per-layer statistics, and asset links. It is a "brick" you drop into your own catalog. To be clear: the Item's asset links are template hrefs to your export, not embedded data, and this is an Item rather than a full Catalog/Collection hierarchy.

지금 STAC 내보내기 ✨ 오픈 베타 — 무료, 제한 없음

주요 기능

STAC Item v1.0, valid as a GeoJSON Feature (type=Feature, geometry, bbox)
Export-frame geometry in WGS84; datetime/created/updated set at export time
Per-layer stats (name, feature count, geometry type) under `osm2cdr:*` properties
An assets block with data/thumbnail roles and root/self catalog links
Plain JSON — opens in any STAC tool or a regular text editor

STAC 형식 소개

The easiest way to picture STAC is a card in a library catalogue. There is no data in it, but there is everything needed to find the data: which territory, when the export was made, what is inside and at which link the file sits. That is exactly how the cloud catalogues of large providers are arranged — a single JSON schema on top of different storages.

The export is for those who run their own geodata storage. You exported an area, put a card next to it, and a month later you find what you need by searching on territory and date rather than by going through file names. When there are dozens of exports, such cards add up into your own searchable catalogue.

What is in the file: one STAC Item of version 1.0 — and at the same time a valid GeoJSON object. Inside are the extent and the geometry of the frame, the date and time of the export, properties with a summary of the layers (which layers made it in and how many objects they contain), service links and an assets block. The asset links are templates: you export the data itself in a separate format and substitute your own storage address.

STAC 파일을 여는 프로그램

다음 프로그램과 애플리케이션으로 OSM2CDR에서 내보낸 SpatioTemporal Asset Catalog(.json) 파일을 열고 편집하고 작업할 수 있습니다:

💻pystac / pystac-client 💻stac-fastapi 💻Radiant Earth STAC Browser 🌎QGIS (STAC plugin) 💻rasterio / stackstac

Format specifications

STAC 지도 사용자

🏗
Cataloging your exports: place a STAC Item next to a raster/vector in your own catalog
A description card next to the export: a month later you find it by territory and date, not by file name.
💻
Publishing a mini-STAC: one Collection plus many Items on static storage or GitHub Pages
Your own mini catalogue on static hosting: one collection plus a set of cards, with no server code.
📊
Asset search and discovery via a STAC API (stac-fastapi / pystac-client) in your stack
Search and selection by territory and time in your stack through the standard STAC API.
🎨
Integration with the cloud-native STAC + COG + GeoParquet triad for analytical pipelines
Metadata paired with cloud-native data — COG for rasters, GeoParquet for vectors.

STAC 내보내기 방법

1
영역 선택
osm2cdr.ru의 인터랙티브 지도에서 사각형 또는 폴리곤을 그리세요
2
STAC 선택
사용 가능한 127가지 내보내기 형식 목록에서 SpatioTemporal Asset Catalog을(를) 선택하세요
3
내보내기
내보내기를 클릭하면 1~5분 안에 .json 파일을 받습니다
4
다운로드
완성된 STAC 파일을 다운로드하여 pystac / pystac-client에서 여세요

내보낸 뒤 여는 방법

STAC 형식의 인기 지도

무료

SpatioTemporal Asset Catalog 지도 내보내기 받기

OpenStreetMap에서 전문가용 STAC 지도를 다운로드하세요. 즉시 생성, 모든 영역 지원.

무료 / 내보내기
지금 STAC 내보내기 →

자주 묻는 질문

Is STAC a map data format?
Does the exporter produce a catalog or an Item?
Are the asset links inside the Item embedded files?
Why is STAC useful together with COG/GeoParquet?
Is this valid GeoJSON?
What is written in the properties of the card?

관련 형식

함께 자주 내보내는 형식

Related Articles