Schema ID
https://gobl.org/draft-0/org/coordinates
Properties
| Title | Property | Type | Description |
|---|---|---|---|
| Latitude | lat | number | Decimal latitude coordinate. |
| Longitude | lon | number | Decimal longitude coordinate. |
| What 3 Words | w3w | string | What 3 Words text coordinates. |
| Geohash | geohash | string | Single string coordinate based on geohash standard. |
Validation Rules
| Field | Test | Validation Code / Message |
|---|---|---|
lat |
| GOBL-ORG-COORDINATES-01Coordinate lattude must be between -90.0 and 90.0 |
lon |
| GOBL-ORG-COORDINATES-02Coordinate longitude must be between -180.0 and 180.0 |
w3w |
| GOBL-ORG-COORDINATES-03What3words coordinate must be valid |