Orthophoto_Maps
Orthophoto_Maps copied to clipboard
Coordinate transformation
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
Hi
-
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
-
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 :)