plotting maps with geopandas and matplotlib

แชร์
ฝัง
  • เผยแพร่เมื่อ 15 พ.ย. 2020
  • 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
    www.udemy.com/share/103cfr/
    Learn Python From Scratch and Build 10 Programs
    www.udemy.com/share/102FAw/
    A Practical Guide to Coding With Python
    www.udemy.com/share/1037IY/

ความคิดเห็น • 44

  • @tahirhanif9669
    @tahirhanif9669 2 ปีที่แล้ว +1

    Thank you for a great presentation

  • @nonemanful
    @nonemanful 3 ปีที่แล้ว +3

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

    • @101touchapps
      @101touchapps  3 ปีที่แล้ว

      I am super glad it was useful!

  • @neutral_8803
    @neutral_8803 3 ปีที่แล้ว +1

    This was really well summed up, thanks

  • @vitoalvarez5416
    @vitoalvarez5416 ปีที่แล้ว +1

    Thank you, your explanation was complete but straightforward c:

  • @shailesh1981able
    @shailesh1981able 2 ปีที่แล้ว +5

    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 = world_data[world_data.continent=='india']

  • @minecraft-brickops
    @minecraft-brickops 2 ปีที่แล้ว +3

    Your explanations are very useful.

  • @abiyedanagogo1577
    @abiyedanagogo1577 2 ปีที่แล้ว +1

    Great video

  • @adrianmisak07
    @adrianmisak07 3 ปีที่แล้ว +5

    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

    • @Chazgd
      @Chazgd ปีที่แล้ว +1

      I've not tried it myself but in more standard matplotlib plots you can add another column which has the color for each row and pass that entire column into the color argument.

  • @tomzhang7152
    @tomzhang7152 3 ปีที่แล้ว

    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?

    • @101touchapps
      @101touchapps  2 ปีที่แล้ว

      hello tom. sorry this is coming very late. yes you can change the projection to "orthographic" etc using plotly

  • @User-op1be
    @User-op1be 3 ปีที่แล้ว

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

  • @yuhanwu2649
    @yuhanwu2649 11 หลายเดือนก่อน +1

    thank uuu!

  • @franklimmaciel
    @franklimmaciel 2 ปีที่แล้ว +1

    Thanks!

  • @thalesaragao8634
    @thalesaragao8634 2 ปีที่แล้ว

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

  • @astro7060
    @astro7060 2 ปีที่แล้ว +1

    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.

  • @perfecteer
    @perfecteer 2 ปีที่แล้ว

    Thank you

  • @carlotaabarzuacontreras7986
    @carlotaabarzuacontreras7986 2 ปีที่แล้ว +1

  • @maatouknadia4824
    @maatouknadia4824 2 ปีที่แล้ว

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

    • @101touchapps
      @101touchapps  2 ปีที่แล้ว +1

      hello Nadia. you can google search for free geojson files. there are quite free to get.

  • @mikeholad
    @mikeholad ปีที่แล้ว

    Can this be applied too on google colab

  • @mikeholad
    @mikeholad ปีที่แล้ว

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

    • @101touchapps
      @101touchapps  ปีที่แล้ว

      sure. it can. all you need are filters to point to your data

  • @izzyfiction
    @izzyfiction 8 หลายเดือนก่อน +1

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

    • @101touchapps
      @101touchapps  8 หลายเดือนก่อน

      you could use a list to manually load the longitudes and latitudes. or use the country code in the api

  • @mikeholad
    @mikeholad ปีที่แล้ว

    Is there a way to contact you

  • @shanegrimes8367
    @shanegrimes8367 4 หลายเดือนก่อน +1

    Can we draw a line connecting those dots?

    • @101touchapps
      @101touchapps  3 หลายเดือนก่อน

      yes we can. the lines can even have color, thickness etc

  • @armandosilvavelazquez4476
    @armandosilvavelazquez4476 2 ปีที่แล้ว

    I could not isntall geopandas.

  • @beeaeey
    @beeaeey 3 ปีที่แล้ว

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

    • @tomzhang7152
      @tomzhang7152 3 ปีที่แล้ว

      lol my error is no module named "plotly"

    • @tomzhang7152
      @tomzhang7152 3 ปีที่แล้ว

      hey I found out that it's related to your python environment. if you are using jupyter notebook, you could try the code "pip list". it will list all installed packages. if geopandas is not installed in this environment, just get it. I bet it will sort your issue.

    • @beeaeey
      @beeaeey 3 ปีที่แล้ว

      @@tomzhang7152 I’ll try this! Thanks for help

  • @nazeefkhan517
    @nazeefkhan517 9 หลายเดือนก่อน

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

    • @101touchapps
      @101touchapps  9 หลายเดือนก่อน

      hello. you can try typing "pip install matplot lib" in your command line. also installing pandas will usually come with the matplot lib library installed

    • @nazeefkhan517
      @nazeefkhan517 9 หลายเดือนก่อน +1

      Thanks I fixed.