Introduction to GIS Analysis with GeoPandas using Python

Поделиться
HTML-код
  • Опубликовано: 4 ноя 2024

Комментарии • 90

  • @angelitocatajan8449
    @angelitocatajan8449 Год назад +1

    the best geopandas tutorial that i watched so far...

  • @nazhasabiri4825
    @nazhasabiri4825 4 года назад +12

    Excellent tutorial for beginners, i was just wondering where did you get your training? There are simply so many tutorials but most of them are very poor, either the presenter does not master the subject or cannot explain the concept you mastered both.

  • @pankajgoikar4158
    @pankajgoikar4158 2 года назад

    Thank you so much. Very valuable video. Love from London.

  • @arieflukmanhakim5340
    @arieflukmanhakim5340 4 года назад

    Than you. It is very useful. I found that beside of geopanda you should also install the descartes library for plotting the polygon

  • @bmgeoinformatics9956
    @bmgeoinformatics9956 3 года назад +4

    Hi , thank you for this excellent piece of wonderful presentation and undoubtedly it is informative. But would you more liberal to show how to control the transparency level of each colour and also to show the code for point buffer shape file around a point and joining multiple points with a single particular point by rays/line? Thank you for your generous effort.

  • @jayamet
    @jayamet 2 года назад

    Excellent tutorial, very precise , many thanks for making it. 👏👏👏

  • @theSeoulist
    @theSeoulist 3 года назад +1

    Great tutorial. Made things simple for me. Thanks!

  • @sarfrajshaik9721
    @sarfrajshaik9721 2 года назад

    Absolutely killed it!

  • @shital135
    @shital135 3 года назад

    Thank you so much for the video, very useful concepts !!

  • @saurabhmishrashandilye
    @saurabhmishrashandilye 5 лет назад

    Very educative video. very nicely explained everything, the speed is little slow so if you play at 1.5 speed then also it sounds proper. Thanks for this video. @GeoDelta Labs

  • @alfatin1965
    @alfatin1965 4 года назад

    Love from Bangladesh! Really helpful!!

  • @thusharagowda159
    @thusharagowda159 3 года назад

    Thank you so much ,it was wonderfully explained

  • @m20mnt
    @m20mnt Год назад

    Great video!
    I have a question - let's say I have one dataset like your Belgian cities, but say only 5 of them - call this dataset A.
    In another dataset, I have businesses with specific latitudes and longitudes - call this dataset B. How do I merge/other to see if the businesses in dataset B are in any of the 5 cities from dataset A?
    I want to create a binary variable in dataset B with 1 or 0 if the business is in one of the 5 cities in dataset A. Oh, and dataset B is not a shapefile, so I don't know if I can simply use the overlay command.

  • @surafelm.w4058
    @surafelm.w4058 4 года назад

    Dear, this tutorial is very helpful and indeed quite interesting. On top of this, I am very much need to understand that how to read raster data values (e.g., 4 raster datasets of which 2 of them have a time dimension and others not) using a nested for loop in Python (rasterio and geopandas)? I really appreciate for your time and support. Looking forward to see your response ahead of time.

    • @geodeltalabs
      @geodeltalabs  4 года назад

      Hi, not sure I get your query a
      100 percent, but have you checked out our tutorials which incorporates the Rasterio and GeoPandas libraries to extract raster data values? I'm sure those might provide you some helpful insights :)

  • @souravdey1227
    @souravdey1227 3 года назад

    Excellent tutorial. I just have one query. Is it not safe to check the CRS first? Because they don't match, things can get pretty weird.
    May you know they are the same, that's why you didn't check.

  • @at346
    @at346 4 года назад

    Thank you. Very nice starting.

  • @crtnnn
    @crtnnn Год назад

    what does this ax=ax actually? Why do we have 2 arguments in the plt.subplots, meaning "fig, ax"?

  • @ReparacionesShadow
    @ReparacionesShadow 4 года назад

    Thank you very much for your tutorial.

  • @I_Realism_
    @I_Realism_ Год назад

    Hello i want to create a new module like u showed in the video and it doesn't appear when i right click on the blank space using version Spyder 3.9

  • @bokkenka
    @bokkenka 3 года назад

    @16:28 -- Why doesn't AOI show up in the variable list? cities does, and cities_in_AOI does @ 20:11.

  • @samiazaman5240
    @samiazaman5240 4 года назад

    Very helpful, thanks a lot.

  • @dibyajyotimohanty6371
    @dibyajyotimohanty6371 4 года назад

    Sir , between ArcGis API and Geopandas , what should we learn as a geoinformatics student for better future prospect??

  • @waqasFitness1007
    @waqasFitness1007 3 года назад

    Sir awesome expalanation but please mention series no on videos like geopanda 1 2 3 thanks

  • @sanjeevaus
    @sanjeevaus 4 года назад

    Thanks for nice video, I have one question. plot() is matplotlib library function so how are we able to access it without .plt?

  • @wasumanawko4825
    @wasumanawko4825 4 года назад

    A very useful tutorial.

  • @saptarshipanda2065
    @saptarshipanda2065 3 года назад

    The drive link isn't working well..... Says the data is unsupported.... Any chance you can provide a different link or reupload?

  • @AbdullahSalimalig
    @AbdullahSalimalig 5 лет назад

    Nice. Good explanation.

  • @janjanpogi7932
    @janjanpogi7932 2 года назад

    Hi! May I ask where did you got those other files in your shapefile folder?

  • @abdisabafikadu8867
    @abdisabafikadu8867 4 года назад

    thank you very much interesting tutorial. is that possible to determine basic stats of the imported road shapefile from local disk or road network analysis using osmnx package?

  • @sabinpandey5385
    @sabinpandey5385 3 года назад

    Hi Thanks for this amazing video
    could you please tell me why my spyder showing import geopandas as gpd module error?

  • @anantharamaniyer9135
    @anantharamaniyer9135 4 года назад

    Thanks for this tutorial. Can this also be applied to csv files ?
    For example, I have file1 = points of interest with names and Lat/Long coordinates.
    File2 = larger csv file with trip locations denoted by lat/long coordinates. I need to group all those trip locations from file2 that are within 100 meters of every point in file 1. Is there a geopandas way to do this?

  • @polinastucke3225
    @polinastucke3225 5 лет назад +4

    Thank you very much, this a great tutorial!
    Any chance to get a link to the shapefiles you are using? Would be great to try them, many thanks.

    • @geodeltalabs
      @geodeltalabs  5 лет назад

      Hi Polina, Thanks for your comment. I included the link to download the shapefiles and the script file in the description of the video :)

    • @polinastucke3225
      @polinastucke3225 5 лет назад

      @@geodeltalabs Brilliant, thank you so much!

  • @johnq4794
    @johnq4794 5 лет назад

    Great Tutorial !

  • @cheems915
    @cheems915 Год назад

    Sir any study materials for geopandas

  • @rubencrespo1720
    @rubencrespo1720 3 года назад

    Is It possible to create a new column in a certain position? or reorder them?

  • @sarfrajshaik9721
    @sarfrajshaik9721 2 года назад

    I have one doubt, how can we convert the figure where two variables have been plotted in the same into a shapefile?

  • @mohamedasma8949
    @mohamedasma8949 3 года назад

    so sorry but i really need help i wonna create with python a desktop app so i need to plot map and shp file . how to show map cause i just find ways in jupyter like folium and other libreries . i need a library to show map

  • @ВалерійОсипов-ч7ц
    @ВалерійОсипов-ч7ц 5 лет назад

    Hello! Could you please give advise how to use Geopandas in Sublime? I am interested exactly what you are doing on video (display, adding column) but it's not working in Sublime.

  • @shubhamvashist2180
    @shubhamvashist2180 4 года назад

    TypeError: overlay only takes GeoDataFrames with (multi)polygon geometries. Why is this error coming ?

  • @anitama5377
    @anitama5377 5 лет назад

    Thanks for the nice video! I am working with asc files, do you have any idea how i can get them in a geopandas dataframe? Also I have run into issues with reprojecting coordinates, would be an interesting video!

    • @geodeltalabs
      @geodeltalabs  5 лет назад +1

      Hi Anita, we can help you out with your query on the asc files and the projection issues. Could you explain a bit more on your requirements with the asc files? And specifically what projection issues you are facing?

  • @chepechico
    @chepechico 4 года назад

    Is the full area of the cities along the perimeter of the circle of interest calculated? Or only the portion within the circle?

    • @bokkenka
      @bokkenka 3 года назад

      New features are made at the intersection, so only the area of the cities that was in the circle is saved. The area calculated is from the new features' shapes.

  • @ztdep
    @ztdep 3 года назад

    hello, i want to converst shp file to stl file. could you please give me some help

  • @yaoipatient
    @yaoipatient 4 года назад

    this is great tutorial, very useful for beginners, thank you!

  • @remycloyd
    @remycloyd 4 года назад

    I'm using pycharm, and I get an exit code 0, no error. but I don't get any output when plotting.

    • @ΣιεηαθιιμεΓ
      @ΣιεηαθιιμεΓ 3 года назад

      Had the same problem, this video solves it: ruclips.net/video/RoeVPBVbscQ/видео.html
      You just need to add plt.show() after cities.plot() to actually display the plot
      (just fyi for me it already worked without having installed the descartes library as the guy did in the video so maybe first try and see if it works without for you too)

  • @satyamsingh8786
    @satyamsingh8786 4 года назад

    Hi!
    I need your help on sorting a point data shapefile. If possible can I contact you directly over some other platform ?

    • @geodeltalabs
      @geodeltalabs  4 года назад

      Hi, could you share your query in the comments section first? We will have a look at it and will assist you to solve your issue :)

  • @daanidev
    @daanidev 4 года назад

    Hi,
    Can you please tell me how can i map geotiff files on shape file in python ?
    Thanks

    • @geodeltalabs
      @geodeltalabs  4 года назад

      Hi, kindly check one of our Zonal Statistics using Python videos, as this was explained there :)

    • @daanidev
      @daanidev 4 года назад

      @@geodeltalabs thanks for your quick reply I will surely check it

  • @khalilomrani384
    @khalilomrani384 2 года назад

    perfect

  • @sawaung3481
    @sawaung3481 4 года назад

    fig,ax= plt.subplots(1)
    Why adding two variables fig and ax? Is there anybody who can explain me? Great thanks in advance

  • @SD-ee7hx
    @SD-ee7hx 4 года назад

    Hi, how do i display the column name of a point shapefile??

  • @Bebulpictures
    @Bebulpictures 3 года назад

    i cant get mine to display actual maps

  • @exshenanigan2333
    @exshenanigan2333 4 года назад

    cities.head() gets paranthesis
    cities.colums won't. why is that can someone explain me?

    • @rubens15071990
      @rubens15071990 4 года назад +1

      The first is a method, the second is an attribute. Methods are functions that transform the object for example when you call head(), you're not only showing the first 5 lines, you are transforming, by reducing the dataframe, to contain only the first 5 lines. Attributes on the other hand are values or characteristics that already belong to the object. For example, columns is already defined when you create a dataframe. When you call it, you're only showing it, but you're not transforming anything

  • @eddisonjose
    @eddisonjose 4 года назад

    Hola! Puedes subir los datos para hacer los ejercicios? Saludos

    • @geodeltalabs
      @geodeltalabs  4 года назад +1

      You can download, the link is in the description

    • @eddisonjose
      @eddisonjose 4 года назад

      @@geodeltalabs muchas gracias por su mensaje y amabilidad.

  • @theinstigatorr
    @theinstigatorr 3 года назад

    Getting an error when it comes to intersection code

  • @aashalkamdar9576
    @aashalkamdar9576 5 лет назад

    where did you find the datasets?

    • @geodeltalabs
      @geodeltalabs  5 лет назад

      The Shapefiles of the administrative areas are from www.diva-gis.org/

    • @hassanosman5812
      @hassanosman5812 5 лет назад

      Hi GeoDelta, the data is not available anymore on the link that you are sharing

    • @geodeltalabs
      @geodeltalabs  5 лет назад

      @@hassanosman5812 Thank you for notifying. The link has been updated and now you can download the data for this exercise :)

    • @hassanosman5812
      @hassanosman5812 5 лет назад

      Hi @@geodeltalabs, I have managed to obtain the data from the exercise rar file (thanks for this!). I am also interested in "90 meter resolution elevation data", however by selecting this link (srtm.csi.cgiar.org/) I get a 2.5kB .kml file (I can't see the data). Do you have any idea where I can get his data from? I am also interested in the Countries boundary etc.., however the link is not working. Thanks again, Hassan.

    • @AR_Wald
      @AR_Wald 5 лет назад

      @@geodeltalabs I am not able to open the RAR file. something seems to be wrong. Are you sure that the download link is still working? Thanks for the good tutorial.

  • @FazlehaqueKhan-n9e
    @FazlehaqueKhan-n9e 2 месяца назад

    We have to learn the code

  • @milesgrenn4690
    @milesgrenn4690 2 года назад

    4.46' star to blur

  • @vincentabbosh1726
    @vincentabbosh1726 3 года назад

    you could have done this in 5 minutes instead of 25. Just skip the details about Spider and focus on the subject matter and try not to explain or talk through unnecessary details