Skip to content
This repository has been archived by the owner on Dec 7, 2022. It is now read-only.

An extension to provide a set of Collections and Items within a single file STAC.

License

Notifications You must be signed in to change notification settings

stac-extensions/single-file-stac

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Single File STAC Extension Specification

An extension to provide a set of Collections and Items within a single file catalog. The single file is a STAC catalog that contains everything that would normally be in a linked set of STAC files. This format is useful to save a portion of a catalog, or when creating a small catalog from derived data that should remain portable. It is most useful for saving the results of a search from a STAC API, as the Items, Collections, and optionally the search parameters are all saved within the single file. Hierarchical links have no meaning in a single file STAC, and so, if present, should be removed when creating a single file catalog.

Please note that this extension is now deprecated with the potential to be removed. It should be transitioned out of usage as soon as possible. Refrain from using it in new implementations.

Item Properties and Collection Fields

A Single File STAC is a set of Items and their Collections presented as a GeoJSON FeatureCollection contained in a single file.

Field Name Type Description
type string REQUIRED. Type of the GeoJSON Object. MUST be set to FeatureCollection.
collections [Collection] An array of STAC Collections that are used by any of the Items in the catalog.
features REQUIRED. [Item] An array of STAC Items

About

An extension to provide a set of Collections and Items within a single file STAC.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages