Hello everyone.
My Bachelor´s Thesis includes creating a project in ArcGIS dealing with the NDVIs of two different national parks in Tanzania and Zambia. In order to transform my data into a usable format for R, I am currently working on creating an attribute table which I can then export as a text file.
Right now, I´m working on extracting multi values to points to create the attribute table and want to include the slope of my terrain. The slope was calculated from a DEM and has a value of 0-39° (in degrees) or 0-83% (in percent) when I open the properties of the layer. However, when I extract the value to the points of a fishnet that I created, the values get changed. In the attribute table I know have values of 0.1-24° and 0.1-45%. It is the only layer that has its values changed in that way.
Can someone maybe explain to me what happened there and how I can change it?
I really appreciate any help. Thank you in advance.