#1744: v.out.ascii: export all columns
----------------------------------+-----------------------------------------
Reporter: lucadelu | Owner: martinl
Type: enhancement | Status: assigned
Priority: normal | Milestone: 7.0.0
Component: Vector | Version: svn-trunk
Keywords: v.out.ascii, columns | Platform: All
Cpu: Unspecified |
----------------------------------+-----------------------------------------
Comment(by mmetz):
Replying to [comment:7 martinl]:
> Replying to [comment:5 hamish]:
>
> > did v.out.ascii columns= ever get fast?
Testing welcome;) At least it got faster, question is if this is fast
enough:
In nc_spm_08, using sqlite mapset:
{{{
g.copy vect=geonames_NC,my_geonames_N
# GRASS 7
time v.out.ascii input=my_geonames_NC layer=1 output=geonames_NC_7.ascii
format=point
columns=cat,GEONAMEID,NAME,ASCIINAME,ALTERNATEN,FEATURECLA,FEATURECOD,COUNTRYCOD,CC2,ADMIN1,POPULATION,ELEVATION,GTOPO30,TIMEZONE,MODIFICATI,PPLKEY,SRC_ID,MAINT_ID
Fetching data...
real 0m18.990s
user 0m7.942s
sys 0m21.478s
# GRASS 6.4.svn
time v.out.ascii input=my_geonames_NC layer=1 output=geonames_NC_64.ascii
format=point
columns=cat,GEONAMEID,NAME,ASCIINAME,ALTERNATEN,FEATURECLA,FEATURECOD,COUNTRYCOD,CC2,ADMIN1,POPULATION,ELEVATION,GTOPO30,TIMEZONE,MODIFICATI,PPLKEY,SRC_ID,MAINT_ID
real 5m24.340s
user 2m9.232s
sys 6m8.719s
}}}
@Martin, r53278 and r53315:
I know you don't want to test your own changes, but you could at least fix
obvious compile warnings introduced by changes to be submitted...
Markus M
--
Ticket URL: <http://trac.osgeo.org/grass/ticket/1744#comment:8>
GRASS GIS <http://grass.osgeo.org>