ERROR: output map <endmember_rstr.1> exists. To overwrite, use the
–overwrite flag
Traceback (most recent call last):
File “”, line 1, in
File “/usr/lib/grass70/etc/python/grass/script/raster.py”, line 103, in mapcalc
quiet=quiet, verbose=verbose, overwrite=overwrite)
File “/usr/lib/grass70/etc/python/grass/script/core.py”, line 516, in write_command
return handle_errors(returncode, returncode, args, kwargs)
File “/usr/lib/grass70/etc/python/grass/script/core.py”, line 312, in handle_errors
returncode=returncode)
File “/usr/lib/grass70/etc/python/grass/exceptions/init.py”, line 68, in init
msg = _(“Module run %s %s ended with error”) % (module, code)
TypeError: ‘str’ object is not callable
with other modules flags are working as I expect, like…
Dr. Leonardo A. Hardtke
Laboratorio de Teledetección y S.I.G.
Centro Nacional Patagónico (CONICET)
Bvd. Brown 2825, 9120
Puerto Madryn, Chubut, Argentina
ERROR: output map <endmember_rstr.1> exists. To overwrite, use the
–overwrite flag
Traceback (most recent call last):
File “”, line 1, in
File “/usr/lib/grass70/etc/python/grass/script/raster.py”, line 103, in mapcalc
quiet=quiet, verbose=verbose, overwrite=overwrite)
File “/usr/lib/grass70/etc/python/grass/script/core.py”, line 516, in write_command
return handle_errors(returncode, returncode, args, kwargs)
File “/usr/lib/grass70/etc/python/grass/script/core.py”, line 312, in handle_errors
returncode=returncode)
File “/usr/lib/grass70/etc/python/grass/exceptions/init.py”, line 68, in init
msg = _(“Module run %s %s ended with error”) % (module, code)
TypeError: ‘str’ object is not callable
with other modules flags are working as I expect, like…
Dr. Leonardo A. Hardtke
Laboratorio de Teledetección y S.I.G.
Centro Nacional Patagónico (CONICET)
Bvd. Brown 2825, 9120
Puerto Madryn, Chubut, Argentina
_______________________________________________
grass-user mailing list
[grass-user@lists.osgeo.org](mailto:grass-user@lists.osgeo.org)
[http://lists.osgeo.org/mailman/listinfo/grass-user](http://lists.osgeo.org/mailman/listinfo/grass-user)
Hi Paulo and thanks for the answer… but It gives me a very similar error if I write the full flag… (The only difference is TypeError… str if I use ‘o’ and int if I use ‘overwrite’… )
ERROR: output map <endmember_rstr.1> exists. To overwrite, use the
–overwrite flag
Traceback (most recent call last):
File “”, line 1, in
File “/usr/lib/grass70/etc/python/grass/script/raster.py”, line 103, in mapcalc
quiet=quiet, verbose=verbose, overwrite=overwrite)
File “/usr/lib/grass70/etc/python/grass/script/core.py”, line 516, in write_command
return handle_errors(returncode, returncode, args, kwargs)
File “/usr/lib/grass70/etc/python/grass/script/core.py”, line 312, in handle_errors
returncode=returncode)
File “/usr/lib/grass70/etc/python/grass/exceptions/init.py”, line 68, in init
msg = _(“Module run %s %s ended with error”) % (module, code)
TypeError: ‘int’ object is not callable
ERROR: output map <endmember_rstr.1> exists. To overwrite, use the
–overwrite flag
Traceback (most recent call last):
File “”, line 1, in
File “/usr/lib/grass70/etc/python/grass/script/raster.py”, line 103, in mapcalc
quiet=quiet, verbose=verbose, overwrite=overwrite)
File “/usr/lib/grass70/etc/python/grass/script/core.py”, line 516, in write_command
return handle_errors(returncode, returncode, args, kwargs)
File “/usr/lib/grass70/etc/python/grass/script/core.py”, line 312, in handle_errors
returncode=returncode)
File “/usr/lib/grass70/etc/python/grass/exceptions/init.py”, line 68, in init
msg = _(“Module run %s %s ended with error”) % (module, code)
TypeError: ‘str’ object is not callable
with other modules flags are working as I expect, like…
Dr. Leonardo A. Hardtke
Laboratorio de Teledetección y S.I.G.
Centro Nacional Patagónico (CONICET)
Bvd. Brown 2825, 9120
Puerto Madryn, Chubut, Argentina
_______________________________________________
grass-user mailing list
[grass-user@lists.osgeo.org](mailto:grass-user@lists.osgeo.org)
[http://lists.osgeo.org/mailman/listinfo/grass-user](http://lists.osgeo.org/mailman/listinfo/grass-user)
–
Dr. Leonardo A. Hardtke
Laboratorio de Teledetección y S.I.G.
Centro Nacional Patagónico (CONICET)
Bvd. Brown 2825, 9120
Puerto Madryn, Chubut, Argentina
ERROR: output map <endmember_rstr.1> exists. To overwrite, use the
–overwrite flag
Traceback (most recent call last):
File “”, line 1, in
File “/usr/lib/grass70/etc/python/grass/script/raster.py”, line 103, in mapcalc
quiet=quiet, verbose=verbose, overwrite=overwrite)
File “/usr/lib/grass70/etc/python/grass/script/core.py”, line 516, in write_command
return handle_errors(returncode, returncode, args, kwargs)
File “/usr/lib/grass70/etc/python/grass/script/core.py”, line 312, in handle_errors
returncode=returncode)
File “/usr/lib/grass70/etc/python/grass/exceptions/init.py”, line 68, in init
msg = _(“Module run %s %s ended with error”) % (module, code)
TypeError: ‘str’ object is not callable
with other modules flags are working as I expect, like…
Dr. Leonardo A. Hardtke
Laboratorio de Teledetección y S.I.G.
Centro Nacional Patagónico (CONICET)
Bvd. Brown 2825, 9120
Puerto Madryn, Chubut, Argentina
_______________________________________________
grass-user mailing list
[grass-user@lists.osgeo.org](mailto:grass-user@lists.osgeo.org)
[http://lists.osgeo.org/mailman/listinfo/grass-user](http://lists.osgeo.org/mailman/listinfo/grass-user)
–
Dr. Leonardo A. Hardtke
Laboratorio de Teledetección y S.I.G.
Centro Nacional Patagónico (CONICET)
Bvd. Brown 2825, 9120
Puerto Madryn, Chubut, Argentina
Hi Paulo and thanks for the answer… but It gives me a very similar error if I write the full flag… (The only difference is TypeError… str if I use ‘o’ and int if I use ‘overwrite’… )
ERROR: output map <endmember_rstr.1> exists. To overwrite, use the
–overwrite flag
Traceback (most recent call last):
File “”, line 1, in
File “/usr/lib/grass70/etc/python/grass/script/raster.py”, line 103, in mapcalc
quiet=quiet, verbose=verbose, overwrite=overwrite)
File “/usr/lib/grass70/etc/python/grass/script/core.py”, line 516, in write_command
return handle_errors(returncode, returncode, args, kwargs)
File “/usr/lib/grass70/etc/python/grass/script/core.py”, line 312, in handle_errors
returncode=returncode)
File “/usr/lib/grass70/etc/python/grass/exceptions/init.py”, line 68, in init
msg = _(“Module run %s %s ended with error”) % (module, code)
TypeError: ‘int’ object is not callable
ERROR: output map <endmember_rstr.1> exists. To overwrite, use the
–overwrite flag
Traceback (most recent call last):
File “”, line 1, in
File “/usr/lib/grass70/etc/python/grass/script/raster.py”, line 103, in mapcalc
quiet=quiet, verbose=verbose, overwrite=overwrite)
File “/usr/lib/grass70/etc/python/grass/script/core.py”, line 516, in write_command
return handle_errors(returncode, returncode, args, kwargs)
File “/usr/lib/grass70/etc/python/grass/script/core.py”, line 312, in handle_errors
returncode=returncode)
File “/usr/lib/grass70/etc/python/grass/exceptions/init.py”, line 68, in init
msg = _(“Module run %s %s ended with error”) % (module, code)
TypeError: ‘str’ object is not callable
with other modules flags are working as I expect, like…
Dr. Leonardo A. Hardtke
Laboratorio de Teledetección y S.I.G.
Centro Nacional Patagónico (CONICET)
Bvd. Brown 2825, 9120
Puerto Madryn, Chubut, Argentina
_______________________________________________
grass-user mailing list
[grass-user@lists.osgeo.org](mailto:grass-user@lists.osgeo.org)
[http://lists.osgeo.org/mailman/listinfo/grass-user](http://lists.osgeo.org/mailman/listinfo/grass-user)
–
Dr. Leonardo A. Hardtke
Laboratorio de Teledetección y S.I.G.
Centro Nacional Patagónico (CONICET)
Bvd. Brown 2825, 9120
Puerto Madryn, Chubut, Argentina
Dr. Leonardo A. Hardtke
Laboratorio de Teledetección y S.I.G.
Centro Nacional Patagónico (CONICET)
Bvd. Brown 2825, 9120
Puerto Madryn, Chubut, Argentina
Hi Paulo and thanks for the answer… but It gives me a very similar error if I write the full flag… (The only difference is TypeError… str if I use ‘o’ and int if I use ‘overwrite’… )
ERROR: output map <endmember_rstr.1> exists. To overwrite, use the
–overwrite flag
Traceback (most recent call last):
File “”, line 1, in
File “/usr/lib/grass70/etc/python/grass/script/raster.py”, line 103, in mapcalc
quiet=quiet, verbose=verbose, overwrite=overwrite)
File “/usr/lib/grass70/etc/python/grass/script/core.py”, line 516, in write_command
return handle_errors(returncode, returncode, args, kwargs)
File “/usr/lib/grass70/etc/python/grass/script/core.py”, line 312, in handle_errors
returncode=returncode)
File “/usr/lib/grass70/etc/python/grass/exceptions/init.py”, line 68, in init
msg = _(“Module run %s %s ended with error”) % (module, code)
TypeError: ‘int’ object is not callable
Dr. Leonardo A. Hardtke
Laboratorio de Teledetección y S.I.G.
Centro Nacional Patagónico (CONICET)
Bvd. Brown 2825, 9120
Puerto Madryn, Chubut, Argentina
ERROR: output map <endmember_rstr.1> exists. To overwrite, use the
–overwrite flag
Traceback (most recent call last):
File “”, line 1, in
File “/usr/lib/grass70/etc/python/grass/script/raster.py”, line 103, in mapcalc
quiet=quiet, verbose=verbose, overwrite=overwrite)
File “/usr/lib/grass70/etc/python/grass/script/core.py”, line 516, in write_command
return handle_errors(returncode, returncode, args, kwargs)
File “/usr/lib/grass70/etc/python/grass/script/core.py”, line 312, in handle_errors
returncode=returncode)
File “/usr/lib/grass70/etc/python/grass/exceptions/init.py”, line 68, in init
msg = _(“Module run %s %s ended with error”) % (module, code)
TypeError: ‘str’ object is not callable
with other modules flags are working as I expect, like…
Dr. Leonardo A. Hardtke
Laboratorio de Teledetección y S.I.G.
Centro Nacional Patagónico (CONICET)
Bvd. Brown 2825, 9120
Puerto Madryn, Chubut, Argentina
_______________________________________________
grass-user mailing list
[grass-user@lists.osgeo.org](mailto:grass-user@lists.osgeo.org)
[http://lists.osgeo.org/mailman/listinfo/grass-user](http://lists.osgeo.org/mailman/listinfo/grass-user)
–
Dr. Leonardo A. Hardtke
Laboratorio de Teledetección y S.I.G.
Centro Nacional Patagónico (CONICET)
Bvd. Brown 2825, 9120
Puerto Madryn, Chubut, Argentina