Running ArcGIS pro 3.0.3 with spatial analyst enabled.
Hello! I'm currently a beginner to GIS and am trying to use it for university.
What I'm trying to do is get a summary of cells per country in reference to density. I was hoping to try and export this data and run some analysis similar to the paper "MEASURING ECONOMIC GROWTH FROM OUTER SPACE" (Henderson, J. Vernon, Adam Storeygard and David N. Weil. 2012.)
Country ID | Cell_0 | Cell_1-900 | Cell_901-4000 | Cell_4000-20000 | Cell_20000-80000 | Total |
PH | 312654 | 21564 | 12865 | 6075 | 354 | 353512 |
I was hoping that I could export the data into something that would look like this as so I could export It as a csv and run it using other programs.
Below is some additional data as well as the source
https://ghsl.jrc.ec.europa.eu/download.php
Solved! Go to Solution.
Hi, there might be better solutions than this but this is how I did it:
Result:
(It is also possible to get a table with one row and one column for each raster value.)
Hi, there might be better solutions than this but this is how I did it:
Result:
(It is also possible to get a table with one row and one column for each raster value.)
Thank you so much, You're a life saver!