Hi
I am wondering if anyone has some python code (including the maths) to convert from lat / long to northing and easting, allowing the inclusion of a particular zone for the conversion. I found this code:
https://anuga.anu.edu.au/svn/anuga/trunk/anuga_core/anuga/coordinate_transforms/lat_long_UTM_conversion.py
The returned northing and easting values from the function LLtoUTM (lat long to UTM conversion) also returns the zone to you, but the function does not not allow you to use a zone for input. When I used this function, my input were lat / longs that span two zones, Zone 50 and Zone 51. The northings and eastings returned for Zone 50 lined up with what I was expecting in terms of location, but the northings and eastings from Zone 51 also seem to end up in Zone 50, which meant the returned eastings were not offset to the east,