Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add FastSquareGridGenerator #253

Merged

Conversation

joshuacortez
Copy link
Member

This PR introduces FastSquareGridGenerator, the alternative to SquareGridGenerator that uses 2D voxel traversal and scanline fill to speed up grid generation. It uses the same underlying polygon fill algorithm as FastBingTileGridGenerator.

This PR also refactors some functions from 00_grids to 15_polygon_fill with corresponding examples with clearer example usage.

Copy link

Check out this pull request on  ReviewNB

See visual diffs & provide feedback on Jupyter Notebooks.


Powered by ReviewNB

@joshuacortez
Copy link
Member Author

Closes #147

@joshuacortez joshuacortez merged commit e6e18fb into thinkingmachines:master Aug 29, 2024
1 check passed
@joshuacortez joshuacortez deleted the feat/fast-square-gridding branch August 29, 2024 07:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants