Re-exports§
pub use stream::Finalize;pub use stream::ItemStream;pub use stream::StreamSearch;pub use stream::StreamedSearch;pub use stream::write_item_collection;
Modules§
- api
- A STAC API client.
- stream
- Streaming JSON writer for a search-response
stac::api::ItemCollection: thefeaturesarray is written one item at a time, and the rest of the collection (links, context, counts) is supplied by afinalizecallback after the items drain (thenextlink needs the last item; anumberMatchedcount may run concurrently).
Enums§
- Error
- Crate-specific error enum
- Format
- The format of STAC data.
- Realized
Href - An href that has been realized to a path or a url.
Traits§
- From
Json Path - Create a STAC object from JSON.
- From
Ndjson Path - Create a STAC object from newline-delimited JSON.
- Readable
- ToJson
Path - ToNdjson
Path - Write a STAC object to newline-delimited JSON.
- Writeable
Functions§
- ndjson_
item_ reader - Returns an iterator that yields one Item per line from a reader.
- read
- Reads a STAC value from an href.
- user_
agent - Returns a string suitable for use as a HTTP user agent.
- write
- Writes a STAC value to a path.
Type Aliases§
- Result
- Crate-specific result type.