Create a binary output raster using an algorithm of reflectance indicesIn ArcGIS 9.3, how do I split a 3-band...
How to deal with possible delayed baggage?
Strange "DuckDuckGo dork" takes me to random website
Play Zip, Zap, Zop
Saint abbreviation
How to assess the long-term stability of a college as part of a job search
In Linux what happens if 1000 files in a directory are moved to another location while another 300 files were added to the source directory?
Why does magnet wire need to be insulated?
Separate environment for personal and development use under macOS
Do authors have to be politically correct in article-writing?
Premature ending of generator in list comprehension
How do you voice extended chords?
Current across a wire with zero potential difference
How to make ice magic work from a scientific point of view?
Globe trotting Grandpa. Where is he going next?
Early credit roll before the end of the film
A starship is travelling at 0.9c and collides with a small rock. Will it leave a clean hole through, or will more happen?
What will happen if Parliament votes "no" on each of the Brexit-related votes to be held on the 12th, 13th and 14th of March?
Boss asked me to sign a resignation paper without a date on it along with my new contract
Can I announce prefix 161.117.25.0/24 even though I don't have all of /24 IPs
Why did Democrats in the Senate oppose the Born-Alive Abortion Survivors Protection Act (2019 S.130)?
Looking for a specific 6502 Assembler
How do I prevent a homebrew Grappling Hook feature from trivializing Tomb of Annihilation?
What is a good reason for every spaceship to carry a weapon on board?
After checking in online, how do I know whether I need to go show my passport at airport check-in?
Create a binary output raster using an algorithm of reflectance indices
In ArcGIS 9.3, how do I split a 3-band raster (.tiff) file and summarize the band values?Display a raster stack with several bands in ArcGIS?How to Iterate through Bands of Raster using ArcGIS 10.1 ModelBuilder?Loop in ModelBuilder for compositing bands of multiple ImagesHow to save symbology for raster and also its associated 'value' (using unique values)?Converting Landsat 8 to TOA for NDWI calculationError when using Raster Calculator in ArcGIS to compute NDVI, Process output is binary, limited to pixels that are either 0 or -1Different values for NDVI from different techniquesExport raster issues in Landsat 5 images for land cover classificationDistance to water from every non-water pixel using Google Earth Engine?
I'm attempting to create a binary output raster in ArcMap based on an algorithm that uses three different reflectance index rasters I've already created from Landsat 5 data (mNDWI, NDVI, and EVI)the identify surface water pixels. The algorithm I need to apply is:
(mNDWI-NDVI>0 OR mNDWI-EVI>0) AND (EVI<0.1)
I need every pixel that the expression is true for to = 1, and every other pixel to = 0.
I tried stacking the three index rasters using the Composite Bands tool and then using the Band Arithmetic raster function, but the algorithm was invalid.
Is there a way to accomplish this in ArcMap?
arcgis-desktop raster multi-band binary
add a comment |
I'm attempting to create a binary output raster in ArcMap based on an algorithm that uses three different reflectance index rasters I've already created from Landsat 5 data (mNDWI, NDVI, and EVI)the identify surface water pixels. The algorithm I need to apply is:
(mNDWI-NDVI>0 OR mNDWI-EVI>0) AND (EVI<0.1)
I need every pixel that the expression is true for to = 1, and every other pixel to = 0.
I tried stacking the three index rasters using the Composite Bands tool and then using the Band Arithmetic raster function, but the algorithm was invalid.
Is there a way to accomplish this in ArcMap?
arcgis-desktop raster multi-band binary
add a comment |
I'm attempting to create a binary output raster in ArcMap based on an algorithm that uses three different reflectance index rasters I've already created from Landsat 5 data (mNDWI, NDVI, and EVI)the identify surface water pixels. The algorithm I need to apply is:
(mNDWI-NDVI>0 OR mNDWI-EVI>0) AND (EVI<0.1)
I need every pixel that the expression is true for to = 1, and every other pixel to = 0.
I tried stacking the three index rasters using the Composite Bands tool and then using the Band Arithmetic raster function, but the algorithm was invalid.
Is there a way to accomplish this in ArcMap?
arcgis-desktop raster multi-band binary
I'm attempting to create a binary output raster in ArcMap based on an algorithm that uses three different reflectance index rasters I've already created from Landsat 5 data (mNDWI, NDVI, and EVI)the identify surface water pixels. The algorithm I need to apply is:
(mNDWI-NDVI>0 OR mNDWI-EVI>0) AND (EVI<0.1)
I need every pixel that the expression is true for to = 1, and every other pixel to = 0.
I tried stacking the three index rasters using the Composite Bands tool and then using the Band Arithmetic raster function, but the algorithm was invalid.
Is there a way to accomplish this in ArcMap?
arcgis-desktop raster multi-band binary
arcgis-desktop raster multi-band binary
asked 5 mins ago
Walter ChandlerWalter Chandler
112
112
add a comment |
add a comment |
0
active
oldest
votes
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%2f313707%2fcreate-a-binary-output-raster-using-an-algorithm-of-reflectance-indices%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
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%2f313707%2fcreate-a-binary-output-raster-using-an-algorithm-of-reflectance-indices%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