Skip to content

Latest commit

 

History

History
30 lines (17 loc) · 1.21 KB

README.md

File metadata and controls

30 lines (17 loc) · 1.21 KB

STAC Catalog Builder

This tool generates a STAC collection from a set of GeoTiff images.

It is mainly intended to create STAC collections and catalogs for use in openEO, with the load_stac process.

It requires a some configuration for the fields we need to fill in, but the goal is to make it much easier to generate STAC collections from a set of EO images.

For now it only supports GeoTIFFs. For example, netCDF is not supported yet, because it can be a lot more complex to extract info from than GeoTIFF. We wanted to start with GeoTIFF and we can see about other needs later.

Support for uploading to a STAC API is in the making.

See also: Goals and User Stories: A longer explanation of the goals or use case for the STAC catalog builder.

Documentation

Documentation can be found in here docs/index.md

Below, als the links to the important topics, for convenience:

Getting Started:

Development: