SergioDiazTech/TFG

Heatmap tab - Improvement

Closed this issue · 0 comments

Do the following tasks:

  • New approach:
    • The min and max are the same as p0 and p100.
    • See if it has something to do with the 'percentiles': percentiles.tolist(),
  • radius: 25: Defines the radius of each point in the heatmap in pixels. A larger value means that each point will have a wider influence.
  • gradient: An object that defines the gradient of colors to represent different intensities in the heatmap.
  • blur: 20: Determines how much the edges of each point are blurred. A higher value makes the dots blend more smoothly.
  • maxZoom: 1: Defines the maximum zoom level for which the intensity of the heat map is calculated. At zoom levels higher than this, the heat map will not increase in detail.
  • minOpacity: 0.9: The minimum opacity of the heat map points. Even less intense points will have at least this opacity.