Hello, I am new with the NetCDF format so apologies if there is something obvious I am missing.
I have a bunch of GeoTIFFs which I am reading in and extracting some variable information from. Then I use a RasterBandCombiner to go from about 150 raster features to 1 with each of it now a band. When I write this out as a NetCDF file, it is about 85 MB. All the Geotiffs combined were about 220 MB.
A colleague of mine has tried this using Python (gdal, netcdf4), and is able to translate all the data into the netcdf file that is only 3 MB.
It would be cool to have this workflow set up in FME for subsequent use. So I was wondering if there are any parameters or transformers in FME that might help with this? Is it possible to only write out the non-spatial data? I tried using a GeometryRemover, but the writer gave me a fatal error which said it requires raster geometry. Is this why the file output from FME is so much larger in size - the geometry?
I also tried bringing in the 3MB file in to FME and writing it back out again and it was 85MB without me doing anything to it.
Can anyone think of what might be going on? Any help would be appreciated! Cheers. Sorry I can't share the data, but I'm only after ideas if anyone has tried this before