You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The extension defines standardized properties for representing geometric measurements, such as area and perimeter.
13
13
14
14
- Examples:
15
15
-[GeoJSON](examples/geojson/)
@@ -19,19 +19,10 @@ This is the place to add a short introduction.
19
19
20
20
## Properties
21
21
22
-
The properties in the table below can be used in these parts of Vecorel documents:
23
-
24
-
-[ ] Collection
25
-
-[x] Feature Properties
26
-
27
-
| Property Name | Type | Description |
28
-
| --------------- | ------ | ----------- |
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 ||
22
+
| Property Name | Type | Description |
23
+
| ----------------- | ----- | ----------- |
24
+
| metrics:area| float | Area of the field, in square meters (m²). Must be > 0. |
25
+
| metrics:perimeter| float | Perimeter of the field, in meters (m). Must be > 0. |
0 commit comments