Topography

Latest version: v1.0.0

Safety actively analyzes 625831 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

1.0.0

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

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.