When querying coordinates that are in a body of water, we sometimes output a list of possible soils. Ideally we would instead return successfully with an indication that the coordinates are in a body of water.
Steps To Reproduce
Query the algorithm with the following coordinates:
{"lat": 46.43253, "lon": -111.52960},
Expected behavior
The algorithm should return a clear indication that the coordinates are in or near bodies of water.
Actual behavior
The algorithm returns with the following results (abbreviated):
Description
When querying coordinates that are in a body of water, we sometimes output a list of possible soils. Ideally we would instead return successfully with an indication that the coordinates are in a body of water.
Steps To Reproduce
Query the algorithm with the following coordinates:
Expected behavior
The algorithm should return a clear indication that the coordinates are in or near bodies of water.
Actual behavior
The algorithm returns with the following results (abbreviated):
Additional context
I would consider this a lower priority issues, since users creating sites in bodies of water is not a high-prio use case.