check out the new ***topography*** package on [pypi](https://pypi.org/project/topography/) 🌎
This package provides some visualization and interpolation for topography data using the `Map` data structure
- read data from file into `PointValues` using `topography.utils.io.getPointValuesFromCsv(filename)`
- make a map with `M = Map(rawData)` and perform some interpolation like `Map.idw(showWhenDone=True)`
- write the results to a data file with `M.writeLastToCsv("cool_idw_interpolation", writeAsMatrix=True)`
Current interpolation schemes:
- inverse distance weighting
- step function