kylebarron / deck.gl-raster

deck.gl layers and WebGL modules for client-side satellite imagery analysis
https://kylebarron.dev/deck.gl-raster/
MIT License
85 stars 10 forks source link

Mask layer by multipolygon #46

Closed d1ken closed 4 years ago

d1ken commented 4 years ago

Hello. Your project is awesome. I hope you will made index (NDVI) picking. But I need more one feature. I would like to mask resulted or sourced layer by multipolygon. Polygons represents my area of interest and I would like to hide not interested for me area.

kylebarron commented 4 years ago

Picking is in #32, masking is in #7. If I implement masking, however, it would only be for a bitmap, and you'd have to rasterize polygons yourself.