Perform engineering analysis on a beam
Project description
topography :earth_americas:
Contains different approaches to modeling terrain and maps in python
Requirements:
.csv
file with incomplete sampled terrain
Inverse Distance Weighting
A given point P(x, y)
is determined by the values of its neighbors, inversely to the distance of each neighbor.
This ensures a P
is more dependent on nearer points.
- Weighting function
W(x, y)
- Normalized by
exp(-d(x, y))
- Normalized by
Nearest (Natural) Neighbor
P(x, y)
is determined only by the value of its nearest neighbor.
Spline
A 2D-spline is fit to known points, where unknown points P(x, y)
can be determined.
References made to
arcGIS
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
topography-0.0.1.tar.gz
(5.0 kB
view hashes)
Built Distribution
Close
Hashes for topography-0.0.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 41d89f9c7d205adf7fa65573b4c1f3f765856ddc643909381d08a6adc8d3b61f |
|
MD5 | 84273c6b55d33a12190df00ff6d351e8 |
|
BLAKE2b-256 | 0b1452bd0e89a1f0f4688385b7c98ed81bf41b7305b595ff6f27c3f22f042b89 |