Skip to content

Commit fc11912

Browse files
committed
Clarifying statements in sub paddock order.
1 parent 9c9dff6 commit fc11912

1 file changed

Lines changed: 13 additions & 10 deletions

File tree

pasturekey.md

Lines changed: 13 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -928,9 +928,9 @@ We recommend that you supply a "name" or similar field in each Feature's
928928
properties object to identify the returned statistics for each
929929
sub-paddock.
930930

931-
We prefer that you don't supply the following fields in the properties object.
932-
However, if you do, we keep your values, with the exception of
933-
status, reason, cibo_id, and stats which we overwrite.
931+
We prefer that you don't supply the following fields in the properties object
932+
of each Feature.
933+
We overwrite status, reason, cibo_id, and stats with our own values.
934934
See `geojson output` below for details:
935935
- status
936936
- reason
@@ -1014,18 +1014,21 @@ We insert these fields in the properties object of each Feature:
10141014
- paddock_name: the name we have in our system of the paddock containing the polygon
10151015
- stats: a list of stats objects with the statistics
10161016

1017-
If you provide any of the above attributes in the body, we will overwrite
1018-
status, reason, cibo_id and stats. We don't overwrite the others.
1017+
We overwrite `status`, `reason`, `cibo_id` and `stats`.
1018+
All other attributes you provide are returned unchanged.
10191019

1020-
We will refuse to process polygons for the following reasons:
1020+
We may refuse to process polygons. Check the `status` and `reason` fields
1021+
for each Feature for details. Reasons include:
10211022
- Geometry is not of type Polygon or MultiPolygon
10221023
- Invalid topology
1023-
- Polygon < 1 ha
1024-
- Polygon bounding box < 10 m
1025-
- Sliver polygon – provide the Polsby-popper score and the threshold. E.g. score < threshold
1024+
- Polygon < 1 ha
1025+
- Polygon too large
1026+
- Polygon bounding box < 10 m in either dimension
1027+
- It's a sliver polygon
10261028
- Polygon is not contained within a paddock
10271029
- No satellite observations for the paddock within 10 days of the requested date
1028-
1030+
1031+
Example output:
10291032

10301033
```json
10311034
{

0 commit comments

Comments
 (0)