Introduction to GIS Analysis with GeoPandas using Python

  Рет қаралды 95,959

GeoDelta Labs

GeoDelta Labs

Күн бұрын

Пікірлер
@angelitocatajan8449
@angelitocatajan8449 Жыл бұрын
the best geopandas tutorial that i watched so far...
@geodeltalabs
@geodeltalabs Жыл бұрын
Thanks
@ysyvon
@ysyvon 14 күн бұрын
Your tutorials are the best!
@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
@theSeoulist
@theSeoulist 3 жыл бұрын
Great tutorial. Made things simple for me. Thanks!
@nazhasabiri4825
@nazhasabiri4825 4 жыл бұрын
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.
@geodeltalabs
@geodeltalabs 2 жыл бұрын
Glad it was helpful!
@sarfrajshaik9721
@sarfrajshaik9721 2 жыл бұрын
Absolutely killed it!
@bmgeoinformatics9956
@bmgeoinformatics9956 3 жыл бұрын
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.
@bokkenka
@bokkenka 3 жыл бұрын
@16:28 -- Why doesn't AOI show up in the variable list? cities does, and cities_in_AOI does @ 20:11.
@alfatin1965
@alfatin1965 4 жыл бұрын
Love from Bangladesh! Really helpful!!
@jayamet
@jayamet 2 жыл бұрын
Excellent tutorial, very precise , many thanks for making it. 👏👏👏
@geodeltalabs
@geodeltalabs 2 жыл бұрын
You're very welcome!
@shital135
@shital135 3 жыл бұрын
Thank you so much for the video, very useful concepts !!
@thusharagowda159
@thusharagowda159 4 жыл бұрын
Thank you so much ,it was wonderfully explained
@at346
@at346 4 жыл бұрын
Thank you. Very nice starting.
@geodeltalabs
@geodeltalabs 4 жыл бұрын
Thanks
@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
@janjanpogi7932
@janjanpogi7932 2 жыл бұрын
Hi! May I ask where did you got those other files in your shapefile folder?
@AbdullahSalimalig
@AbdullahSalimalig 5 жыл бұрын
Nice. Good explanation.
@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
@geodeltalabs
@geodeltalabs 5 жыл бұрын
Thanks for your comment! :)
@ReparacionesShadow
@ReparacionesShadow 4 жыл бұрын
Thank you very much for your 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?
@samiazaman5240
@samiazaman5240 4 жыл бұрын
Very helpful, thanks a lot.
@crtnnn
@crtnnn 2 жыл бұрын
what does this ax=ax actually? Why do we have 2 arguments in the plt.subplots, meaning "fig, ax"?
@wasumanawko4825
@wasumanawko4825 4 жыл бұрын
A very useful tutorial.
@geodeltalabs
@geodeltalabs 4 жыл бұрын
Thank you :)
@ВалерійОсипов-ч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.
@rubencrespo1720
@rubencrespo1720 3 жыл бұрын
Is It possible to create a new column in a certain position? or reorder them?
@ztdep
@ztdep 3 жыл бұрын
hello, i want to converst shp file to stl file. could you please give me some help
@m20mnt
@m20mnt 2 жыл бұрын
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.
@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?
@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
@cheems915
@cheems915 Жыл бұрын
Sir any study materials for geopandas
@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.
@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?
@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?
@johnq4794
@johnq4794 5 жыл бұрын
Great Tutorial !
@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 :)
@polinastucke3225
@polinastucke3225 5 жыл бұрын
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!
@waqasFitness1007
@waqasFitness1007 3 жыл бұрын
Sir awesome expalanation but please mention series no on videos like geopanda 1 2 3 thanks
@shubhamvashist2180
@shubhamvashist2180 5 жыл бұрын
TypeError: overlay only takes GeoDataFrames with (multi)polygon geometries. Why is this error coming ?
@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?
@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.
@dibyajyotimohanty6371
@dibyajyotimohanty6371 4 жыл бұрын
Sir , between ArcGis API and Geopandas , what should we learn as a geoinformatics student for better future prospect??
@sabinpandey5385
@sabinpandey5385 3 жыл бұрын
Hi Thanks for this amazing video could you please tell me why my spyder showing import geopandas as gpd module error?
@yaoipatient
@yaoipatient 4 жыл бұрын
this is great tutorial, very useful for beginners, thank you!
@Bebulpictures
@Bebulpictures 3 жыл бұрын
i cant get mine to display actual maps
@khalilomrani384
@khalilomrani384 2 жыл бұрын
perfect
@geodeltalabs
@geodeltalabs 2 жыл бұрын
Thanks
@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 жыл бұрын
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?
@SD-ee7hx
@SD-ee7hx 4 жыл бұрын
Hi, how do i display the column name of a point shapefile??
@geodeltalabs
@geodeltalabs 4 жыл бұрын
shapefile_name.columns
@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
@Lexpanthera
@Lexpanthera 4 жыл бұрын
I'm using pycharm, and I get an exit code 0, no error. but I don't get any output when plotting.
@ΣιεηαθιιμεΓ
@ΣιεηαθιιμεΓ 4 жыл бұрын
Had the same problem, this video solves it: kzbin.info/www/bejne/iKDIh4N4i8emmbM 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)
@theinstigatorr
@theinstigatorr 3 жыл бұрын
Getting an error when it comes to intersection code
@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 :)
@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.
@exshenanigan2333
@exshenanigan2333 4 жыл бұрын
cities.head() gets paranthesis cities.colums won't. why is that can someone explain me?
@rubens15071990
@rubens15071990 4 жыл бұрын
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 жыл бұрын
You can download, the link is in the description
@eddisonjose
@eddisonjose 4 жыл бұрын
@@geodeltalabs muchas gracias por su mensaje y amabilidad.
@milesgrenn4690
@milesgrenn4690 2 жыл бұрын
4.46' star to blur
@milesgrenn4690
@milesgrenn4690 2 жыл бұрын
oh! it just my own problem
@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
@FazlehaqueKhan-n9e
@FazlehaqueKhan-n9e 4 ай бұрын
We have to learn the code
@geodeltalabs
@geodeltalabs 3 ай бұрын
It can be pretty useful
@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
How to Install Python GeoPandas - Easy and Straightforward Tutorial
4:17
An Absolute Beginner's Guide to Python GeoPandas
48:42
GeoDelta Labs
Рет қаралды 104 М.
Cat mode and a glass of water #family #humor #fun
00:22
Kotiki_Z
Рет қаралды 18 МЛН
To Brawl AND BEYOND!
00:51
Brawl Stars
Рет қаралды 16 МЛН
Tuna 🍣 ​⁠@patrickzeinali ​⁠@ChefRush
00:48
albert_cancook
Рет қаралды 110 МЛН
Intro to FastHTML
7:29
Jeremy Howard
Рет қаралды 76 М.
plotting maps with geopandas and matplotlib
15:09
101touchapps
Рет қаралды 58 М.
Intro to GIS Programming | Week 5: Introduction to GeoPandas
1:10:05
Open Geospatial Solutions
Рет қаралды 1,6 М.
Introduction to Visualizing Geospatial Data with Python GeoPandas
28:29
Intro to GeoPandas
21:01
Geospatial Programming
Рет қаралды 19 М.