v0.16.0
Release Notes
New Features
- Add a new arg to
WMS.getmap_bybox
calledtiff_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 usingpygeoutils.gtiff2vrt
function.