|
org.opengis.referencing.operation.OperationNotFoundException: No transformation available from system "CartesianCS[Earth centred, earth fixed, righthanded 3D coordinate system, consisting of 3 (...) positive Z-axis parallel to mean earth rotation axis and pointing towards North Pole. UoM: m.]" to "CartesianCS[Geocentric]".
Not sure if this is a deficiency in the EPSG database itself ? i.e. no entry for a known transformation, so find method fails?
But clearly this type of transformation should be possible. Especially from 3D to 3D. I mean it's definitely possible, but perhaps ambiguous given contents of EPSG database?
I really wish I could just send an e-mail instead of submit a JIRA issue, since I haven't looked into this deeply enough as it stands.
For example repro, try Epsg 5363 to 4979.
If this is a known problem, I may be able to fix it. I have NOT peered into the source, yet (which could make this ticket more helpful)
|