1

I have a raster catalog that contains hundreds of rasters (10 x 10). I need to perform Cell Statistics SUM on all the raster. End user able to specify under what cell size the want to perform the operation (ex: 50 x 50).

I want to find out if the following two scenario is actually the same?

1st: Set the CELLSIZE Environment variable of Cell Statistics tool to 50 x 50 and perform cell statistics SUM.

2nd: For each of the raster, run Resample (type: NEAREST) tool to resize to 50 x 50 and run cell statistics SUM on all the rasters.

PolyGeo
65.5k29 gold badges115 silver badges349 bronze badges
asked Jun 27, 2016 at 8:24

1 Answer 1

-1

Final result generated will be a bit different but performance on 2nd will definitely be slower than 1st.

answered Aug 25, 2016 at 2:16
1
  • what would be the difference between both? Commented May 12, 2017 at 13:08

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.