The HPDCheckTopology process checks a schema for S-57 or S-101 Group 1 (skin-of-the-earth) topological errors.
Input
HPD URI containing a usage ID.
Output
Folder containing GML files with topological errors.
Syntax
carisbatch --run HPDCheckTopology --object-class <value> --usage-name <value> [options] <input> <output>
Options
Long | Short | Description | Can Repeat | Notes |
|---|---|---|---|---|
--object-class | -o | Group 1 features are examined for topology errors. These can be either S-57 or S‑101 features. | TRUE | Required (at least once) |
Example
Example | ||
Objective | Check a Coastal usage for Group 1 topology errors. | |
Description | Command Line Syntax | |
Connection to the database and usage | hpd://username:password@OracleDB/db?UsageId=4 | |
Folder containing GML files listing errors. | file:///D:/output/ | |
Features to be examined by process. | --object-class "DEPARE" | |
--object-class "DRGARE" | ||
--object-class "FLODOC" | ||
--object-class "HULKES" | ||
--object-class "LNDARE" | ||
--object-class "PONTON" | ||
--object-class "UNSARE" | ||
Command Line | carisbatch --run HPDCheckTopology hpd://username:password@OracleDB/db?UsageId=4 file:///D:/output/ --object-class "DEPARE" --object-class "DRGARE" --object-class "FLODOC" --object-class "HULKES" --object-class "LNDARE" --object-class "PONTON" --object-class "UNSARE" | |
Result | Any topology errors are written to GML files in the Output folder. | |