Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 772 Bytes

validate.md

File metadata and controls

29 lines (21 loc) · 772 Bytes

ept validate

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