New answers tagged image-mosaic
0
the base error seems to be:
Caused by: java.lang.NoClassDefFoundError: org/geotools/index/quadtree/LazySearchIterator
at org.geotools.index.quadtree.QuadTree.search(QuadTree.java:213)
at org.geotools.data.shapefile.indexed.IndexedShapefileDataStore.queryQuadTree(IndexedShapefileDataStore.java:828)
at ...
2
DEMs have 1 band which hold elevation values. For comparison, a color image has three bands (Red, Green, Blue). You can check information about any raster dataset by right-clicking on the layer > Layer Properties > Source. Other particularly useful information located here include pixel depth, cell size, coordinate system, and format. Make sure to set ...
0
Found the answer...gt-imagemosaic-jdbc-9.1 plugin (from Geotools) probably doesn't support PostGIS 2.0: geomfromwkb function is not defined - in newer versions it is st_geomfromwkb.
Right now i'm using an older postgis/postgres database.
Top 50 recent answers are included
