Analyse and visualize the geospatial data in maps.
In specific, visualize the distribution of villages of India from Census data along with the population metrics.
Python -
- Dataframe - geopandas
- Visualization - leafmap, seaborn
- Create a new environment to install geo-libraries
- Import libraries
- Load shapefile for a state from Census India data
- Load csvfile containing coordinates
- Visualization
- Using shapefile
- Using geodataframe
- Using csvfile
- Using layers
- With colors