Hi,<br><br>I am dealing with a problem where I am importing an AutoCAD description of an airport (DXF) into PostGIS. <br>I have a Python script which will  import each coordinate to a PostGIS geometry with SRID = -1 (since I do not have real world coordinates, but Cartesian coordinates from a point of origin).<br>
I do, however, have a lat/long reference point, which represents the origin of my x/y CAD coordinates.<br>I would like to be able to store my CAD coordinates points as Long/Lat (SRID=4326). <br>Any suggestions?<br><br>Thanks,<br>
<br>Ilan<br>