Hello all,<br><br>I needed to create a shapefile index of all the rasters in a grass mapset so I ran:<br><br>ls /grass/location/mapset/cellhd/* | xargs gdaltindex all.shp<br><br>and got this error:<br><br>Warning 1: GRASS warning: Unable to open datum table file </usr/local/share/gdal/grass//etc/datum.table><br>
/usr/local/share/gdal/grass//etc/ellipse.table: No such file or directory<br>Warning 1: GRASS warning: Unable to open ellipsoid table file </usr/local/share/gdal/grass//etc/ellipse.table><br>Warning 1: GRASS fatal error: Invalid ellipsoid <wgs84> in file<br>
<br>I created a symlink 'grass' in /usr/local/share/gdal/ pointing to my grass install root, and that seemed to fix the issue. <br><br>I built both gdal and grass from source, plus added gdal-grass read support via <a href="http://trac.osgeo.org/gdal/wiki/GRASS">http://trac.osgeo.org/gdal/wiki/GRASS</a>. Should gdaltindex work as-is, or did I miss a step somewhere?<br>
<br><br>Thanks,<br><br>-Jamie<br>