Question

NETCDF writer not writing coordinate system


The issue:

When using the FME 2017 and 2018 NETCDF writer the coordinate system of the output file is 'unknown' even when set. Writing the same data to geoTIFF has the correct coordinate system set.

So far I have tried

  • 1. Setting the crs in the reader and then writing out with no specified crs
  • 2. Setting the crs in the writer
  • 3. Using the CoordinateSystemSetter to set and then writing with no specified crs
  • 4. Using the CoordinateSystemSetter to set and then writing with a specified crs (same as what was in the crs setter)
  • 5. Setting the crs in the reader and then using a reprojector (GDA94 to WGS84) and then write with no specified crs
  • 6. Doing 1 and then writing to geotiff

Results:

1,2,3,4, and 5 have a crs of 'unknown'

6 has a crs of 'GDA 94'

Attaching an inspector to readers with a specified crs shows the crs as 'GDA 94'

Attaching an inspector after the coordinate system setter and the reprojector shows the crs as 'GDA 94'


0 replies

Be the first to reply!

Reply