State of STAC��FOSS4G 2023 Edition
Introduction | What’s new?��Matthias Mohr | Ind. Consultant�Matthew Hanson | Element 84��Slides: mohr.ws/foss4g
STAC is a suite of specifications and software
The STAC specification describes geospatial and/or temporal data�(through interlinked static JSON files)
The STAC API specification adds search, aggregation, transactions and makes STAC dynamic
Entities | STAC specification
Entities II | STAC specification
Extensions | STAC specification
yellow = new
Bands RFC | STAC specification extensions
Bands RFC | STAC specification extensions
{
"eo:bands": [{
"name": "B4",
"description": "Red band",
"common_name": "red",
"center_wavelength": 0.665,
"full_width_half_max": 0.038
}],
"raster:bands": [{
"data_type": "float32",
"nodata": "nan",
"statistics":
{"minimum": 0, "maximum": 1},
"spatial_resolution": 10
}]
}
{
"bands": [{
"name": "B4",
"description": "Red band",
"data_type": "float32",
"nodata": "nan",
"statistics":
{"minimum": 0, "maximum": 1},
"eo:common_name": "red",
"eo:center_wavelength": 0.665,
"eo:full_width_half_max": 0.038,
"raster:spatial_resolution": 10
}]
}
STAC API specification
API Extensions | STAC API specification
Adoption (Data)
Ecosystem
Python | Ecosystem
JavaScript | Ecosystem
Future
Related Talks
Resources
Q&A��Slides�mohr.ws/foss4g
18