Skip to content

Commit d6ebc41

Browse files
committed
updated README with additional info on Python layer
1 parent 963ae6b commit d6ebc41

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

README.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ This repository also contains examples and pre-built images for specific runtime
1010

1111
While GeoLambda was initially intended for AWS Lambda they are also useful as base geospatial Docker images. The version of GDAL included for different versions of GeoLambda is shown here:
1212

13-
| geolambda | GDAL |
14-
| --------- | ---- |
15-
| 1.0.0 | 2.3.1 |
16-
| 1.1.0 | 2.4.1 |
17-
| 1.2.0 | 2.4.2 |
13+
| geolambda | GDAL | Notes |
14+
| --------- | ---- | |
15+
| 1.0.0 | 2.3.1 | |
16+
| 1.1.0 | 2.4.1 | |
17+
| 1.2.0 | 2.4.2 | Separate Python (3.7.4) image and Lambda Layer added |
1818

1919
To get the version numbers of all installed packages see the [CHANGELOG](CHANGELOG.md) or the Dockerfile for the specific version.
2020

@@ -50,6 +50,8 @@ If you just wish to use the publicly available Lambda layer you will need the AR
5050

5151
#### v1.2.0-python
5252

53+
See the [GeoLambda Python README](python/README.md). The Python Lambda Layer includes the libraries `numpy`, `rasterio`, `GDAL`, `pyproj`, and `shapely`.
54+
5355
| Region | ARN |
5456
| ------ | --- |
5557
| us-east-1 | arn:aws:lambda:us-east-1:552188055668:layer:geolambda-python:1 |

0 commit comments

Comments
 (0)