Skip to content

Releases: XDwightsBeetsX/topography

topography package release!

27 Jun 02:38
5f91d4c
Compare
Choose a tag to compare

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