I have a set of data in the following format:
Date/time | Latitude | Longitude | Height | Temp
These data can be entered by the user based on atmospheric temperature measurements at different space and time.The space is represented by Latitude,Longitude, and Height.Now from this set of data I have to get the temperature at any given space and time by interpolation.I not sure what kind of data structure I must use in such a scenario.I have read about Kd-tree,is that an option ?