Re: [gdal-dev] AWS Lambda layer with GDAL python bindings

2023-02-08 Thread Ari Jolma
2019 with a few hacks: https://github.com/developmentseed/geolambda *From:*gdal-dev on behalf of Ari Jolma *Date:*Wednesday, February 8, 2023 at 1:42 AM *To:*gdal-dev@lists.osgeo.org *Subject:*[gdal-dev] AWS Lambda layer with GDAL python bindings Hi, I need an AWS Lambda layer with GDAL

Re: [gdal-dev] AWS Lambda layer with GDAL python bindings

2023-02-08 Thread Ari Jolma
-dev@lists.osgeo.org *Subject: *[gdal-dev] AWS Lambda layer with GDAL python bindings Hi, I need an AWS Lambda layer with GDAL python bindings, for "from osgeo import gdal", but it seems difficult to make such a layer. In fact all I need is gdal.Open and gdal.BuildVRT - I have not dug d

Re: [gdal-dev] AWS Lambda layer with GDAL python bindings

2023-02-08 Thread Vincent Sarago
rg>> on behalf of Ari Jolma > mailto:ari.jo...@gmail.com>> > Date: Wednesday, February 8, 2023 at 1:42 AM > To: gdal-dev@lists.osgeo.org <mailto:gdal-dev@lists.osgeo.org> > mailto:gdal-dev@lists.osgeo.org>> > Subject: [gdal-dev] AWS Lambda layer with GDAL python

Re: [gdal-dev] AWS Lambda layer with GDAL python bindings

2023-02-08 Thread Joe Lee
This worked quite well in 2019 with a few hacks: https://github.com/developmentseed/geolambda From: gdal-dev on behalf of Ari Jolma Date: Wednesday, February 8, 2023 at 1:42 AM To: gdal-dev@lists.osgeo.org Subject: [gdal-dev] AWS Lambda layer with GDAL python bindings Hi, I need an AWS

Re: [gdal-dev] AWS Lambda layer with GDAL python bindings

2023-02-08 Thread Ari Jolma
I'm giving up for now and will move the task into an EC2, where it is really easy to set up the required python environment. Ari Howard Butler kirjoitti 8.2.2023 klo 16.27: On Feb 8, 2023, at 1:42 AM, Ari Jolma wrote: Hi, I need an AWS Lambda layer with GDAL python bindings, for "from osg

Re: [gdal-dev] AWS Lambda layer with GDAL python bindings

2023-02-08 Thread Howard Butler
> On Feb 8, 2023, at 1:42 AM, Ari Jolma wrote: > > Hi, > > I need an AWS Lambda layer with GDAL python bindings, for "from osgeo import > gdal", but it seems difficult to make such a layer. > > In fact all I need is gdal.Open and gdal.BuildVRT - I have not dug deeper > into rasterio, can i

[gdal-dev] AWS Lambda layer with GDAL python bindings

2023-02-07 Thread Ari Jolma
Hi, I need an AWS Lambda layer with GDAL python bindings, for "from osgeo import gdal", but it seems difficult to make such a layer. In fact all I need is gdal.Open and gdal.BuildVRT - I have not dug deeper into rasterio, can it do those? Anyway, I installed GDAL on a machine with python 3.