Skip to content

topography package release!

Latest
Compare
Choose a tag to compare
@XDwightsBeetsX XDwightsBeetsX released this 27 Jun 02:38
· 6 commits to master since this release
5f91d4c

check out the new topography package on pypi ๐ŸŒŽ

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