Select to view content in your preferred language

Extract interpolated values from coordinates

137
1
Jump to solution
3 weeks ago
Labels (2)
fred7
by
Regular Contributor

Hello,

I interpolated water surface nutirent concentration values using "Spline with barriers". 
I was using csv file with point coordinates and their concentration value.
Now, I have other coordinates (points) where I do not know the concentration.

Is it possible to extract interpolated values (and save as text file) near the points where the concentration value is known?
I added a picture to this post.

X marks the value that is used for interpolation,
grey dots are from where I would like to extract the concentration value.

0 Kudos
1 Solution

Accepted Solutions
DanPatterson
MVP Esteemed Contributor

make a featureclass with the csv file, then

Extract Values to Points (Spatial Analyst)—ArcGIS Pro | Documentation

and export the table (with coordinates) to a csv


... sort of retired...

View solution in original post

0 Kudos
1 Reply
DanPatterson
MVP Esteemed Contributor

make a featureclass with the csv file, then

Extract Values to Points (Spatial Analyst)—ArcGIS Pro | Documentation

and export the table (with coordinates) to a csv


... sort of retired...
0 Kudos