Skip to content

v0.4.0

Compare
Choose a tag to compare
@butchtm butchtm released this 13 Aug 10:46
· 71 commits to master since this release
a6abea3

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.