The Altair Community is migrating to a new platform to provide a better experience for you. In preparation for the migration, the Altair Community is on read-only mode from October 28 - November 6, 2024. Technical support via cases will continue to work as is. For any urgent requests from Students/Faculty members, please submit the form linked here

combining multiple attributes into one

dkweenydkweeny Member Posts: 1 Learner I
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.