Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

Farm maps in LiteFarm allow users to add three types of drawings to their farm maps: areas, lines, and structures.

  1. Areas are drawn polygons that have area. In general, the utility of the polygon is tied to its size. Examples of areas include fields, natural areas, domiciles, barns, greenhouses, etc.

  2. Lines are drawn, multi-point segments that don’t form a polygon. In general, lines don’t have a meaningful area or their area is relatively uniform and doesn’t impact their utility. Examples of lines are: fences, creeks, roads, and footpaths

  3. Structures on the other hand are points that are dropped on the map. For all intents and purposes, they don’t have an “area” per se, but rather provide a service based on their location. Examples of structures include pumps and gates

For our Spring 2021 release, the following areas will be supported:

Area type

Attributes

Other notes

Farm boundary

  • Name: String (optional)

  • Total area: Decimal

  • Perimeter: Decimal

  • Notes (optional)

Field

  • Name: String

  • Total area: Decimal

  • Perimeter: Decimal

  • Organic status: Enum

    • Transition Date: Date

  • Notes (optional)

Total area and perimeter should be pre-populated by the maps API, but modifiable by the user.

Organic status: {“Non-organic” (default), “Transitional”, “Organic”)

Transition date only shown if transitional or organic are chosen.

Natural area

  • Name: String

  • Total area: Decimal

  • Perimeter: Decimal

  • Notes (optional)

Total area and perimeter should be pre-populated by the maps API, but modifiable by the user.

Greenhouse

  • Name: String

  • Total area: Decimal

  • Perimeter: Decimal

  • Organic status: Enum

    • Transition Date: Date

  • Notes (optional)

Total area and perimeter should be pre-populated by the maps API, but modifiable by the user.

Organic status: {“Non-organic” (default), “Transitional”, “Organic”)

Transition date only shown if transitional or organic are chosen.

Water source

  • Name: String

  • Total area: Decimal

  • Perimeter: Decimal

  • Used for irrigation: Bool

  • Notes (optional)

Total area and perimeter should be pre-populated by the maps API, but modifiable by the user.

Used for irrigation defaults to false.

Domicile

  • Name: String

  • Total area: Decimal

  • Perimeter: Decimal

  • Notes (optional)

Total area and perimeter should be pre-populated by the maps API, but modifiable by the user.

Ceremonial area

  • Name: String

  • Total area: Decimal

  • Perimeter: Decimal

  • Notes (optional)

Total area and perimeter should be pre-populated by the maps API, but modifiable by the user.

For our Spring 2021 release, the following lines will be supported:

Line type

Attributes

Other notes

Fence

  • Name: String (optional)

  • Length: Decimal

  • Notes (optional)

Length should be pre-populated by the maps API, but modifiable by the user.

Creek

  • Name: String (optional)

  • Length: Decimal

  • Used for irrigation: Bool

  • Notes (optional)

Length should be pre-populated by the maps API, but modifiable by the user.

Used for irrigation defaults to false.

Road

  • Name: String (optional)

  • Length: Decimal

  • Type: Enum (optional)

  • Notes (optional)

Length should be pre-populated by the maps API, but modifiable by the user.

Type: {“Earthen” (default), “Gravel”, “Paved”}

Footpath

  • Name: String (optional)

  • Length: Decimal

  • Type: Enum (optional)

  • Notes (optional)

Length should be pre-populated by the maps API, but modifiable by the user.

Type: {“Earthen” (default), “Gravel”, “Paved”}

For our Spring 2021 release, the following structures will be supported:

Structure type

Attributes

Other notes

Water valve

  • Name: String (optional)

  • Source: Enum (optional)

  • Flow rate: Decimal (optional)

  • Flow rate unit: Enum (optional)

  • Notes (optional)

Source: {“Surface water” (default), “Groundwater”, “Rainwater”}

Flow rate unit is based on the users measurement preference. For metric: l/min (default), l/hour

For imperial: g/min (default), g/hour

Gate

  • Name: String (optional)

  • Notes (optional)

  • No labels