Forum Discussion
Geocoordinates SVY21 to WGS84
Would really appreciate if there is any solution to this!
I have a set of location data that has x and y coordinates but they are based on SVY21 format. Is there any way i can convert it to WGS84 format (lat/lon) so that I can use the map visualization tool to visualize the data?
Thank you in advance for the help!!
3 Replies
- lbendlin
Super User
Not sure what this has to do with Power BI?
shapefile - Converting coordinates from SVY21 to WGS84 - Stack Overflow
- v-chenwuz-msft
Community Support
Hi Anonymous ,
Maybe this helpful.
dominoc925: SVY21 Projection Coordinates Converter
Best Regards
Community Support Team _ chenwu zhu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
- AnonymousNot applicable
have managed to get a python script from github instead to convert the XY coord into latlon. was hoping there is a DAX code for this. Thanks all for the assistance!