-
Notifications
You must be signed in to change notification settings - Fork 64
libraries_toolsGIS_XYfile
Pierre Horgue edited this page Sep 16, 2021
·
2 revisions
XY file handler/reader with linear interpolation (using three closest points).
Accepts random point distribution in file but it is much slower than DEMfile interpolation (due to the 3 closest points search).
The class reads the file :
x1 y1 value1 x2 y2 value2 ... xN yN valueN
The class is used in utility setFieldsFromXY for variable initialization based on a data file.