combining multiple attributes into one

dkweeny
dkweeny New Altair Community Member
edited November 5 in Community Q&A
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
Tagged: