-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
Filtering raster layers using expressions in Mapbox GL is currently unsupported. There's a discussion on Mapbox GL repo about raster-colorize but that hasn't really found a place on their roadmap.
I'm capturing some of the options we discussed so far:
- If we want to use the raster files as is, we might want to serve them as COGs but this means setting up a separate tile server.
- Try something like https://github.com/kylebarron/deck.gl-raster — but this is really experimental
- Turn the rasters into vectors like a 50m - 100m tile grid that can visualize the population density, for example like: https://sedac.ciesin.columbia.edu/data/set/gpw-v3-population-density/maps
I personally think we should use option 3. Could we use https://github.com/mapbox/rio-mbtiles?
Metadata
Metadata
Assignees
Labels
No labels