I got a typical two-dimensional array in Java with values which represents a grid. Rows, columns, coordinate system (latlon), origin and cell size are known. I am able to export this data as ASCII Grid but I need to create compressed GeoTiff. And I would like to stay in the Java world, so doing...