Skip to content

Releases: thinkingmachines/geowrangler

v0.5.1

10 Sep 05:35
615bb21
Compare
Choose a tag to compare

Improvements

  • Missing corner tiles issue is fixed for both FastSquareGridGenerator and FastBingTileGenerator (PR #255) from @joshuacortez

v0.5.0

31 Aug 10:49
e6e18fb
Compare
Choose a tag to compare

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)

v0.4.0

13 Aug 10:46
a6abea3
Compare
Choose a tag to compare

New Features

  • FastBingTileGenerator for significantly speeding up grid generation (#245), thanks to @joshuacortez

    • This PR adds a new gridding class FastBingTileGenerator that significantly speeds up grid generation. This is added in 00_grids.ipynb.
  • Exactextract zonal stats method for a faster raster zonal stats implementation based on exactextract python package (#236), thanks to @tm-jc-nacpil

    • This PR adds a new method create_raster_zonal_stats_exactextract that uses the exactextract python package for a faster raster zonal stats implementation. This is added in 02_raster_zonal_stats.ipynb.
  • Documentation updates: updated the Development, Contributing and Release sections of the documentation to reflect the new development and release processes.

v0.3.0

13 Aug 10:40
a6abea3
Compare
Choose a tag to compare

New Features

  • Upgrade nbdev to nbdev2
  • Add new modules
  • Update documentation for new modules