When writing a NetCDF file, the writer should ensure that the file has a proper file name extension (".nc")
Done. https://github.com/senbox-org/snap-engine/commit/6f8127692ab5fb2f2bb81fc6ef2a7c35c56cbc94
The extension is missing when using gpt from the command line. In SNAP Desktop the GUI takes care for the correct extension.
This can be reproduced with this sample graph xml file
Pull request is created:
https://github.com/senbox-org/snap-engine/pull/144
When writing a NetCDF file, the writer should ensure that the file has a proper file name extension (".nc")