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
Sometimes the values for texture in the algorithm output are NaN. Ideally we would return empty string in this case instead of having multiple values for "missing" to handle downstream, although I'm also not sure if NaN indicates "missing" or is indicative of an actual bug somewhere.
Steps To Reproduce
Run the algorithm on the following coordinates:
{"latitude": 47.690602, "longitude": -122.116982}
Expected behavior
Texture values in the soil_list_json should be strings (empty or with a texture value).
Actual behavior
Some texture values are NaN. Here's an example output:
Description
Sometimes the values for texture in the algorithm output are
NaN
. Ideally we would return empty string in this case instead of having multiple values for "missing" to handle downstream, although I'm also not sure ifNaN
indicates "missing" or is indicative of an actual bug somewhere.Steps To Reproduce
Run the algorithm on the following coordinates:
Expected behavior
Texture values in the
soil_list_json
should be strings (empty or with a texture value).Actual behavior
Some texture values are
NaN
. Here's an example output:The text was updated successfully, but these errors were encountered: