AWS Automation Release
Introduction
The purpose of this release was to develop a short course for AMS2020. A major feature of this release is automated
creation of the PODPAC Lambda function. As part of this we implemented a few more additional
features, and fixed a number of bugs.
Features
- Automated Lambda Function creation using PODPAC. See #326, #306
- Added a context manager for easy temporary settings. See #329
- Added generic algorithm module with
Mask
andGeneric
nodes. See #325, #323 - Added styles to node serialization, enabling customization of WMS layers. See #317
- Made mode attr's read-only by default. See #315
- Updated the definition of advanced interpolation for nodes 05163b4
Bug
- Corrected string comparison in AWS Lambda function 7dbaf3f
- _first_init usage should have called super c02dc03
- Made style definition consistent 279eab9
- Fixed DroughtCategory algorithm -- the upper limit was not correct 9b92bb7
- Fixed failure on pre-commit hook installation for dev version of podpac aebe6b0 #322
- Fixed to interpolation #320 f9ad493 f9ad493 fadf939
- Fixed error due to missing quality flag in SMAP(EGI) node 26fcb16
Deprecated Features
- The Pipeline Node is being deprecated, targeted for 2.0 release. Use Node.from_json instead.