Skip to content

Commit 1b847a5

Browse files
authored
Initial updates
1 parent 54a6060 commit 1b847a5

1 file changed

Lines changed: 12 additions & 8 deletions

File tree

README.md

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
# Template Extension Specification
1+
# Geometry Metrics Extension Specification
22

3-
- **Title:** Template
4-
- **Identifier:** <https://vecorel.github.io/extension-template/v0.1.0/schema.yaml>
5-
- **Property Name Prefix:** template
3+
- **Title:** Geometry Metrics
4+
- **Identifier:** <https://vecorel.github.io/geometry-metrics/v0.1.0/schema.yaml>
5+
- **Property Name Prefix:** metrics:
66
- **Extension Maturity Classification:** Proposal/Candidate/Stable
7-
- **Owner**: @your-gh-handles @person2
7+
- **Owner**: @cholmes @geospatial-jeff
88

9-
This document explains the Template Extension to the
9+
This document explains the Geometry Metrics Extension to the
1010
[Vecorel Specification](https://github.com/vecorel/specification).
1111

1212
This is the place to add a short introduction.
@@ -26,8 +26,12 @@ The properties in the table below can be used in these parts of Vecorel document
2626

2727
| Property Name | Type | Description |
2828
| --------------- | ------ | ----------- |
29-
| template:field1 | string | **REQUIRED**. Describe the required field... |
30-
| template:field2 | int32 | Describe the field... |
29+
| metrics:area | float | Area of the polygon |
30+
| metrics:perimeter | float | Perimeter of the polygon |
31+
| metrics:width | float | |
32+
| metrics:height | float | |
33+
| metrics:micd | float | The Circumference-Area ratio (CA ratio) is calculated by dividing the circumference of a given polygon by the square root of its area. This ratio is then adjusted so that a circle corresponds to 0, and scaled so that a square corresponds to 1 |
34+
| metrics:ca_ratio | float | |
3135

3236
## Contributing
3337

0 commit comments

Comments
 (0)