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
The convert_otn_to_att function can produce lat lons that are character in type, which doesn't throw any errors when generating the ATT object but prevents the use of any of its functionality.
Should add casting to that function's handling of detection lat/lon ensure that lat lon are of type numeric or double. This exists already for deployment and tag lat/lon mutate calls.
The text was updated successfully, but these errors were encountered:
The convert_otn_to_att function can produce lat lons that are character in type, which doesn't throw any errors when generating the ATT object but prevents the use of any of its functionality.
Should add casting to that function's handling of detection lat/lon ensure that lat lon are of type numeric or double. This exists already for deployment and tag lat/lon mutate calls.
The text was updated successfully, but these errors were encountered: