Datalinker-Org / Geospatial

Apache License 2.0
18 stars 10 forks source link

"Activities" for sites or plots #16

Closed cookeac closed 3 years ago

cookeac commented 3 years ago

The INSPIRE standards guidelines we have been using for sites (land management units) and plots (maturity areas, paddocks, etc) provide for recording the primary and secondary activity using either:

There is also the US NAICS coding, which does at least differentiate dairy and beef but is even more numeric - dairy 112120 and beef farming 112111.

Regardless of coding, I propose an array of Activities at a Site or Plot level, which could include: Attribute Type Comment
activityType enum To be decided, see above!
isPrimary bool True if this is the primary activity on this site/plot.
productiveArea number The productive area (in square metres) used for this activity - often called effective area.

Suggestions welcome!

cookeac commented 3 years ago

Updated suggestion to the above:

Attribute Type Comment
id IdentifierType Allows a scheme/id form of enumerating the activity. e.g. { "un.isic", "A0121" }
name string User-readable name for the activity e.g. "Grapes"
isPrimary bool True if this is the primary activity on this site/plot.
productiveArea AreaMeasureType The productive area (in square metres) used for this activity - often called effective area.