Peter Löwe wrote:
>
> When trying to ingest SEG-Y data (geology/seismics) into a new location via 
> v.in.ogr (GDAL 1.9.0) this error is thrown since the new location is set by 
> default (?) to dbf:
[...]
>
> The initial location from which v.in.ogr was invoked was already switched to 
> a sqlite-backend. How can this issue be overcome ?

You can use from any location

g.proj georef=demo20071121142735_CH1_35P.seg location=segy_sqlite

This will create a new location with the projection information of the
given dataset, but will not import the dataset. Then you would need to
switch to a mapset in the new location, set default db backend to
sqlite with db.connect and import the dataset with v.in.ogr. Or
easier, use GRASS 7.

HTH,

Markus M
_______________________________________________
grass-dev mailing list
grass-dev@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/grass-dev

Reply via email to