Crate stac_io

Source

Enums§

Error
Crate-specific error enum
Format
The format of STAC data.
RealizedHref
An href that has been realized to a path or a url.

Traits§

FromJsonPath
Create a STAC object from JSON.
FromNdjsonPath
Create a STAC object from newline-delimited JSON.
Readable
ToJsonPath
ToNdjsonPath
Write a STAC object to newline-delimited JSON.
Writeable

Functions§

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.