Convert longitude/latitude of CSV file to official coordinates(Japan and WGS 84)
You can convert the longitude / latitude values of GoogleMap etc into public coordinates in Japan and international UTM coordinates (WGS84).
In the south latitude, Input a minus value and add 10000000 m to the answer.
The format of the CSV file is the format of the sample below.
Point name, N, E, Z
Or
Point name, latitude, longitude, Z
Added function to switch display in application to Japanese or English.