Plotting a map using geopandas and matplotlib

后端 未结 3 1218

I have small csv that has 6 coordinates from Birmingham England. I read the csv with pandas then transformed it into GeoPandas DataFrame changing my latitude and longitude colu

3条回答
  •  野性不改
    2021-02-09 15:07

    Try df.unary_union. The function will aggregate points into a single geometry. Jupyter Notebook can plot it

提交回复
热议问题