geo-engine/OGC Validator Action
A GitHub Action to validate OGC API endpoints.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| teamengine-image | TeamEngine image to use | yes | teamengine-production:1.0-SNAPSHOT |
| service-url | URL of the OGC endpoint to validate | yes | http://localhost:8484/ |
| ogc-api-processes | If set, validate OGC API - Processes | — | false |
| echoprocessid | The process identifier to run for OGC API - Processes validation | — | echo |
| ogc-api-processes-ignore | Multi-line list of test identifiers to ignore for OGC API - Processes validation | — | "" |
| ogc-api-features | If set, validate OGC API - Features | — | false |
| ogc-api-features-ignore | Multi-line list of test identifiers to ignore for OGC API - Features validation | — | "" |
| ogc-api-tiles | If set, validate OGC API - Tiles | — | false |
| ogc-api-tiles-tilematrixsetdefinitionurl | URL to a tile matrix set definition | — | "" |
| ogc-api-tiles-urltemplatefortiles | URL template endpoint for tiles containing tileMatrix, tileRow and tileCol variables | — | "" |
| ogc-api-tiles-tilematrix | A valid tileMatrix numerical identifier | — | 1 |
| ogc-api-tiles-mintilerow | The minimum tile row number (minTileRow) for the tile matrix | — | 0 |
| ogc-api-tiles-maxtilerow | The maximum tile row number (maxTileRow) for the tile matrix | — | 1 |
| ogc-api-tiles-mintilecol | The minimum tile column number (minTileCol) for the tile matrix | — | 0 |
| ogc-api-tiles-maxtilecol | The maximum tile column number (maxTileCol) for the tile matrix | — | 1 |
| ogc-api-tiles-ignore | Multi-line list of test identifiers to ignore for OGC API - Tiles validation | — | "" |
Outputs
no outputs