Add layer config for preliminary IO LULC static tileset #3635
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Overview
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).
Connects WikiWatershed/mmw-tiler#9
Demo
Notes
At the moment, the tile for zoomlevel zero is missing. The tiles for z3 and below have to be generated locally because they take longer than the maximum Lambda timeout, and z0 still timed out when I set the limit to 90 minutes. I'll try again overnight, but if that doesn't work I'll give up, since this is just a preview.Update: the z0 tile is up now. It took 4.5 hours to generate, per thetime
utility, though my computer had a charger issue and went to sleep for a while during the process, so that might be inflated.Testing Instructions