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

AWS 2-6: Add Hybrid Tiling Endpoint #11

Open
5 tasks
rajadain opened this issue Jun 6, 2024 · 0 comments
Open
5 tasks

AWS 2-6: Add Hybrid Tiling Endpoint #11

rajadain opened this issue Jun 6, 2024 · 0 comments

Comments

@rajadain
Copy link
Member

rajadain commented Jun 6, 2024

Once the research is done for #10, implement the hybrid tiling endpoint and demonstrate its use.

This endpoint should:

  • Be configurable with an S3 bucket for cached entries
  • For every request, check if there is an image in S3. If so, it should serve it.
  • If not, it should generate it, then save to S3, then serve it.
  • If it cannot be generated, it should return a 500
  • Return a 404 if the specified layer is not found
KlaasH added a commit to WikiWatershed/model-my-watershed that referenced this issue Jul 16, 2024
Adds the 2023 IO LULC layer to the layer settings, pointing at the static
tiles that were generated and uploaded to the Datahub S3 bucket.
This is just a preview of the layer, since the tiles were only generated
through z8 and this static source will ultimately be replaced by a hybrid
static/dynamic TiTiler setup (see
WikiWatershed/mmw-tiler#10 and
WikiWatershed/mmw-tiler#11).
KlaasH added a commit to WikiWatershed/model-my-watershed that referenced this issue Jul 16, 2024
Adds the 2023 IO LULC layer to the layer settings, pointing at the static
tiles that were generated and uploaded to the Datahub S3 bucket.
This is just a preview of the layer, since the tiles were only generated
through z8 and this static source will ultimately be replaced by a hybrid
static/dynamic TiTiler setup (see
WikiWatershed/mmw-tiler#10 and
WikiWatershed/mmw-tiler#11).
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