v0.5.0
New Features
FastSquareGridGenerator
as a faster equivalent toSquareGridGenerator
(PR #253) from @joshuacortez- Just like
FastBingTileGenerator
, this is also added in00_grids.ipynb
.
- Just like
Improvements
- The
generate_grid
method inSquareGridGenerator
andFastSquareGridGenerator
shows a warning when the boundary of doesn't fully enclose the AOI. (issue #147)