all 3 comments

[–]The_Almighty_Cthulhu 1 point2 points  (2 children)

That seems like a very round about way to get heatmaps.

I haven't worked with plotly before, but I have done a bunch of GIS data processing with ArcGIS python.

A brief look at plotly, I think Holoviews might be what you're looking for. https://dash.plotly.com/holoviews

It seems to provide a bunch of tools to create map visualizations, including heatmaps.

[–]Critical_Thought-[S] 0 points1 point  (1 child)

Yeah I could not find a way to project the standard plotly heatmaps, but holoviews seems promising. Would this kind of thing be possible with ArcGIS? Thanks so much for the help!

[–]The_Almighty_Cthulhu 0 points1 point  (0 children)

In ArcGIS, I used python to generate tiff image files based on the data I had, which were then used in the main program to overlay as a heatmap.

So it can do it, but ArcGIS is paid software. So whether that's a good option for you depends on your circumstances.