Calculate pixel value in arcmap
Clash Royale CLAN TAG#URR8PPP
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty margin-bottom:0;
up vote
2
down vote
favorite
I want to change pixel values of elevation data. I want to change values meter to feet. So i need to multiply pixel values with 3.2808. How can i do that in arcmap?
raster raster-calculator elevation
add a comment |Â
up vote
2
down vote
favorite
I want to change pixel values of elevation data. I want to change values meter to feet. So i need to multiply pixel values with 3.2808. How can i do that in arcmap?
raster raster-calculator elevation
add a comment |Â
up vote
2
down vote
favorite
up vote
2
down vote
favorite
I want to change pixel values of elevation data. I want to change values meter to feet. So i need to multiply pixel values with 3.2808. How can i do that in arcmap?
raster raster-calculator elevation
I want to change pixel values of elevation data. I want to change values meter to feet. So i need to multiply pixel values with 3.2808. How can i do that in arcmap?
raster raster-calculator elevation
raster raster-calculator elevation
asked 2 days ago
fatmasen
446
446
add a comment |Â
add a comment |Â
2 Answers
2
active
oldest
votes
up vote
5
down vote
You will be able to do the calculations using the Raster Calculator with the following syntax:
float("DEM_raster" * 3.2808)
This will ensure the calculations are floating point accuracy rather than integer.
add a comment |Â
up vote
1
down vote
Also Times tool can be use for the calculation.
https://support.esri.com/en/technical-article/000012381
add a comment |Â
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
5
down vote
You will be able to do the calculations using the Raster Calculator with the following syntax:
float("DEM_raster" * 3.2808)
This will ensure the calculations are floating point accuracy rather than integer.
add a comment |Â
up vote
5
down vote
You will be able to do the calculations using the Raster Calculator with the following syntax:
float("DEM_raster" * 3.2808)
This will ensure the calculations are floating point accuracy rather than integer.
add a comment |Â
up vote
5
down vote
up vote
5
down vote
You will be able to do the calculations using the Raster Calculator with the following syntax:
float("DEM_raster" * 3.2808)
This will ensure the calculations are floating point accuracy rather than integer.
You will be able to do the calculations using the Raster Calculator with the following syntax:
float("DEM_raster" * 3.2808)
This will ensure the calculations are floating point accuracy rather than integer.
answered 2 days ago
Aaronâ¦
36.9k17105242
36.9k17105242
add a comment |Â
add a comment |Â
up vote
1
down vote
Also Times tool can be use for the calculation.
https://support.esri.com/en/technical-article/000012381
add a comment |Â
up vote
1
down vote
Also Times tool can be use for the calculation.
https://support.esri.com/en/technical-article/000012381
add a comment |Â
up vote
1
down vote
up vote
1
down vote
Also Times tool can be use for the calculation.
https://support.esri.com/en/technical-article/000012381
Also Times tool can be use for the calculation.
https://support.esri.com/en/technical-article/000012381
answered 2 days ago
fatmasen
446
446
add a comment |Â
add a comment |Â
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
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fgis.stackexchange.com%2fquestions%2f295436%2fcalculate-pixel-value-in-arcmap%23new-answer', 'question_page');
);
Post as a guest
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
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
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