1
vote
0answers
39 views

Using gdal to convert from UTM to equidistant lat/lon

I am getting rather confused with converting a UTM gridded dataset into a equidistant/rectangular latlon gridded dataset. Can anybody help me? I have a UTM set with the following projection: ...
0
votes
2answers
64 views

Getting a “square” of lat/lon for database query [duplicate]

So I want to get the square formed by a single point of lat/lons, my plan was to take that point's latitude, divide by 360, and multiply by the circumference of earth. Giving us the distance from the ...
2
votes
0answers
190 views

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

I have a set of coordinates in decimal degrees spread across two UTM zones in my Java application that I want to export to use in Petrel, so they need to be in the same UTM zone. Is there a java ...
1
vote
2answers
102 views

Does it make sense to create graticules using UTM meters?

Here's what I think I know, but I'm a geography newbie, so please correct any misconceptions I have, especially with regard to the term graticule. A graticule is a specialized grid where the lines ...
2
votes
1answer
248 views

Getting zone from UTM in order to convert to latlong

I am trying to convert UTM to a latlong point. To get that done I need to know the zone where the UTM coordinates are. how can I find the zone from UTM?. the place coordinates that I work on lay on ...
1
vote
1answer
760 views

How to find bounding coordinates (lat/long) for UTM zones?

I want to error check incoming lat/lng points by checking if the point resides within the given UTM zone. (This would work for the data im using because sometimes there is a missing sign or lat/lng is ...