Steven
Steven
@ImportanceOfBeingErnest Sorry about that. I just figured it out and it has something to do with the `GeoPandas` package I used. I need to create a colorbar separately. ```python import...
Could someone pls give me an update on this? Are you guys able to repro this issue, or am I missing something?
@DonJayamanne Thank you for the explanation. But according to https://github.com/microsoft/vscode/issues/144417 , this is a bug. If this is an inherited, could you please transfer it to vscode?
@NilsJPWerner Almost missed it. Should this be closed?
@ResidentMario Indeed...I'm looking at this [API](https://matplotlib.org/gallery/images_contours_and_fields/image_demo.html#interpolating-images) from `matplotlib` and see if I can figure it out. Sadly, this heatmap thing is the only part that is missing from my complete...
@ResidentMario I just saw a [link](http://nbviewer.jupyter.org/gist/perrygeo/c426355e40037c452434) at the bottom of this [page](http://geopandas.org/mapping.html#other-resources) in the `GeoPandas` doc.
@ResidentMario It would be great if there is a Python package that uses `scipy` [interpolation](https://docs.scipy.org/doc/scipy/reference/tutorial/interpolate.html#two-dimensional-spline-representation-procedural-bisplrep) module but is designed for geospatial point pattern analysis specifically like [IDW ](https://en.wikipedia.org/wiki/Inverse_distance_weighting)and other more...
@ResidentMario Here are some good resources. https://mathlab.github.io/PyGeM/idw.html https://stackoverflow.com/questions/3104781/inverse-distance-weighted-idw-interpolation-with-python https://github.com/paulbrodersen/inverse_distance_weighting
@ResidentMario The isopleth might be very useful but might not be what I was suggesting for since there are many methods for interpolation. I just read a [book](https://www.academia.edu/37886944/GIS_Algorithms_-_Ningchuan_Xiao.pdf) this week...
as an arg? man... I think I would like such an API design and am definitely looking forward to it!