Options

combining multiple attributes into one

dkweenydkweeny Member Posts: 1 Newbie
edited August 2022 in Help
i am attempting to analyse longitude and latitude data and build a map of cities 
I have set up a 'Generate attributes' operator and have used the following code to return true if a city meets the parameters and false if not. 

abs (57.0482743583805
-latitude) < 0.2 &&
abs (9.920841473627085
-longitude) < 0.4

so i have to figure out how to make that code^^ repeat itself for numerous longitude/latitude combinations
Sign In or Register to comment.