0

I have been given a table which is a series of pixel location & values. For example:

 1 2 3
1 1 2 3
2 3 ? 2
3 2 2 1

Obviously the real table is large and also have missing values just like in example.

Pixel row and column number start from top left. Also pixel size is know.

How do I convert it to raster for visualization and analysis purpose using ArcMap 10.6?

PolyGeo
65.5k29 gold badges115 silver badges350 bronze badges
asked Dec 8, 2019 at 7:31
0

2 Answers 2

1

It would have been helpful to potential answerers if you had uploaded a sample file. The table/file you got might be in ASCII format. You may want to have a look at ASCII to Raster tool in ArcMap. If you got a simple text file then probably converting it into asc format would be less of a hassle than your current approach.

answered Dec 15, 2019 at 17:24
0

After a week of thinking and consulting with few colleagues, we reached a very rough work around. Steps:

1) Pivot table so we end up with columns: pixel value, x, y.

2) Import to gis using x,y data as point feature class.

3) Use spatial adjustment to georeference point data.

4) Generate a fishnet.

5) Spatial Join to get attribute (pixel value) to fishnet.

6) Convert to raster if required.

7) Request source to never send data in this format.

answered Dec 15, 2019 at 16:09

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.