Skip to content

Commit

Permalink
Clarify what an alternate asset it #13
Browse files Browse the repository at this point in the history
  • Loading branch information
m-mohr authored Mar 25, 2024
1 parent fb72853 commit 808bdbb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@

The Alternate Assets extension to STAC provides a way to specify alternate locations (e.g., URLs) for assets. Sometimes, assets can be retrieved
via multiple methods. For example an asset on AWS may have a public facing http URL but also a direct access s3 URL. Or an asset is mirrored
on multiple servers that have different URLs. In this case the asset is exactly the same, but different protocols or cloud services may be used
to access it.
on multiple servers that have different URLs. The file the asset points to must always be exactly the same (i.e. both assets have the same checksum),
but different protocols, authentication mechanisms or cloud services may be used to access it.

- Examples:
- [Item example](examples/item.json): Shows the basic usage of the extension in a STAC Item
Expand Down

0 comments on commit 808bdbb

Please sign in to comment.