Import GCPs / Ground Control Points via CLI does not work with params.xml

Hello @PeterchenPan,

Those parameters don’t look like the parameters for the ground control input. They should look more like this:

<Configuration id="{65E79B42-7042-4A81-B68D-0F835D913191}">
  <entry key="gcpuPosXl" value="0.05"/>
  <entry key="csvGCIgn" value="false"/>
  <entry key="gcpuPosZl" value="0.1"/>
  <entry key="gcpTmode" value="0x2"/>
  <entry key="CoordinateSystemGcpType" value="epsg:4258 - ETRS89"/>
  <entry key="CoordinateSystemGcp">
    <value>+proj=longlat +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +no_defs</value>
  </entry>
  <entry key="gcpLogFileFormat" value="{3863F1E2-4753-42F8-917F-4C4EB345336B}"/>
  <entry key="gcpuPosYl" value="0.05"/>
  <entry key="csvGCSep" value="2"/>
</Configuration>

Are those parameters for the model export?

Please, export your parameters from the Ground Control import dialog:

image

image