Orthophoto_Maps icon indicating copy to clipboard operation
Orthophoto_Maps copied to clipboard

Getting gps coordinates of points

Open kevinlinxc opened this issue 1 year ago • 1 comments

Hi, this library looks very promising.

I am wondering how I could get the GPS location of points on the resulting image? So for example, if I see a building that I want to know the location of, how could I find it?

If the output is a GeoTIFF, I think I would be able to get that data, but I'm not sure what coordinate system your GeoTIFF is in, do you know?

kevinlinxc avatar Jun 03 '23 20:06 kevinlinxc

Hi

The output coordinate system can be designated in the https://github.com/hwiyoung/Orthophoto_Maps/blob/master/main_dg.py#L18 as an EPSG code

So I think using that information you can get the absolute locations of intersting points

hwiyoung avatar Jul 20 '23 13:07 hwiyoung