I have X,Y coordinates of points in the following CSV Form:
X Y
28052.96459,44641.90785
These follow the SVY21 Projection system, and the details of the coordinates are as follows:
Projected Coordinate System: SVY21
Projection: Transverse_Mercator
False_Easting: 28001.64200000
False_Northing: 38744.57200000
Central_Meridian: 103.83333333
Scale_Factor: 1.00000000
Latitude_Of_Origin: 1.36666667
Linear Unit: Meter
However, I'm using this for google maps, and require the GPS lat long instead. I do not have access to ArcGIS.
Is there a way I can convert the points to lat / long? Preferably using python and its packages.
I have tried the following library: https://github.com/cgcai/SVY21 and it gives very inaccurate results.