Skip to content

v0.16.0

Compare
Choose a tag to compare
@github-actions github-actions released this 03 Jan 18:57
· 175 commits to main since this release

Release Notes

New Features

  • Add a new arg to WMS.getmap_bybox called tiff_dir for storing the responses from a WMS request as a GeoTIFF file on disk instead of keeping all responses in memory. When this arg is given the function return a list of paths to these files. This is useful for large requests where the response is too large to be kept in memory. You can create a VRT file from these files using pygeoutils.gtiff2vrt function.