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

GDAL/Processing toolbox graphical modeller fails during Warp algorithm #22629

Closed
qgib opened this issue Apr 12, 2016 · 4 comments
Closed

GDAL/Processing toolbox graphical modeller fails during Warp algorithm #22629

qgib opened this issue Apr 12, 2016 · 4 comments
Labels
Bug Either a bug report, or a bug fix. Let's hope for the latter! Processing Relating to QGIS Processing framework or individual Processing algorithms

Comments

@qgib
Copy link
Contributor

qgib commented Apr 12, 2016

Author Name: Janos Meszaros (Janos Meszaros)
Original Redmine Issue: 14665
Affected QGIS version: 2.14.1
Redmine category:processing/modeller
Assignee: Victor Olaya


A small Graphical modeller model was created to merge and warp two raster layers and finally clip this mosaic by a vector layer (containing a polygon). Unfortunately, it failed so I started to delete steps backwards and finally it found out that in Warp step algorithm missing/fails an ESRI Shapefile or its CRS info. Same model was tested on other computers and it also failed with the same datasets.
I used latest QGIS version, installed with OSGeo4W on Win10 and Win8.1, both 64bit.
Log of my model in a textfile, the model and two raster file as input data to reconstruct my problem are attached.


@qgib
Copy link
Contributor Author

qgib commented Apr 26, 2016

Author Name: Alexander Bruy (@alexbruy)


I can't reproduce you error: there is nothing about shapefiles in Processing log when I execute your model. When I try to perform reprojection of the merged raster using GDAL commandline tools I get following error

ERROR 1: Attempt to create 0x0 dataset is illegal,sizes must be larger than zero.

Seems something wrong with your data.


  • tag was changed from gdal, warp, graphical modeller to
  • status_id was changed from Open to Feedback

@qgib
Copy link
Contributor Author

qgib commented May 2, 2016

Author Name: Janos Meszaros (Janos Meszaros)


Raster layers are OK if I want to merge visualize or edit them somehow. Sad that my error could not be reproducable, did you tested the model file, too? Is it sure that GDAL algorithms are working properly?

@qgib
Copy link
Contributor Author

qgib commented May 23, 2016

Author Name: Giovanni Manghi (@gioman)


see also #22821

there issue is the same (SHP set as output format for an operation that only output rasters).

@qgib
Copy link
Contributor Author

qgib commented May 23, 2016

Author Name: Giovanni Manghi (@gioman)


See #22821

problem solved by purging the .qgis2 folder. Likely to be the same issue as here. Please reopen if necessary.


  • resolution was changed from to invalid
  • status_id was changed from Feedback to Closed

@qgib qgib added Bug Either a bug report, or a bug fix. Let's hope for the latter! Processing Relating to QGIS Processing framework or individual Processing algorithms labels 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! Processing Relating to QGIS Processing framework or individual Processing algorithms
Projects
None yet
Development

No branches or pull requests

1 participant