Does anyone know how to get elements’ latitude and longitude from dynamo?
The second one is to use latitude nadlongitude from csv to place families based on the location.
Thank you for the help.
Does anyone know how to get elements’ latitude and longitude from dynamo?
The second one is to use latitude nadlongitude from csv to place families based on the location.
Thank you for the help.
you need to reproject from one coordinate system to another.
i.e from Revit cartesian coordinates (X,Y,Z in feet/metres/millimetres) to a geographic coordinate system (degrees)
This depends where you are i. the world- for example in Sydney Australia, EPSG:28356 is the local projected coordinate system- would be reprojected to to EPSG:4326
Yes, you can do this in Dynamo- search on the forum
If it’s just a once off thing, say converting a CSV with lon/lat into xyz, it’s probably easier to use the command line utility ogr2ogr
I’ll echo everything @Andrew_Hannell said, and add the recommendation to not forget about rotating from the internal coordinate system first.
RESTRICTED
Thank you for the info. Do you know if there is any dynamo forum talking about it? I didn’t find the answer for it.