Martin Landa 6fa9b79b2e r.to.vect: print progress when exporting areas 12 yıl önce
..
Makefile d6700ffb2c Update LIBES, DEPENDENCIES from linkage database 15 yıl önce
README db49180dd7 welcome to GRASS 7.0.svn 17 yıl önce
areas.c d3554fa0fe r.to.vect: remove redundant G_percent() 15 yıl önce
areas_io.c 6fa9b79b2e r.to.vect: print progress when exporting areas 12 yıl önce
global.h 94516acb96 Eliminate preprocessor abuse 17 yıl önce
lines.c 8b394a154d Rename Rast.h->raster.h 16 yıl önce
lines_io.c c6a35b1124 Vect.h renamed to vector.h 16 yıl önce
main.c 6fa9b79b2e r.to.vect: print progress when exporting areas 12 yıl önce
points.c df4d81abd4 Move raster-specific functions from lib/gis to lib/raster: 15 yıl önce
r.to.vect.html e437cd9f59 avoid caps HTML tags 13 yıl önce
util.c 30e596fc66 rasterlib: fns from get_row.c renamed, see 16 yıl önce

README

r.to.vect are merged and modified r.to.sites, r.line and r.poly:

s.to.sites/main.c -> points.c

r.line/extr_lines.c -> lines.c
r.line/extr_lines.h -> global.h
r.line/io.c -> lines_io.c, utils.c

r.poly/bound.c -> areas.c
r.poly/extr_areas.h -> global.h
r.poly/io.c -> areas_io.c, utils.c