read

Function read 

Source
pub fn read<T>(path: impl AsRef<Path>) -> Result<T>
Expand description

A simple function to read a STAC value from a JSON file local filesystem.

For any other IO, see the stac-io crate.