10 Geoprocessing Applications of GeoPandas Library

Поділитися
Вставка
  • Опубліковано 20 вер 2024

КОМЕНТАРІ • 44

  • @StefanoVerugi
    @StefanoVerugi 3 роки тому +3

    impressive, first time I find a python geopandas tutorial going straight to what I need, practical examples with few lines of code I can follow
    highly appreciated

  • @geodeltalabs
    @geodeltalabs  3 роки тому +2

    Here's the timeline:
    00:00 - Getting to know the data
    07:24 - Intersection
    08:53 - Union
    10:34 - Symmetric Difference
    12:22 - Difference
    14:04 - Dissolve
    18:28 - Buffer
    24:54 - Centroid
    29:17 - XY Coordinates to Point Geometries
    37:43 - Attribute Joins
    43:05 - Spatial Joins

    • @gy4778
      @gy4778 Рік тому

      Hello, thanks for your videos. I need to process roads for my research. I want to convert them to graphs with nodes and branches and also do other types of analysis on them. do you know or have any specific road processing instructions or videos? I appreciate it in advance.

  • @Bao-cb4dx
    @Bao-cb4dx 2 роки тому

    This is so clear and helpful. With your two tutorials on GeoPandas, I managed to do analysis on some of the geojson data I obtained online. Really appreciate your videos!

    • @potcharawongyai11
      @potcharawongyai11 Рік тому

      How did you load geojson data into geopanda? Im a beginner. 🙏🙏

    • @Bao-cb4dx
      @Bao-cb4dx Рік тому

      @@potcharawongyai11 Hello, you may load the file using the geopandas.read_file() function, just plug in the file path to your geojson file

  • @Master.l123
    @Master.l123 3 роки тому

    highly beneficial for everybody like me who is a new learner of geopandas and others.thanks for this tutorial.✔✔✔✔✔✔✔👏👏

  • @pythonGIS
    @pythonGIS 10 місяців тому

    Fantastic tutorial! Thank you for sharing!

  • @elkabhi
    @elkabhi 3 роки тому +1

    Great one, Thums up, Highly impressive

  • @proterotype
    @proterotype 3 роки тому

    Thank you so much! You’ve got a new subscriber, sir. Looking forward to more Geopandas vids

  • @karinaorizah5442
    @karinaorizah5442 2 роки тому

    Thank you!! this is totally helpful! Warm greetings from Indonesia 😀

  • @espua72
    @espua72 2 роки тому

    thank you so much, very useful learning for geopandas

  • @ShamTheAnalyst
    @ShamTheAnalyst 2 роки тому

    thank you sir, new learner of geopandas!!!

  • @chenya6875
    @chenya6875 3 роки тому

    Amazing! Thumbs up. It’s concise, straightforward and clear.

  • @lefterisele6960
    @lefterisele6960 3 роки тому

    Thank you, very helpful content!!

  • @mohammadbelalalzoubi8102
    @mohammadbelalalzoubi8102 3 роки тому

    Thank you, great video!

  • @fowadahmed6174
    @fowadahmed6174 3 роки тому

    you need atleast 10k more subscribers thanks :)

  • @t0mmy-Sun
    @t0mmy-Sun 3 роки тому

    you are the best !! the best!!!

  • @pomme_paille
    @pomme_paille 2 роки тому

    You are the man 👏🏿👏🏿👏🏿

  • @khalilomrani384
    @khalilomrani384 2 роки тому

    I have enjoyed, Thank you

  • @bruhlickd
    @bruhlickd 2 роки тому

    Quite good. Congratulations. I loved it. But my 2 variables didn't work properly when I try to set them together. What am I doing wrong?

  • @sazzaduleanan4040
    @sazzaduleanan4040 2 роки тому

    Could you please make a video on how to clip a netCDF file using shape file? This would be of great help.

  • @dahmanigis4121
    @dahmanigis4121 Рік тому

    thanx good work

  • @baalamuk
    @baalamuk 3 роки тому

    Im new into coding with python and I just want to know why would i do these operations in python when i cand do it on the arcgis or a similar program just by searching for intersection, buffer etc.

  • @victorcruz3495
    @victorcruz3495 3 роки тому

    Hi! Excelent video! I'm a Qgis user and id like to know gpd applications that can be applied beyond the possibilities of Qgis, thanks!

    • @geodeltalabs
      @geodeltalabs  3 роки тому

      Hi, you can check this tutorial out to get an idea about some of the possible applications:
      ua-cam.com/video/t7lliJXFt8w/v-deo.html

  • @sebqnt5599
    @sebqnt5599 3 роки тому

    Thank you so much for this very usefull video !!!
    However I have a problem with the union function (and some others) : IntCastingNaNError: Cannot convert non-finite values (NA or inf) to integer (the code is exactely the same than in the video...).
    Do you have any idea to solve this issue?
    In advance thank you!!!

  • @田逸飞-v1v
    @田逸飞-v1v 3 роки тому

    awesome

  • @xpathservice2179
    @xpathservice2179 3 роки тому +1

    Attribute Joins: So, it means one can't completely work with Geopandas without pandas?

    • @geodeltalabs
      @geodeltalabs  3 роки тому

      Sure it's possible. We used Pandas only to quickly read-in an external CSV file :)

    • @vineesh.geography
      @vineesh.geography 3 роки тому

      @@geodeltalabs
      Hello sir
      can you do a video on flood and landslide prediction with ArcGIS.

    • @xpathservice2179
      @xpathservice2179 3 роки тому +1

      @@geodeltalabs OK 👌

  • @kavyajeetbora2585
    @kavyajeetbora2585 3 роки тому

    How to know the epsg code when converting the wgs84 crs to utm (in meters) ?? is there any link where directly we can get the epsg code or any command in geopandas ?

    • @geodeltalabs
      @geodeltalabs  3 роки тому

      You may refer to this website; epsg.io/

  • @Coach_Dustin_C
    @Coach_Dustin_C 3 роки тому

    I'm having an issue around 33 minutes with, name 'aiports_data' is not defined

    • @Coach_Dustin_C
      @Coach_Dustin_C 2 роки тому

      SOLVED: GeoDataFrame can be either a 'class' or 'module', make sure you select CLASS

  • @vineesh.geography
    @vineesh.geography 3 роки тому

    👍🏾