Hello,
I have blocks of data associated with latitude/longitude values. I'd like to create a lookup key/hash value from the latitude/longitude value so it can be used as a lookup into a map or something similar.
I'm using negative values for West and South... therefore 5W, 10S is represented as -5, -10 in the program.
I'd like to be able to get the latitude/longitude values back from the key value if possible.
The derived value MUST be some sort of integer value.
I'm using C/C++ :)
Thanks, I'll be happy to answer any questions!