Type Alias Item

Source
pub type Item = Map<String, Value>;
Expand description

A STAC API Item type definition.

By default, STAC API endpoints that return stac::Item objects return every field of those Items. However, Item objects can have hundreds of fields, or large geometries, and even smaller Item objects can add up when large numbers of them are in results. Frequently, not all fields in an Item are used, so this specification provides a mechanism for clients to request that servers to explicitly include or exclude certain fields.

Aliased Typeยง

struct Item { /* private fields */ }