diff --git a/.gitignore b/.gitignore index bc3fea5..51b3400 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ .env lambda-deploy.zip lambda-layer-deploy.zip -.DS_Store \ No newline at end of file +.DS_Store +.idea/ \ No newline at end of file diff --git a/README.md b/README.md index 965f0fb..2ffd2c8 100644 --- a/README.md +++ b/README.md @@ -10,13 +10,15 @@ This repository also contains additional images and layers for specific runtimes While GeoLambda was initially intended for AWS Lambda it is also useful as a base geospatial Docker image. For detailed info on what is included in each image, see the Dockerfile for that version or the [CHANGELOG](CHANGELOG.md). A version summary is provided here: -| geolambda | GDAL | Notes | -| --------- | ---- | ----- | -| 1.0.0 | 2.3.1 | | -| 1.1.0 | 2.4.1 | | -| 1.2.0 | 2.4.2 | Separate Python (3.7.4) image and Lambda Layer added | -| 2.0.0 | 3.0.1 | libgeotiff 1.5.1, proj 6.2.0 | -| 2.1.0 | 3.2.1 | libgeotiff 1.6.0, proj 7.2.1, openjpeg 2.4.0, Python layer 3.7.9 | +| geolambda | GDAL | Notes | +| --------- | ---- |------------------------------------------------------------------------------| +| 1.0.0 | 2.3.1 | | +| 1.1.0 | 2.4.1 | | +| 1.2.0 | 2.4.2 | Separate Python (3.7.4) image and Lambda Layer added | +| 2.0.0 | 3.0.1 | libgeotiff 1.5.1, proj 6.2.0 | +| 2.1.0 | 3.2.1 | libgeotiff 1.6.0, proj 7.2.1, openjpeg 2.4.0, Python layer 3.7.9 **NOT RELEASED** | + +Please read the [issue](https://github.com/developmentseed/geolambda/issues/98) #### Environment variables