Opened 10 years ago
Last modified 6 years ago
#2394 new enhancement
r.to.vect: Flag -e: Erase vector map if empty
Reported by: | martin | Owned by: | |
---|---|---|---|
Priority: | trivial | Milestone: | 7.6.2 |
Component: | Vector | Version: | svn-releasebranch70 |
Keywords: | r.to.vect | Cc: | |
CPU: | Unspecified | Platform: | Unspecified |
Description
Avoid creating a pile of empty vector maps upon vectorization of a non-rectangular image in smaller chunks.
Change History (14)
follow-up: 2 comment:1 by , 10 years ago
Keywords: | r.to.vect added |
---|---|
Milestone: | → 7.0.0 |
Version: | unspecified → svn-releasebranch70 |
comment:2 by , 10 years ago
Replying to neteler:
Perhaps there are better options?
Just delete the output map automatically if it's empty and print a warning?
follow-up: 6 comment:3 by , 10 years ago
Does this module lack the error handler like:
Vect_set_error_handler_io(&In, &Out);
?
comment:4 by , 9 years ago
Milestone: | 7.0.0 → 7.0.5 |
---|
comment:6 by , 8 years ago
Replying to neteler:
Does this module lack the error handler like:
Vect_set_error_handler_io(&In, &Out);
Fixed, anyway this function just delete output map only on failure.
comment:8 by , 8 years ago
Milestone: | 7.0.5 → 7.3.0 |
---|
comment:11 by , 6 years ago
Milestone: | 7.4.1 → 7.4.2 |
---|
comment:12 by , 6 years ago
Milestone: | 7.4.2 → 7.6.0 |
---|
All enhancement tickets should be assigned to 7.6 milestone.
An option might be to add a new flag
Perhaps there are better options?