|
@@ -41,10 +41,6 @@ def main():
|
|
|
infile = options['input']
|
|
|
outfile = options['output']
|
|
|
|
|
|
-
|
|
|
- #### setup temporary file
|
|
|
- tmpfile = grass.tempfile()
|
|
|
-
|
|
|
#are we in LatLong location?
|
|
|
s = grass.read_command("g.proj", flags='j')
|
|
|
kv = grass.parse_key_val(s)
|
|
@@ -141,8 +137,6 @@ def main():
|
|
|
input = infile, output = outfile,
|
|
|
columns = columns)
|
|
|
|
|
|
- grass.try_remove(tmpfile)
|
|
|
-
|
|
|
# write cmd history:
|
|
|
grass.vector_history(outfile)
|
|
|
|