Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/diego0101/aztec_curve

A Python implementation of the Aztec space-filling curve
https://github.com/diego0101/aztec_curve

fractal-algorithms fractal-images hilbert-curve peano-curve space-filling-curves zigzag-scanning

Last synced: about 2 months ago
JSON representation

A Python implementation of the Aztec space-filling curve

Awesome Lists containing this project

README

        

# Aztec Curve
## Description
A Python implementation of the Aztec space-filling curve, a fractal curve similar to Hilbert but with different clustering and aspect properties, allowing the creation of bi-dimensional clusters not available for Hilbert nor Peano curves.

*Author(s): Diego Ayala (https://github.com/Diego0101)*

*Paper: https://www.researchgate.net/publication/362386088_Aztec_curve_proposal_for_a_new_space-filling_curve*
## Execution
Just run the aztec_curve.py

You can easily do it right now, open:
- https://jupyter.org/try-jupyter/lab/
- Select a Phyton console
- Paste the contents of aztec_curve.py
- Execute (Shift+Enter)
- You should get a result like this:
![https://raw.githubusercontent.com/Diego0101/noaa_wallpaper/main/screen.jpg](https://raw.githubusercontent.com/Diego0101/aztec_curve/main/pythonplot.png)

Feel free to contact me in case of inquiries, collaboration, or donations :)
# Copyright (c) 2024 [Diego Ayala](https://diego0101.github.io/)
#### The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.