val geotiff = SinglebandGeoTiff(abcd.tif) val colorMap1 = geotiff.options.colorMap 现在colorMap1的类型是IndexedColorMap有没有办法将colormap1转换为ColorMap(geotrellis.raster.render.ColorMap),因为我的整个代码都是基于ColorMap而不是IndexedColorMap的
我感兴趣的是使用 (SPy)来可视化和分类多波段光栅GeoTIFF (不是高光谱数据)。目前,只有.lan、.gis文件格式是可读的。我尝试用.lan将文件转换为gdal_translate,但不支持图像格式( IOError: Unable to determine file type or type not supported)。知道如何将此库用于非超百分比数据集吗?