stac-async
Asynchronous I/O for the SpatioTemporal Asset Catalog (STAC) specification.
Usage
[]
= "0.5"
Examples
// Read an item.
let url = "https://raw.githubusercontent.com/radiantearth/stac-spec/v1.0.0/examples/simple-item.json";
let value: Item = block_on;
Please see the documentation for more usage examples.
Other info
This crate is part of the stac-rs monorepo, see its README for contributing and license information.