Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Handle raster files wihtout extension as GTiff + fix some ext scripts
- Loading branch information
Showing
with
97 additions
and 336 deletions.
- +6 −5 python/plugins/processing/algs/grass7/Grass7Utils.py
- +17 −43 python/plugins/processing/algs/grass7/ext/r_colors_stddev.py
- +0 −39 python/plugins/processing/algs/grass7/ext/r_mask.py
- +13 −5 python/plugins/processing/algs/grass7/ext/r_mask_rast.py
- +12 −5 python/plugins/processing/algs/grass7/ext/r_mask_vect.py
- +8 −14 python/plugins/processing/algs/grass7/ext/r_reclass.py
- +4 −4 python/plugins/processing/algs/grass7/ext/r_resamp_filter.py
- +9 −51 python/plugins/processing/algs/grass7/ext/r_shade.py
- +7 −2 python/plugins/processing/algs/grass7/ext/r_statistics.py
- +19 −23 python/plugins/processing/algs/grass7/ext/r_stats_quantile_rast.py
- +0 −38 python/plugins/processing/algs/grass7/ext/r_texture.py
- +0 −39 python/plugins/processing/algs/grass7/ext/r_topmodel.py
- +0 −38 python/plugins/processing/algs/grass7/ext/r_topmodel_topidxstats.py
- +2 −30 python/plugins/processing/algs/grass7/ext/r_what_color.py
Oops, something went wrong.