I am attaching 3 files: 6000.txt, 5500.txt, 5750.txt
I am trying to interpolate (I hope I am using the correct word) files 6000.txt and 5500.txt with awk to get 5750.txt... Any ideas on how I can do that?
It is also from the same model.
I am trying to get 5750.txt from the other 2... as an experiment because after that I will apply the same concept to get from 6000 and 5750 => 5875
I know what you mean, but I don't know how exactly it should go. What mathematical operations should we apply on the numbers in two input files to get the third file? So far you only posted input and output but without clear connection between them. Without that I'm afraid we can't help you.
I have two points which represent the start and end points of a line. I need to interpolate a number of points on the line between the two points.
Point 1:
x = 455989.0
y = 8673453.4
Point 2:
x = 283957.6
y = 8691250.1
The two points I have are coordinates given in UTM format. x... (3 Replies)