I came across some strange behavior while panning around a VRT in QGIS. The VRT
consists of several large overlapping TIFs where some TIFs have NODATA in areas
where other TIFs have data. The behavior is hard to explain, but it looks like
the data read from the files is corrupted. Panning around
Is there any way to write a geodatabase to a vsimem path, or is that something
ESRI would have to change in their SDK? It looks like it just writes to the
filesystem under a /vsimem directory at the moment...
___
gdal-dev mailing list
gdal-dev@lists.osg
I haven't used Serverless, but I'm running GDAL in AWS Lambda using binary
wheels:
https://github.com/youngpm/gdalmanylinux
This repo is based on Sean Gillies's wheel build for Fiona, Rasterio, and
Shapely (https://github.com/sgillies/frs-wheel-builds). I believe it has
instructions, but the g