From 431e0af540793e22587b4d4f819e0b7138a9340b Mon Sep 17 00:00:00 2001 From: Emmanuel Mathot Date: Thu, 29 Apr 2021 16:56:30 +0200 Subject: [PATCH] Update best-practices.md great :-) Co-authored-by: Chris Holmes --- best-practices.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/best-practices.md b/best-practices.md index 2f48b281..0b129280 100644 --- a/best-practices.md +++ b/best-practices.md @@ -155,7 +155,7 @@ data. One of the key properties is the ID. The specification is quite flexible o providers can easily use their same ID when they translate their data into STAC - they just need to be sure it is globally unique, so may need a prefix. But the use of URI or file path reserved characters such as `:` or `/` is discouraged since this will result in [percented encoded](https://tools.ietf.org/html/rfc3986#section-2) [STAC API](https://github.com/radiantearth/stac-api-spec) -endpoints and also the [IDs can't be used as file names](#catalog-layout). +endpoints and it prevents the use of IDs as file names as recommended in the [catalog layout](#catalog-layout) best practices. ### Searchable Identifiers