-
-
Notifications
You must be signed in to change notification settings - Fork 63
Description
Is your feature request related to a problem? Please describe.
I've tried using multiband COGs not more than 20mb. With 24 bands the georaster-layer-for-leaflet plugin is very slow, the original number of bands was 144 (totally unusable). The raster size is approximately 2000x850. The data are also very sparse (~95% of the values in the rasters are 0s).
Describe the solution you'd like
A way to configure the plugin to support a large number of bands, approximately 100-200. My issue may also stem from not understanding the COG format well enough.
Describe alternatives you've considered
Could my issue be solved by creating external overview files? I see in some of the examples where the bands are stored in individual files, is loading 100 separate files reasonable from a performance perspective?