On Mon, Aug 20, 2012 at 3:56 PM, "Peter Löwe" <[email protected]> wrote: > hi, > > here is an issue (probably float/integer typcasting related) issue when > importing a large CSV dataset of vector points into GRASS6.4.2. > > The data set contains hundreds of columns,
Note that the default DBF driver does not support an "unlimited" amount of columns (the specs suggest 128 columns max). > so v.in.ascii is not an option (the columns option-string would be ungodly > long). > > Instead, the data is transformed into a DBF Please use SQLite instead, also as DB backend for such operations (ideally, due to recent fixes, the current 6.4.svn). Best, Markus _______________________________________________ grass-user mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/grass-user
