Skip to content

Commit

Permalink
Add layer config for preliminary IO LULC static tileset (#3635)
Browse files Browse the repository at this point in the history
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).
  • Loading branch information
KlaasH committed Jul 16, 2024
1 parent 90d1fe3 commit ae2efdc
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions src/mmw/mmw/settings/layer_settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,22 @@
},
],
'coverage': [
{
'display': 'IO Global LULC 2023',
'code': 'io-lulc-2023',
'css_class_prefix': 'io-lulc-2023 nlcd',
'short_display': 'IO LULC 2023',
'helptext': 'Global land use/land cover dataset produced by '
'Impact Observatory, Microsoft, and Esri, derived from '
'ESA Sentinel-2 imagery at 10 meter resolution.',
'url': 'https://{s}.tiles.azavea.com/io-lulc-2023-10m/{z}/{x}/{y}/0695d32d7723e4c3b53f1ec897e108282dd8ae2c919250f333f4600fe78ebbed.png',
'maxNativeZoom': 8,
'maxZoom': 18,
'opacity': 0.618,
'has_opacity_slider': True,
'legend_mapping': { key: names[1] for key, names in NLCD.items()},
'big_cz': True,
},
{
'display': 'Land Use/Cover 2019 (NLCD19)',
'code': 'nlcd-2019_2019',
Expand Down

0 comments on commit ae2efdc

Please sign in to comment.