1
vote
1answer
579 views

Convert Lat/Long to UTM specifying which zone to use (C++)

I need to convert Latitude/Longitude coordinates into UTM, in C++, specifying which zone to use. I am working with locations that fall in two zones, and would like to project them all into one zone - ...