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 &lt;/usr/local/share/gdal/grass//etc/datum.table&gt;<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 &lt;/usr/local/share/gdal/grass//etc/ellipse.table&gt;<br>Warning 1: GRASS fatal error: Invalid ellipsoid &lt;wgs84&gt; in file<br>
<br>I created a symlink &#39;grass&#39; in /usr/local/share/gdal/ pointing to my grass install root, and that seemed to fix the issue.&nbsp; <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>.&nbsp; Should gdaltindex work as-is, or did I miss a step somewhere?<br>
<br><br>Thanks,<br><br>-Jamie<br>