Geo-Spatial plots in python

Python library Geopandas used for plotting geo-spatial data-


import geopandas
world = geopandas.read_file(geopandas.datasets.get_path('naturalearth_lowres'))
world.plot()

<matplotlib.axes._subplots.AxesSubplot at 0x2fd60a9ecf8>












Comments

Popular posts from this blog

Automatically open and do some actions on web pages in python using different packages

Explainability in Data Science:- Data, Model & Prediction