<div dir="ltr">Hello,<br><br>I already read the cs2cs usage page at [1] but I am still a little bit confused about the +towgs84 option so I am looking for your help.<br><br>I am trying to convert from EPSG:4265 CRS to EPSG:4326 CRS<br><br>First of all I used the following syntax<br><br>$> cs2cs -d 8 epsg:4265 epsg:4326<br>41.7447031 15.0618939<br>41.74535412     15.06180323 0.00000000<br><br>this way the coordinate are transformed but I have no control on which operation is really used, e.g. I don't know which are the towgs84's parameters<br><br>Really I want to use the EPSG:1660 operation, so I tried to add the +towgs84 option but I got an error:<br><br>$> cs2cs -d 8 epsg:4265 epsg:4326 +towgs84=-104.1,-49.1,-9.9,0.971,-2.917,0.714,-11.68<br>proj_create: crs not found<br>Rel. 6.3.0, January 1st, 2020<br><cs2cs>:<br>cannot instantiate source coordinate system<br>program abnormally terminated<br><br>Which is the correct syntax to be used?<br><br>Thank you in advance<br><br>Stefano<br><br>[1] <a href="https://proj.org/apps/cs2cs.html">https://proj.org/apps/cs2cs.html</a></div>