nansencenter / nansat

Scientist friendly Python toolbox for processing 2D satellite Earth observation data.
http://nansat.readthedocs.io
GNU General Public License v3.0
181 stars 66 forks source link

Update vrt.py #515

Closed an-ivanov closed 2 years ago

an-ivanov commented 2 years ago

Update writing raw files with batches to handle writing data larger then 2 GB, because the _gdal.VSIFWriteL function throw the "RuntimeError: too large buffer (>2GB)" exception in that case.