Skip to content
Discussion options

You must be logged in to vote

I built this into Virdis because not every selected polygon should be treated like a farmable field.

If a user draws a region that is mostly water, too dry, too cold, too high, or heavily urban, the crop planning system should not try to force a recommendation. That would make the platform feel inaccurate very quickly.

So before crop planning begins, I check for edge cases using multiple signals such as:

  • Water coverage
  • Rainfall levels
  • Latitude
  • Elevation
  • Built up land percentage
  • Land use classification

This lets the system decide whether the region is actually suitable for agricultural planning or whether it should switch to a different mode or block crop recommendations entirely.

The ma…

Replies: 1 comment

Comment options

Thanas-R
May 22, 2026
Maintainer Author

You must be logged in to vote
0 replies
Answer selected by Thanas-R
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant