I know there is a -set option in CLI to set application settings. I cannot however find a list of all settings available, and would like to set both the project coordinate system and output coordinate system from CLI. Any idea what the setting is ?
you can find all keys and values for a -set command in the last tile of the application Help called Settings Keys & Values. You can define the project and output coordinate system by exporting global settings to -rcconfig file and importing this file using -importGlobalSettings command.
Thanks for the quick reply. The global setting is a binary file, right ? I would like to be able to set the CRS from an EPSG code or proj4 string, directly via the CLI to soften the process of CRS selection. Does this option exists yet or should I export one global settings file per CRS I want to use (~120 CRS)? And thanks for point me on the track of this Settings keys and values tile, very interesting!
Another question I had not noticed. RC now tells me “Some of the added files contain inaccurate GPS coordinates” - which is great for files with GPS at (0,0). But it tells me that for files which have a good GPS (their lat/lon are in Cambodia, and the project CRS is set to EPSG:32648). Any hint ?
yes it is a binary file. Currently there is no direct command for setting the project coordinate system.
Regarding the warning about inaccurate GPS coordinates, after which steps did this message appear? Can you perhaphs share a screenshot of that message? Thank you.