Multiplying rasters by integers in processing modeler The Next CEO of Stack OverflowWhy does...
How do scammers retract money, while you can’t?
What's the point of interval inversion?
Visit to the USA with ESTA approved before trip to Iran
Why does standard notation not preserve intervals (visually)
What happens if you roll doubles 3 times then land on "Go to jail?"
How to start emacs in "nothing" mode (`fundamental-mode`)
A pseudo-riley?
Anatomically Correct Strange Women In Ponds Distributing Swords
How long to clear the 'suck zone' of a turbofan after start is initiated?
Can the Reverse Gravity spell affect the Meteor Swarm spell?
Would this house-rule that treats advantage as a +1 to the roll instead (and disadvantage as -1) and allows them to stack be balanced?
How to make a variable always equal to the result of some calculations?
Customer Requests (Sometimes) Drive Me Bonkers!
Where to find order of arguments for default functions
Does it take more energy to get to Venus or to Mars?
Can a single photon have an energy density?
What makes a siege story/plot interesting?
How should I support this large drywall patch?
Are there languages with no euphemisms?
Grabbing quick drinks
What does this shorthand mean?
How to count occurrences of text in a file?
Increase performance creating Mandelbrot set in python
Term for the "extreme-extension" version of a straw man fallacy?
Multiplying rasters by integers in processing modeler
The Next CEO of Stack OverflowWhy does the SAGA raster calculator fail when used in a Processing model?Problem loading output layer QGISAdding today's date into attribute table using QGIS Processing modeler?How to use GRASS raster tools in the Processing modeler?Using Calculator in QGIS Graphical ModelerProcessing modeler to update tableReferencing another layer in Field Calculator inside Graphical ModelerAccess string output of QGIS 3 processing script in graphical modelerRaster calculator giving a different result in processing modeler Qgis 3.2.3
I need to multiply several rasters by integers as a part of a multiple steps process. For this reason I'm using QGIS' Processing Modeler.
I'm looking for something similar to the Raster calculator
, but it doesn't seem to be available from the Processing Modeler.
I've also tried to use the GRASS r.mapcalculator
algorithm (with A
my input raster layer, and applying the formula A*100
for example), but it always returns the following error message:
Oooops! The following output layers could not be open
Output raster layer: /tmp/processing/ad0f2935615a472eb6b6b6feb44f3e72/outfile.tif
qgis qgis-modeler
bumped to the homepage by Community♦ 2 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
add a comment |
I need to multiply several rasters by integers as a part of a multiple steps process. For this reason I'm using QGIS' Processing Modeler.
I'm looking for something similar to the Raster calculator
, but it doesn't seem to be available from the Processing Modeler.
I've also tried to use the GRASS r.mapcalculator
algorithm (with A
my input raster layer, and applying the formula A*100
for example), but it always returns the following error message:
Oooops! The following output layers could not be open
Output raster layer: /tmp/processing/ad0f2935615a472eb6b6b6feb44f3e72/outfile.tif
qgis qgis-modeler
bumped to the homepage by Community♦ 2 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
add a comment |
I need to multiply several rasters by integers as a part of a multiple steps process. For this reason I'm using QGIS' Processing Modeler.
I'm looking for something similar to the Raster calculator
, but it doesn't seem to be available from the Processing Modeler.
I've also tried to use the GRASS r.mapcalculator
algorithm (with A
my input raster layer, and applying the formula A*100
for example), but it always returns the following error message:
Oooops! The following output layers could not be open
Output raster layer: /tmp/processing/ad0f2935615a472eb6b6b6feb44f3e72/outfile.tif
qgis qgis-modeler
I need to multiply several rasters by integers as a part of a multiple steps process. For this reason I'm using QGIS' Processing Modeler.
I'm looking for something similar to the Raster calculator
, but it doesn't seem to be available from the Processing Modeler.
I've also tried to use the GRASS r.mapcalculator
algorithm (with A
my input raster layer, and applying the formula A*100
for example), but it always returns the following error message:
Oooops! The following output layers could not be open
Output raster layer: /tmp/processing/ad0f2935615a472eb6b6b6feb44f3e72/outfile.tif
qgis qgis-modeler
qgis qgis-modeler
edited Oct 28 '18 at 12:34
underdark♦
69k13178346
69k13178346
asked Jan 22 '18 at 21:34
VincentNVincentN
382
382
bumped to the homepage by Community♦ 2 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
bumped to the homepage by Community♦ 2 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
You can use Raster Product
. In the captured image, Constant grid
will create a raster layer with cell values defined in the Value
input. Then Raster product
will multiply Input Raster
and Constant grid
raster.
(1) SAGA | Raster tools | Constant grid
(2) SAGA | Raster calculus | Raster product
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "79"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fgis.stackexchange.com%2fquestions%2f268836%2fmultiplying-rasters-by-integers-in-processing-modeler%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
You can use Raster Product
. In the captured image, Constant grid
will create a raster layer with cell values defined in the Value
input. Then Raster product
will multiply Input Raster
and Constant grid
raster.
(1) SAGA | Raster tools | Constant grid
(2) SAGA | Raster calculus | Raster product
add a comment |
You can use Raster Product
. In the captured image, Constant grid
will create a raster layer with cell values defined in the Value
input. Then Raster product
will multiply Input Raster
and Constant grid
raster.
(1) SAGA | Raster tools | Constant grid
(2) SAGA | Raster calculus | Raster product
add a comment |
You can use Raster Product
. In the captured image, Constant grid
will create a raster layer with cell values defined in the Value
input. Then Raster product
will multiply Input Raster
and Constant grid
raster.
(1) SAGA | Raster tools | Constant grid
(2) SAGA | Raster calculus | Raster product
You can use Raster Product
. In the captured image, Constant grid
will create a raster layer with cell values defined in the Value
input. Then Raster product
will multiply Input Raster
and Constant grid
raster.
(1) SAGA | Raster tools | Constant grid
(2) SAGA | Raster calculus | Raster product
answered Jan 31 '18 at 17:15
KazuhitoKazuhito
16.2k41884
16.2k41884
add a comment |
add a comment |
Thanks for contributing an answer to Geographic Information Systems Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fgis.stackexchange.com%2fquestions%2f268836%2fmultiplying-rasters-by-integers-in-processing-modeler%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown