Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Traditional farm maps serve many purposes on the farm, from getting the team synced up at the morning meeting, to communicating information to new workers, to providing needed documentation for certifiers. They are a central part of managing a farm.

By moving farm maps from paper or the dry erase board into a digital format, we add even more utility for our users. Users will be able to do the following in their digital farm maps:

...

Navigate around their farm by dragging on the map

...

View existing areas and structures

...

Add new areas and structures

...

Filter what displays on their map

...

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

  • Total area: Decimal

  • Perimeter: Decimal

  • Notes (optional)

Can only be 1 per farm

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.

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

  • Average width: Decimal (optional)

  • Used for irrigation: Bool

  • Notes (optional)

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

Road

  • Name: String (optional)

  • Length: Decimal

  • Type: Enum (optional)

  • Average width: Decimal (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)

  • Average width: Decimal

  • 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

Pump

  • 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)