Skip to main content

Perform engineering analysis on a beam

Project description

topography :earth_americas:

Python 3.8 Build Status

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))

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


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)

Uploaded Source

Built Distribution

topography-0.0.1-py3-none-any.whl (5.8 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page