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 형식 소개
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) 파일을 열고 편집하고 작업할 수 있습니다:
Format specifications
- Open standard
- 2D only
- Lossless (no quality loss)
- Stores feature attributes
- Output: 1 file
- A single STAC Item v1.0 (valid GeoJSON Feature) describing the export: bbox, frame geometry, per-layer stats and template asset hrefs; an Item, not a full catalog.
STAC 지도 사용자
STAC 내보내기 방법
내보낸 뒤 여는 방법
- pystac (Python) — read the document with the Item.from_file method, check the structure and add the card to your catalogue or collection.
- stac-validator — a quick check of conformance to the specification before publishing.
- STAC Browser — a static viewer: put the catalogue with the cards on static hosting and get a navigable catalogue without a single line of server code.
- stac-fastapi — if you need a real STAC API with search by territory and time; the cards go into it as records.
- The asset links — replace the template addresses with real paths to your files, otherwise the card will point into the void.
STAC 형식의 인기 지도
SpatioTemporal Asset Catalog 지도 내보내기 받기
OpenStreetMap에서 전문가용 STAC 지도를 다운로드하세요. 즉시 생성, 모든 영역 지원.