API Reference#
pctasks.core#
The pctasks.core package provides core functionality used by the rest of pctasks.
pctasks.core.storage#
Helper functions and classes for dealing with local or remote file systems.
Abstraction over storage. |
|
Factory that produces Storage objects. |
|
Represents a blob uri Azure Blob Storage. |
|
|
Utility class for blob storage access. |
|
Rewrite HTTP blob-storage URLs to blob:// URLs. |
pctasks.task#
The pctasks.task package provides functionality for building tasks to be executed in PCTasks.
|
Task[T, U] is the base class for all tasks to be executed by PCTasks. |
Context that is passed into Task run methods. |
pctasks.dataset#
The pctasks.dataset package provides functionality for defining PCTasks workflows that process STAC Items and Collections.
Base class for defining how Items in a Collection are created. |
pctasks.client#
The pctasks.client package provides functionality for interacting with the PCTasks API
|