Skip to content

Commit

Permalink
Merge pull request #14 from stac-extensions/m-mohr-patch-1
Browse files Browse the repository at this point in the history
Clarify what an alternate asset it #13
  • Loading branch information
m-mohr authored Jul 9, 2024
2 parents 42bad15 + b061b75 commit de48b62
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 @@ -11,8 +11,8 @@ The Alternate Assets extension to STAC provides a way to specify alternate locat
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.
The content of the asset should be the same, i.e., the checksum of the data should be the same as well as e.g. the media type or the file size.
The file the asset points to must always be exactly the same (i.e. both assets have the same checksum and file size),
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 de48b62

Please sign in to comment.