You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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):
shrouxm
changed the title
bug: crash or surprising output when querying location that is in body of water
bug: surprising output when querying location that is in body of water
Jun 13, 2024
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.
The text was updated successfully, but these errors were encountered: