/COVID_19_Visualization

Visulization of Covid _19 real time dataset using bokeh and geopandas

Primary LanguageJupyter Notebook

COVID_19_Visualization

Visulization of Covid _19 real time dataset using bokeh and geopandas #very useful#bokeh#geopandas

so how to downlaod geopandas

dont go for direct pip install geopandas


if you are having python 3.7 with 64 bit architecture than download wheel file as packagename---id--cp37m-win_amd64.whl from below link


if dont know the architecture than go to cmd type python

it will show python 3.8.1 (tags/v3.8.1:1b293b6, Dec 18 2019, 23:11:46) [MSC v.1916 64 bit (AMD64)] on win32

HERE AMD 64 MEANS 64 BIT VERSION IS AVAIL TO PYTHON!!!

first download all wheel file supported to its requirements so list out files: GDAL:--https://www.lfd.uci.edu/~gohlke/pythonlibs/#gdal

fiona:--https://www.lfd.uci.edu/~gohlke/pythonlibs/#fiona

rtree:--https://www.lfd.uci.edu/~gohlke/pythonlibs/#rtree

shapley:--https://www.lfd.uci.edu/~gohlke/pythonlibs/#shapely

pyproj :--https://www.lfd.uci.edu/~gohlke/pythonlibs/#pyproj

installling above libraries and dependecies go for

pip install geopandas

pip install bokeh 

also bokeh its great intreactive library to use pip install bokeh go for bokeh documentation you can do better than me!!

##Image plot