https://github.com/austinschneider/meander
Computing contours in a two dimensional space with the meandering triangles algorithm
https://github.com/austinschneider/meander
contours geometry
Last synced: 6 months ago
JSON representation
Computing contours in a two dimensional space with the meandering triangles algorithm
- Host: GitHub
- URL: https://github.com/austinschneider/meander
- Owner: austinschneider
- License: lgpl-3.0
- Created: 2018-12-10T21:16:58.000Z (over 7 years ago)
- Default Branch: main
- Last Pushed: 2024-10-18T13:49:18.000Z (almost 2 years ago)
- Last Synced: 2025-11-12T10:29:12.414Z (8 months ago)
- Topics: contours, geometry
- Language: Python
- Homepage:
- Size: 14.6 KB
- Stars: 0
- Watchers: 1
- Forks: 4
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# meander
Meander is a small package for computing contours (isolines of a scalar field) in a two dimensional space using the meandering triangles algorithm and some geometry routines built into scipy.