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
select ST_AsText(location) from observations where ST_X(location) > 180.0 or ST_X(location) < -180.0 or ST_Y(location) > 90.0 or ST_Y(location) < -90.0;
delete from observations where (location,obs_timestamp) in (select location,obs_timestamp from observations where ST_X(location) > 180.0 or ST_X(location) < -180.0 or ST_Y(location) > 90.0 or ST_Y(location) < -90.0);