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

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

2018-07-12 Thread Jeremy Palmer
I have no direct experience, but there are plenty of resources on the web for how to install GDAL on Lambda: https://github.com/mmcfarland/foss4g-lambda-demo (presentation https://vimeo.com/234947418) https://github.com/joshtkehoe/lambda-python-gdal Both are using python 2.7, but the steps should

[gdal-dev] Use GDAL on AWS Lambda

2018-07-12 Thread kch
Hello, I am looking for any help from anyone who has experience with using GDAL on AWS Lambda. I am trying to deploy a python function which uses GDAL onto AWS Lambda. At the moment I am using Serverless to package and deploy my function. I am at a roadblock because I can't figure out how to get

[gdal-dev] GDAL C# bindings, read from /vsimem/

2018-07-12 Thread Atle Frenvik Sveen
Hi list, first time poster here. I'm using the GDAL C# bindings in .net core via the Gdal.Core Nuget package (https://www.nuget.org/packages/Gdal.Core/) Everyting seems to work fine, apart from the fact that I have to touch the file system in order to get my created GeoTiff as a memory stream