Skip to main content
Question

Convert raster to ecw version2 - epsg:3006 error

  • January 11, 2023
  • 1 reply
  • 21 views

Hello,

 

i have strange behavior of transformation raster from bil ESRI to ECW in version2.

In previous version of FME script was working correctly, but now i receive raster in inncorrect EPSG :6619 instead 3006.

 

In attachment i send simple sample. I need to use version 2 of ECW - due to clients requirements

1 reply

jasperwis
Enthusiast
Forum|alt.badge.img+16
  • Enthusiast
  • 53 replies
  • January 11, 2023

Strange behavior indeed.

 

Probably not the best solution, but this seems to work:

 

Add a FeatureWriter to write a ECW v3

Add a FeatureReader to add previous result again and write to a ECW v2

 

image