build-explorer-map

Builds web map configuration files for the frontend OEPS Explorer application, and optionally upload them to S3 bucket for direct access from the frontend.

If not uploaded, they will be in .cache/explorer/csvs and the frontend will
read them from there.

Usage

Usage: build-explorer-map [OPTIONS]

Arguments

Options

  • registry_path:

    • Type:
    • Default: oeps/registry
    • Usage: --registry-path

    Optional override for the registry directory.

  • explorer_path:

    • Type:
    • Default: ../explorer
    • Usage: --explorer-path

    Optional override for the root directory of the explorer.

  • upload:

    • Type: BOOL
    • Default: False
    • Usage: --upload

    Upload the output data CSV files to S3 bucket

  • help:

    • Type: BOOL
    • Default: False
    • Usage: --help

    Show this message and exit.

CLI Help

Usage: build-explorer-map [OPTIONS]

  Builds web map configuration files for the frontend OEPS Explorer
  application, and optionally upload them to S3 bucket for direct access from
  the frontend.

  If not uploaded, they will be in .cache/explorer/csvs and the frontend will
  read them from there.

Options:
  --registry-path PATH  Optional override for the registry directory.
  --explorer-path PATH  Optional override for the root directory of the
                        explorer.
  --upload              Upload the output data CSV files to S3 bucket
  --help                Show this message and exit.

Note

This documentation is automatically generated. Do not edit this file directly.