Map with several milion pixels

Hello,

I wondered if it is possible to plot a map that contains several million pixels (about 8 million) with a plotly tool, like scattermapbox for exemple. I tried it but it didn’t work. each pixel is defined by a latitude, a longitude and a value.
If it is not possible with scattermapbox, are there other tools ?

Thank you,

did

Here is a Dash App: https://github.com/plotly/dash-world-cell-towers (hosted at https://dash-gallery.plotly.host/dash-world-cell-towers/) that could be of interest.
FYI - It uses DataShader to show over a 40 million lat/lon points on a mapbox plot.