Skip to content

v0.5.0

Compare
Choose a tag to compare
@joshuacortez joshuacortez released this 31 Aug 10:49
· 36 commits to master since this release
e6e18fb

New Features

  • FastSquareGridGenerator as a faster equivalent to SquareGridGenerator (PR #253) from @joshuacortez
    • Just like FastBingTileGenerator, this is also added in 00_grids.ipynb.

Improvements

  • The generate_grid method in SquareGridGenerator and FastSquareGridGenerator shows a warning when the boundary of doesn't fully enclose the AOI. (issue #147)