Shortest Path Python Algorithm: A* vs Dijkstra When trying to find the shortest path between two points in a graph or map, two popular algorithms that can be used are the A* and Dijkstra algorithms.
Python class for converting (very fast) 3D Meshes/Surfaces to Raster DEMs (as Geotiff) or regular point cloud grids. Supports gridding overlapping surfaces (e.g. highest, lowest, or first result) ...