You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for creating this wonderful package. I'm currently having a minor issue rendering raster images using the package. I've generally been converting my rasters to dataframes, and using the add_grid_cell_layer function to display them on the map. However, there is currently a restriction on the grid cell size, such that the cell size needs to be between 1 - 1000 meters (that's the default unit). Can that restriction be relaxed somehow?
Alternatively, do you recommend rendering rasters using an alternative function/method (e.g. BitmapLayer)? Not sure how the backend part of adapting the package works, but here's a useful module for raster that seems to be available - https://kylebarron.dev/deck.gl-raster/.
Thanks so much!
The text was updated successfully, but these errors were encountered:
Hi Crazycapivara,
Thanks for creating this wonderful package. I'm currently having a minor issue rendering raster images using the package. I've generally been converting my rasters to dataframes, and using the
add_grid_cell_layer
function to display them on the map. However, there is currently a restriction on the grid cell size, such that the cell size needs to be between 1 - 1000 meters (that's the default unit). Can that restriction be relaxed somehow?Alternatively, do you recommend rendering rasters using an alternative function/method (e.g. BitmapLayer)? Not sure how the backend part of adapting the package works, but here's a useful module for raster that seems to be available - https://kylebarron.dev/deck.gl-raster/.
Thanks so much!
The text was updated successfully, but these errors were encountered: