Hello everybody,
I was wondering if it is possible to create a point feature from an xy table which contains coordinates in different coordinate systems if the table has a column containing the epsg-code for each row. Same goes for z-value and a column containing information about the vertical reference.
I know i can split the table by coordinate system, create point features for each and then merge but I was wondering if there is a possibility to to this in a single operation, basically choose the coordinate system by attribute.
Thanks is advance