根据https://github.com/locationtech/geomesa/tree/master/geomesa-accumulo/geomesa-accumulo-raster,GeoMesa只接受单波段图像。
因此,为了向GeoMesa导入彩色图像,我必须导入(例如)3个单频段图像(R,G,B)?
答案 0 :(得分:0)
文档中的那一点似乎是错误的。这里的教程:http://www.geomesa.org/documentation/tutorials/geomesa-raster.html通过使用GDAL和GeoMesa命令行工具摄取示例RGB GeoTiff来工作。