Skip to content

Commit d47901a

Browse files
committed
Recommend HTTP(S) for thumbnails etc.
1 parent faddb22 commit d47901a

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
88

99
## [Unreleased]
1010

11+
### Changed
12+
13+
- Recommend that thumbnails and similar assets use HTTP(S) as access mechanism
14+
1115
## [v1.1.0] - 2024-09-10
1216

1317
### Added

best-practices.md

+5
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@
3939
- [Keep catalogs in sync with cloud notification and queue services](#keep-catalogs-in-sync-with-cloud-notification-and-queue-services)
4040
- [How to Differentiate STAC Files](#how-to-differentiate-stac-files)
4141

42+
4243
This document makes a number of recommendations for creating real world SpatioTemporal Asset Catalogs. None of them
4344
are required to meet the core specification, but following these practices will make life easier for client tooling
4445
and for users. They come about from practical experience of implementors and introduce a bit more 'constraint' for
@@ -426,6 +427,10 @@ If your data for the Item does not come with a thumbnail already we do recommend
426427
| Spatial extent | Limited | Full | Full |
427428
| Use case | Quick overview, often in lists of items/collections | Display for a single Item/Collection, sometimes shown on a web map | Display for a single Item/Collection, often shown on a map, may be displayed in GIS software |
428429

430+
The files offered for the roles `thumbnail`, `overview` and `visual` should be accessible via HTTP(S).
431+
If the [Alternate Asset Extension](https://github.com/stac-extensions/alternate-assets) is used,
432+
the default access mechanism for should be HTTP(S).
433+
429434
### Bands
430435

431436
As of STAC 1.1, the `bands` array can be used in combination with property inheritance to provide users with more flexibility.

0 commit comments

Comments
 (0)