0
votes
0answers
24 views

Reprojecting GeoTIFFs to WGS84/UTM

I'm using libgeotiff and proj4 to read and (try to!) process GeoTIFFs. After reading the file, I want to get the corner coordinates in WGS84/UTM - but there are so many functions and parameters to try ...
1
vote
0answers
74 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
69 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 ...
1
vote
0answers
113 views

What is UTM Zone 0?

I am currently working with some roadway link data and it is being projected in UTM. After importing the shapefile into GRASS I can view the map and it looks correct but when I view the projection ...
2
votes
2answers
172 views

projection issues from ArcGIS to Qgis

I am pretty new to ArcGIS and Qgis. I have loaded some geometry data in Qgis from my postgres database, then I have also loaded the same data in ArcGIS. Then from ArcGIS i have created a shapefile ...
0
votes
1answer
187 views

How to create a custom projection of PRS92 and UTM 51N for the Philippines? [duplicate]

Possible Duplicate: How to define new custom projections in QGIS? How do I create a customized CRS parameter in quantum GIS? I'm try to create a projection of PRS92 and UTM 51N. This ...
1
vote
1answer
136 views

Project layer with custom projection

My ultimate goal is to know UTM and UTM Northing and Easting. The data can be anywhere in North america. I calculated UTM using arcpy tool (arcpy.CalculateUTMZone_cartography) and I tried to truncate ...
12
votes
2answers
867 views

Calculate distortion outside a UTM zone

One of my colleagues is working with data that is spread across two UTM zone. The majority of the data is in one zone, with a few outliers in another zone. He would like to know what the area ...
0
votes
1answer
987 views

Conversion from N,E to Lat/Long And Lat/Long to N,E will always be same? [closed]

I have an excel tool for the conversion of following lat/long: Lat: 23° 11’ 24.67503’’ S Long: 118° 46’ 6.15742’’ E , which gives me following N,E: Northing: 7,434,317.43 Easting: 680,991.69 But I ...
2
votes
3answers
179 views

Are there WMS servers providing maps of UTM zones, actually in the zone projection?

There are lots of EPSG:4326 (lat lon) services out there but if one has to use an UTM projected map as base layer to display utm scenes, are there any WMS endpoints publicly available for that?
3
votes
1answer
730 views

Matching ArcGIS and QGIS coordinate systems

I have the following info for a feature class in ArcGIS that is supposed to be in WGS 1984/UTM 16N projected coordinate system: Projection: Transverse_Mercator False_Easting: 500000.000000 ...
9
votes
10answers
4k views

Batch convert lat longs to UTM?

I've got a .csv file that contains a long list of latitude and longitude points. Is there an efficient way to batch convert the list into a projected UTM coordinate system? Thanks.