🎉Community Raffle - Win $25

An exclusive raffle opportunity for active members like you! Complete your profile, answer questions and get your first accepted badge to enter the raffle.
Join and Win

combining multiple attributes into one

User: "dkweeny"
New Altair Community Member
Updated by Jocelyn
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

Find more posts tagged with

No comments on this post.