[GRASS-stats] Loading a point-vector table with 466 columns
Nikos Alexandris
nikos.alexandris at felis.uni-freiburg.de
Fri May 22 19:41:40 EDT 2009
Just FYI
# almost an hour...
Sys.time() ; sample_2 <- readVECT6("sample_2_grid_points") ; Sys.time()
[1] "2009-05-22 23:25:02 CEST"
OGR data source with driver: GRASS
Source:
"/geo/grassdb/peloponnese/evaluation_utm/nik/vector/sample_2_grid_points/head", layer: "1"
with 875 rows and 466 columns
Feature type: wkbPoint with 3 dimensions
[1] "2009-05-23 00:22:12 CEST"
# while reading the csv...
> Sys.time() ; sample_2 <-
read.csv(file="sample_2_grid_points_table.csv") ; Sys.time()
[1] "2009-05-23 01:39:51 CEST"
[1] "2009-05-23 01:39:52 CEST"
Kindest regards, Nikos
More information about the grass-stats
mailing list