Open wxguy opened 4 years ago
I realize this is almost 4 years after the question was posted, but...
I'm not sure where you expect these coordinates to show up, but when I try them using an online converter, I end up in the middle of the ocean. Are you sure these coordinates are actual UTM coordinates?
The project looks very promising with simple command. Therefore, I tested it with my hdf data set which has X and Y (x and y coordinate of projection) in meters. I would like to convert this coordination system in to mercator projection with utm module. The area the data covers is over India. Here is the very simple example I wrote:-
This simple example resulted in following error:-
In the above example I have tested with just two coordinates, where as the actual array of X is 1600 and Y is 1800. In such different dimension how would you get lat & lon using utm module?