[gdal-dev] Potential VRT bug

2019-02-12 Thread Harris, Tim
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

[gdal-dev] FileGDB and vsimem

2018-09-14 Thread Harris, Tim
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

Re: [gdal-dev] Use GDAL on AWS Lambda

2018-07-12 Thread Harris, Tim
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