Can I upload a CSV file containing a point field (x, y coordinates) as points in FarmBot Web App

I wish to generate a point field pattern using Grasshopper, a parametric design software used by designers. I can export these points as coordinates in a .csv file. Can I somehow use the Web App to read this .csv and batch add points?

thx!!

Iā€™d be ( pleasantly ) surprised if the Web App could do that :wink:
On the other hand, WIY ( write it yourself ) software to do what you want is not difficult.

2 Likes

We found a workaround. We want to see if we can just paste all the coordinates in one single line as a variable input for a LUA code.