Class Repository

A Repository contains one or more Earth Engine modules.

Hierarchy

  • Repository

Constructors

Properties

Methods

Constructors

  • Create an Earth Engine repository from its root path.

    Parameters

    • path: string

      The path to the root of the Earth Engine repository, e.g. "users/username/repo".

    Returns Repository

Properties

localPath: string
name: string
path: string
url: string
username: string

Methods

  • Git clone the module repository into memory.

    Returns

    Promise object representing the cloned directory contents.

    Parameters

    • Optional showProgress: boolean = true

      If true, a spinner will display progress.

    Returns Promise<string>

Generated using TypeDoc