pub fn read<T>(path: impl AsRef<Path>) -> Result<T>where T: DeserializeOwned + SelfHref,
A simple function to read a STAC value from a JSON file local filesystem.
For any other IO, see the stac-io crate.