I have a CAD file (DWG) that need to load into a GIS. It does not have any projection information, just its own internal coordinate system: Extent: (287073.083996, -667765.958872) - (857074.052952, -268711.958871). I don't think this corresponds to any known projection with an EPSG code. I believe it comes from the world of BIM. I think the whole extent is vaguely 1km x 1km.
How can I go about creating a projection to locate this data in geographic space?
Ideally I would use graphical tool to position each corner where I think they go. (I know how to do this with a raster image).
I'm able to load the data into QGIS but I don't know how to create a custom projection, other than by entering in a WKT string (which I obviously don't have).