plotting maps with geopandas and matplotlib

preview_player
Показать описание
hello there, in this lesson, we will use geopandas and matplotlib to plot a geographic map from a CSV file with longitude and latitudes. we will convert the longitude and latitude to geopandas points.
checkout my python for beginners courses here
How to Build GUI Apps with Python and Tkinter

Learn Python From Scratch and Build 10 Programs

A Practical Guide to Coding With Python
Рекомендации по теме
Комментарии
Автор

This video really helped me in my MSc project thanks. That windows key and R shortcut for the path is useful. Keep up the good work Thanks

nonemanful
Автор

This was really well summed up, thanks

neutral_
Автор

Thank you, your explanation was complete but straightforward c:

vitoalvarez
Автор

Explicitly explained!!!
Sir, can you please advise what to write at the below line of code, if i have all geo-coordinates of one courty (i.e. India)? I tried the below code but it's not working somehow.
axis =

shaileshable
Автор

at 8:44: what if we wanted each city in a different color? for example, if the dataframe had a column with city population, and we wanted to have cities with bigger populations in a darker color, and cities with less population in brighter color? thanks, great video

adrianmisak
Автор

Hey !! awesome video!! thanks a lot bro !! I am just wondering is there any way for us to change the map projection of the final choropleth map?

tomzhang
Автор

Does this work on pycharm, with the modules installed ?? I am having trouble with this on pycharm right now

User-opbe
Автор

Hi! I could not find the csv file. where is it? Thanks!

thalesaragao
Автор

im not getting the desired image, like the points are plotted at one corner and the country image is plotted on other corner, how can i solve this and get them into position, someone please help me.

astro
Автор

Hi, thank you for this intersting vedeo. Where can I find a geojson file for morocco including sahara? Thank a lot for your help

maatouknadia
Автор

Can this be applied too on google colab

mikeholad
Автор

Instead of country map can it be applied to states map and local government area maps?

mikeholad
Автор

how would I set the continent to display a map of the United Kingdom? (UK)

izzyfiction
Автор

Can we draw a line connecting those dots?

shanegrimes
Автор

I tried to import geopandas but I couldn't, and this error has appeared
ModuleNotFoundError: No module named 'geopandas'

beeaeey
Автор

ModuleNotFoundError: No module named 'matplotlib.pylplot'
What should I do to fix this?

nazeefkhan