stac-async
Asynchronous I/O for the SpatioTemporal Asset Catalog (STAC) specification.
Usage
[]
= "0.5"
= "0.4"
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.