The code is fully typed and makes use of composition with Protocol classes so that valid directions, traversal strategies, and even 2D graph types can be readily exchanged with minimal refactoring.
The below example generates a polygon grid over the entire world, where each grid cell is 10x10 decimal degrees. import polygongrid as pg # desired bounds bounds = (-180, 180, -90, 90) # accepts input ...
Some results have been hidden because they may be inaccessible to you
Show inaccessible results