Skip to content

Commit dfb5a89

Browse files
committed
update changelog, version, and readme with new ARNs
1 parent 5cb5406 commit dfb5a89

File tree

3 files changed

+48
-1
lines changed

3 files changed

+48
-1
lines changed

CHANGELOG.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,30 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
66

77
## [Unreleased]
88

9+
10+
## [v2.0.0] - 2019-10-25
11+
12+
Updated GDAL, PROJ, and Geotiff libraries.
13+
14+
### Package versions
15+
- GDAL_VERSION=3.0.1
16+
- PROJ_VERSION=6.2.0
17+
- GEOS_VERSION=3.8.0
18+
- GEOTIFF_VERSION=1.5.1
19+
- HDF4_VERSION=4.2.14
20+
- HDF5_VERSION=1.10.5
21+
- NETCDF_VERSION=4.7.1
22+
- NGHTTP2_VERSION=1.39.2
23+
- OPENJPEG_VERSION=2.3.1
24+
- CURL_VERSION=7.66.0
25+
- LIBJPEG_TURBO_VERSION=2.0.3
26+
- PKGCONFIG_VERSION=0.29.2
27+
- SZIP_VERSION=2.1.1
28+
- WEBP_VERSION=1.0.3
29+
- ZSTD_VERSION=1.4.3
30+
- OPENSSL_VERSION=1.0.2
31+
32+
933
## [v1.2.0] - 2019-10-24
1034

1135
### Added
@@ -32,6 +56,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
3256
- WEBP_VERSION=1.0.3
3357
- ZSTD_VERSION=1.4.3
3458

59+
3560
## [v1.1.0] - 2018-03-22
3661

3762
### Added
@@ -65,6 +90,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
6590
- WEBP_VERSION=1.0.1
6691
- ZSTD_VERSION=1.3.8
6792

93+
6894
## [v1.0.0] - 2018-07-27
6995

7096
#### Versions:
@@ -79,5 +105,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
79105
- GDAL_VERSION=2.3.1
80106

81107
[Unreleased]: https://github.com/sat-utils/sat-stac/compare/master...develop
108+
[v2.0.0]: https://github.com/developmentseed/geolambda/compare/1.2.0...2.0.0
109+
[v1.2.0]: https://github.com/developmentseed/geolambda/compare/1.1.0...1.2.0
82110
[v1.1.0]: https://github.com/developmentseed/geolambda/compare/1.0.0...1.1.0
83111
[v1.0.0]: https://github.com/developmentseed/geolambda/tree/1.0.0

README.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ While GeoLambda was initially intended for AWS Lambda it is also useful as a bas
1515
| 1.0.0 | 2.3.1 | |
1616
| 1.1.0 | 2.4.1 | |
1717
| 1.2.0 | 2.4.2 | Separate Python (3.7.4) image and Lambda Layer added |
18+
| 2.0.0 | 3.0.1 | libgeotiff 1.5.1, proj 6.2.0 |
1819

1920
### Docker images
2021

@@ -40,6 +41,24 @@ All of the GDAL CLI tools are installed so could be run on images in the current
4041

4142
If you just wish to use the publicly available Lambda layer you will need the ARN for the layer in the same region as your Lambda function. Currently, GeoLambda layers are available in `us-east-1`, `us-west-2`, and `eu-central-1`. If you want to use it in another region please file an issue or you can also create your own layer using this repository (see instructions below on 'Create a new version').
4243

44+
#### v2.0.0
45+
46+
| Region | ARN |
47+
| ------ | --- |
48+
| us-east-1 | arn:aws:lambda:us-east-1:552188055668:layer:geolambda:3 |
49+
| us-west-2 | arn:aws:lambda:us-west-2:552188055668:layer:geolambda:3 |
50+
| eu-central-1 | arn:aws:lambda:eu-central-1:552188055668:layer:geolambda:3 |
51+
52+
#### v2.0.0-python
53+
54+
See the [GeoLambda Python README](python/README.md). The Python Lambda Layer includes the libraries `numpy`, `rasterio`, `GDAL`, `pyproj`, and `shapely`.
55+
56+
| Region | ARN |
57+
| ------ | --- |
58+
| us-east-1 | arn:aws:lambda:us-east-1:552188055668:layer:geolambda-python:2 |
59+
| us-west-2 | arn:aws:lambda:us-west-2:552188055668:layer:geolambda-python:2 |
60+
| eu-central-1 | arn:aws:lambda:eu-central-1:552188055668:layer:geolambda-python:2 |
61+
4362
#### v1.2.0
4463

4564
| Region | ARN |

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.2.0
1+
2.0.0b1

0 commit comments

Comments
 (0)