-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
Add support for '-tr' parameter in clip raster tools #25784
Comments
Author Name: Alexander Bruy (@alexbruy) This is should be a feature request, not bug.
|
Author Name: Peter Drexel (Peter Drexel) OK, but it is a regression. |
Author Name: Alexander Bruy (@alexbruy) This is not regression. GdalTools and Processing are different plugins and they have different UI.
|
Author Name: Peter Drexel (Peter Drexel) As I am able to change the resolution of the output-raster in 2.18 and not in 2.99 I would still call it a regression... Both versions use gdal_translate, but in 2.99 i can not find q way to pass "-tr" to the tool. In 2.18: gdal:gdalogr:cliprasterbyextent In 2.99: gdal:cliprasterbyextent |
Related to #26280 |
Implemented in c224a01 |
Author Name: Peter Drexel (Peter Drexel)
Original Redmine Issue: 17889
Redmine category:processing/gdal
Assignee: Victor Olaya
When I
clip a raster by extent
using the toolbox I cannot change the resolution (ie "-tr 5 5") of the Output-Raster anymore.
I Tried using the Additional creation parameters but that adds "-co" to the command.
gdal_translate -projwin -34410 234733 -34139 234530 -ot Float32 -of GTiff -co -tr=5 5 V:/Geodaten/Luftbilder/Orthofotos/Vlbg/ef2015_10cm.ecw C:/temp/OUTPUT.tif
In QGIS 2.18 I can add the -tr-Parameter by using the "Additional creation parameters [optional].
The text was updated successfully, but these errors were encountered: