Orthophoto_Maps icon indicating copy to clipboard operation
Orthophoto_Maps copied to clipboard

Coordinate transformation

Open ZhaoRuu opened this issue 2 years ago • 1 comments

I have two problems to ask for you.1、What do the parameters in the txt document mean when the data is input, is it related to the latitude and longitude in the input jpg file?2、How to convert 5186 coordinates to other coordinates such as 4490 coordinates

ZhaoRuu avatar Sep 08 '22 10:09 ZhaoRuu

Hi

  1. The text files in the data folder are for a case that an image file doesn't have geo-related data like latitude, longitude etc. So if you have the data, you can ignore it

  2. In the line https://github.com/hwiyoung/Orthophoto_Maps/blob/master/main_dg.py#L18, you can just input the epsg code 4490. It will generate orthophotos for that epsg

Thanks :)

hwiyoung avatar Sep 21 '22 01:09 hwiyoung