Skip to content

Implement front-end coordinate file parsing functionality #112

@joshnorlin

Description

@joshnorlin

Currently, an user can upload a coordinate file defining their farm, but there does not exist any logic to parse the file into digestible data which can be sent to the back-end. Parsing functionality in the front-end should be added to allow users to upload multiple file types.

Acceptance criteria:

  • User should be able to upload a file containing coordinates, and a corresponding file parser should grab the coordinates.
  • The parsing program should be able to handle many popular file formats, such as .csv, .json, .geojson, and .txt.
  • Security measures and input validation should be implemented to prevent bad input.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

Status

Done

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions