Hello all,
I am trying to automate the output of GIS data from PostGIS to Autocad DWG. The base data is in geographic coordinates (lat / long) and I have been able to successfully create the output DWG in GDA2020 UTM Zone 52, 53 or 54.
The problem is that the end users need the data in ground coordinates not grid but I am not sure how to define a custom projection to either take it from geographic to ground or from geographic to grid to ground.
I have been able to find the formula for the scale factor but this is something that will change for each extract of the data.
Does anyone have any advice on the best way to create a new projection on the fly using the newly defined scale factor?