-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
GTC-2965 Enable analysis on lists with geostore IDs
The list of geostore IDs is specified by the "geostore_ids" field of the step function/lambda input. The raster analysis currently only deals with ResourceWatch geostore IDs, not data API geostore IDs. Fixed small bug where aggregation lambda would fail if the "id_field" field is not specified, even though it should default to "fid" if not supplied. Tested using sample inputs to the batch processing step function.
- Loading branch information
Showing
3 changed files
with
108 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters