You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
importjava.io._valbuffer=newByteArrayOutputStreamvalout=newObjectOutputStream(buffer)
valm=Map(1->1)
valres1= m.mapValues(_ *3) // Fix: '.map(identity)'//val res1 = m.transform((_, v) => v * 3)// Crash on scala 2.12.17// Fine on scala 2.13.10, but gives a deprecation warning
out writeObject res1
Create datacube with time dimension, write to geotiff, with a colormap, gives error below.
The text was updated successfully, but these errors were encountered: