Importing EPSG for geo referencing

Hello,

in which file format can I import EPSGs from epsg.io?

You can choose between the following:

Thank you in advance for your help.

 

Kind Regards,

Thomas

Hello Thomas,

there is already implemented epsg coordinate system database in RealityCapture. You can find the epsg.xml file in the installation folder. You can also define your own .xml database and import it when selecting e.g. Project coordinate system in the application settings.

This is the format in which you should define your coordinate system either by creating new file or editing the existing database:

Thanks for your reply.

Unfortunatly the the EPSG coordinate system is not in the initial list. For example EPSG 5652 or 5650.

Is is not possible to download (export from epsg.io) here: https://epsg.io/5650 in one of the 12 Export formats and import the EPSG 5650 (for example) in RC?

You can copy the parameters from the PROJ.4 format and edit the xml in the installation folder. You can copy the following text there:

<cs id=“5650” desc=“ETRS89 / UTM zone 33N (zE-N)” params=“+proj=tmerc +lat_0=0 +lon_0=15 +k=0.9996 +x_0=33500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs”/>

Many Thanks!!!

I will update the rest.