MCPcopy Create free account
hub / github.com/Thanas-R/Virdis / haToAcres

Function haToAcres

src/data/fields.ts:15–17  ·  view source on GitHub ↗
(ha: number)

Source from the content-addressed store, hash-verified

13
14// Helper: convert hectares to acres
15export function haToAcres(ha: number): number {
16 return Math.round(ha * 2.47105 * 10) / 10;
17}
18
19// No default fields - users create their own
20export const fields: Field[] = [];

Callers 8

FieldDetailViewFunction · 0.90
CropPlanningSectionFunction · 0.90
WeatherViewFunction · 0.90
FieldComparisonColumnFunction · 0.90
FieldCardFunction · 0.90
FieldEditDialogFunction · 0.90
handleSaveFunction · 0.90
fields.test.tsFile · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected