package
0.32.0
Repository: https://github.com/planetlabs/go-stac.git
Documentation: pkg.go.dev

# Functions

Crawl calls the visitor for each resolved resource.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
New creates a crawler with the provided options (or DefaultOptions if none are provided).
NewMemoryQueue is used if a custom queue is not provided for a crawl.

# Constants

No description provided by the author
No description provided by the author
No description provided by the author

# Variables

DefaultOptions used when creating a new crawler.
ErrStopRecursion is returned by the visitor when it wants to stop recursing.

# Structs

Crawler crawls STAC resources.
Options for creating a crawler.
ResourceInfo includes information about how the resource was accessed.
No description provided by the author

# Interfaces

No description provided by the author

# Type aliases

Asset provides metadata about data for an item.
ErrorHandler is called with any errors during a crawl.
No description provided by the author
Link represents a link to a resource.
No description provided by the author
Links is a slice of links.
Resource represents a STAC catalog, collection, or item.
ResourceType indicates the STAC resource type.
Visitor is called for each resource during crawling.