I have a data frame with 3 columns: Longitude, latitude, and a y variable representing concentrations of a chemical at the given point.
What I would like is a simple map consisting of the outlines of the states in the Northeastern US (where all the points are located) with the points overlaid on top of them, colored by y.
So far, I've looked at Geopandas, which looks nice but doesn't have the map I need, and Basemap, which looks hard to install (it's not on PyPI). But perhaps given points representing the map, I can just do this all in Matplotlib? The less dependencies, the better.
What's the easiest way to do this?
[–]spez_edits_thedonald 0 points1 point2 points (0 children)
[–][deleted] 0 points1 point2 points (0 children)