-
-
Notifications
You must be signed in to change notification settings - Fork 3k
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
Port gdalcalc with formula excaping fix #6984
Merged
nyalldawson
merged 21 commits into
qgis:master
from
luipir:port_gdalcalc_with_formula_exaping_fix
May 14, 2018
Merged
Changes from all commits
Commits
Show all changes
21 commits
Select commit
Hold shift + click to select a range
9035cb1
ported gdalcalc with fix related to escaped formula
luipir 95b591e
rise QgsProcessingException in case no parameters
luipir f34af51
added test for gdal_calc console command
luipir e4bcb9d
fix indentation
luipir 9ef633e
moved alg to follow alphabetic order
luipir 1628473
added raster advanced options
luipir d6ba22b
adapted test to AdvancedRasterOption default to GTiff
luipir 159ece1
no .py extension to commandName return
luipir fadd343
better management of noData options
luipir 0b18bdc
safer management of A layer
luipir 33fdc5a
emit QgsProcessingException if A is not available
luipir 39154f4
safer management of optional bands
luipir 5e2aa0d
removed control of empty parameters delegating to band control the co…
luipir c9db84a
correct nodata management
luipir 1ed9004
use gdal_calc.py directly and not commandName, otherwise cannot found…
luipir 1c1c099
moved test to the correct alphabetic order
luipir 6e91315
fixed test with JPEg out default in test environment
luipir 82ad2a0
fixed way to manage NoData to avoid iniect value when None or ''
luipir 449d841
correct use of Numeric for NoData + import cleaning
luipir a4c9e1b
revert using commandName() instead of gdal_calc.py directly
luipir 06e5ca4
fixed tests to be adaptet to new numeric + fix for commandName
luipir File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Set the metadata for this param to get the nice widget - e.g. copy https://github.com/qgis/QGIS/blob/master/python/plugins/processing/algs/gdal/merge.py#L93