Skip to content

Commit

Permalink
Merge pull request #207 from philvarner/globally-unique-ids-2
Browse files Browse the repository at this point in the history
Add text about Globally unique ids
  • Loading branch information
philvarner authored Sep 8, 2021
2 parents cf50401 + b56b842 commit ca47d1a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions implementation.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

This document describes implementation recommendations for a STAC API.

## Identifiers

It is recommended that all items presented through a STAC API be part of a collection. STAC
allows items to not be contained in a collection, though this is rarely done in practice.
For each STAC Item, the Collection ID and Item ID must for a globally-unique tuple, e.g., item IDs are unique within a collection.

## CORS

Web browsers enforce a mechanism called [Cross-Origin Resource Sharing (CORS)](https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS) to prevent
Expand Down

0 comments on commit ca47d1a

Please sign in to comment.