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
-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
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
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
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
> 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
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.