Hi Kyle, I am really enjoying your 3 part workshop on mapgl! I am trying to utilize the package for Machine Learning predicted points of marine plastic off of windward Oahu. There is 171,000 points of predicted plastic in the bounding box. Is there something within the arguments of add_heatmap_layer() that can fix this?
Hi Kyle, I am really enjoying your 3 part workshop on mapgl! I am trying to utilize the package for Machine Learning predicted points of marine plastic off of windward Oahu. There is 171,000 points of predicted plastic in the bounding box. Is there something within the arguments of add_heatmap_layer() that can fix this?
My code:
Read in Data
Turn Lat & Longs to point geometries
Pull in Hawaii Data
Base map
output:
https://github.com/user-attachments/assets/ad0d327c-ee6f-44fa-9c76-f906efec26b2
Here is an output I got with hex bins using tmap
Thanks!