combining multiple attributes into one
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
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
so i have to figure out how to make that code^^ repeat itself for numerous longitude/latitude combinations
0