I am having trouble with spatially querying between an Ascii file and a polyline (shapefile).
What i want to do is find the cloest pixel point in the ascii file and insert it into a new attribute column within the shapefile polyline
The ascii files has theses attributes "Row & Column" eg 1182, 1657 - "Ground Location" eg co-ordinates - "Band 0 (REAL64)" eg 19.2234.
ao what i want is the closest band attribute to be inserted into the shape file as a new attribute.
I have tried to use the neighborfinder but it doesn't seem to want to match anything.
Does anyone no how to do this?
Cheers
Trent