I have two datasets:
- Point data which have an attribute value giving the points elevation.
- Polygon layer which has two attribute values for elevation top and elevation bottom.
I would like to perform an operation which adds/edits a field in the point data table which indicates which polygon it it spatially referenced to (in 3D). I tried a spatial join but can't figure out how to include the elevation relationship.
Many thanks.