ept validate

February 28, 2021 · View on GitHub

Validate metadata structure of an Entwine Point Tile dataset.

ept validate --help

Validate EPT metadata

Options:
      --version  Show version number                                   [boolean]
      --help     Show help                                             [boolean]
  -i, --input    Path to ept.json file                       [string] [required]

Usage

ept validate [path/to/ept.json]

This command will log messages for any errors related to the EPT metadata, and exit with a non-zero status code if the dataset is not valid.

$ ept validate ~/entwine/bad/ept.json
 Errors:
 schema: should have required property 'bounds'
 EPT is not valid