Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create constant raster layer not working #23998

Closed
qgib opened this issue Jan 16, 2017 · 1 comment
Closed

Create constant raster layer not working #23998

qgib opened this issue Jan 16, 2017 · 1 comment
Labels
Bug Either a bug report, or a bug fix. Let's hope for the latter! High Priority Processing Relating to QGIS Processing framework or individual Processing algorithms
Milestone

Comments

@qgib
Copy link
Contributor

qgib commented Jan 16, 2017

Author Name: matteo ghetta (@ghtmtt)
Original Redmine Issue: 16084
Affected QGIS version: master
Redmine category:processing/qgis
Assignee: Victor Olaya


QGIS master fresh compiled and at least 4 different raster data sources tried (processing/tests/testdata/raster.tif and processing/tests/testdata/dem.tif) but always the same error:

@Algorithm Create constant raster layer starting...
Can't convert 'int' object to str implicitly See log for more details@

LOG:
@
2017-01-16T15:54:11 2 Uncaught error while executing algorithm
Traceback (most recent call last):
File "/home/matteo/lavori/QGIS/build-qgis3/output/python/plugins/processing/core/GeoAlgorithm.py", line 213, in execute
self.resolveOutputs()
File "/home/matteo/lavori/QGIS/build-qgis3/output/python/plugins/processing/core/GeoAlgorithm.py", line 356, in resolveOutputs
out.resolveValue(self)
File "/home/matteo/lavori/QGIS/build-qgis3/output/python/plugins/processing/core/outputs.py", line 110, in resolveValue
self.value = self._resolveTemporary(alg)
File "/home/matteo/lavori/QGIS/build-qgis3/output/python/plugins/processing/core/outputs.py", line 101, in _resolveTemporary
return getTempFilenameInTempFolder(self.name + '.' + ext)
TypeError: Can't convert 'int' object to str implicitly@

@qgib
Copy link
Contributor Author

qgib commented Jan 18, 2017

Author Name: Alexander Bruy (@alexbruy)


Should be fixed in master


  • resolution was changed from to fixed/implemented
  • os_version was changed from sarah to
  • operating_system was changed from Linux mint to
  • status_id was changed from Open to Closed

@qgib qgib added Bug Either a bug report, or a bug fix. Let's hope for the latter! High Priority Processing Relating to QGIS Processing framework or individual Processing algorithms labels May 25, 2019
@qgib qgib added this to the Version 3.0 milestone May 25, 2019
@qgib qgib closed this as completed May 25, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Either a bug report, or a bug fix. Let's hope for the latter! High Priority Processing Relating to QGIS Processing framework or individual Processing algorithms
Projects
None yet
Development

No branches or pull requests

1 participant