Closed awickert closed 9 years ago
And add a recipe for generating voronoi cells around them to compute reasonable areas over which those loads are important.
The other option is to interpolate point loads into a gridded set of loads -- show how to do that too in help/tutorial file.
NOT doing this -- what to do with point loads on edges? Instead, just expecting users to give full mass.
It will become a vector command then! So must be v.flexure
Now at the point at which I pull x and y. Lat/lon check. If ll, then use a function to find great circle distances. This might have to be implemented directly inside f2d.py, with a flag or something, as well as a note on R_planet (wow, another possible variable!)
Complete! Works for both unprojected and lat/lon locations. The latter is really exciting: it uses great circle paths, and thus could be used for global calculations! Of course, spherical harmonics with FFT-style solutions would be better for a globe, but still nice to know that it is possible to operate around the poles.