Forum

Author Topic: Coordinate system is not supported — TOWGS84 in WKT  (Read 2965 times)

rusty

  • Newbie
  • *
  • Posts: 2
    • View Profile
Coordinate system is not supported — TOWGS84 in WKT
« on: March 01, 2018, 08:39:54 PM »
HI Alexey,

We are providing PhotoScan with a crs definition that does not include a TOWGS84 definition.
This results in a "coordinate system is not supported" error.

According to epsg.io / the EPSG database / gdal, this WKT is valid. ( example: http://epsg.io/6603 )

It is not possible to simply add a TOWGS84[0,0,0,0,0,0,0], as although the behaviour may be the same in PhotoScan, tools like GDAL actually produce different results when transforming coordinates if this is added.

We need PhotoScan to be able to accept WKT like this, so we can have continuity in the CRS definition we use across other tools.

Alexey Pasumansky

  • Agisoft Technical Support
  • Hero Member
  • *****
  • Posts: 15232
    • View Profile
Re: Coordinate system is not supported — TOWGS84 in WKT
« Reply #1 on: March 02, 2018, 07:28:41 PM »
Hello rusty,

Can you please provide the PRJ file for the system that you are using?

Actually it should be possible to add TOWGS84 section to the WKT definition of the coordinate system and load it as custom coordinate system to be used in PhotoScan.
Best regards,
Alexey Pasumansky,
Agisoft LLC

rusty

  • Newbie
  • *
  • Posts: 2
    • View Profile
Re: Coordinate system is not supported — TOWGS84 in WKT
« Reply #2 on: March 06, 2018, 02:29:10 AM »
One example is http://epsg.io/6603 — NAD83(2011) / West Virginia South (ftUS)

GDAL accepts this WKT, but if TOWGS84[0,0,0,0,0,0,0] is added to the DATUM, it will be interpreted slightly differently.

The PRJ is attached.