Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Lambda configuration options #4

Open
drewbo opened this issue Oct 7, 2019 · 0 comments
Open

Lambda configuration options #4

drewbo opened this issue Oct 7, 2019 · 0 comments

Comments

@drewbo
Copy link
Contributor

drewbo commented Oct 7, 2019

Rather than provide specific configuration options, we'll provide a host of utility functions for the primary functions needed. Users will still be expected to write their own lambda function with a consistent input signature (sqs records containing a tile body).

  • Inputs: tile endpoint, geotiff, ndarray, with various compression options
  • Tiling: should support the user sending XYZ input tiles (anything else?) into the SQS queue, acquiring imagery based on these bounds, and then subdividing these prior to GPU prediction as desired ("megatiles")
  • Prediction: wrapping/handling of the requests to the TFServing/fastai-serving endpoint
  • Saving: support save to S3 or RDS in various formats (jsonb, single value, image, compressed image)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant