Python Geopandas Tutorial: How to Develop a Population Density Map using Open Data [Part 2]

  Рет қаралды 8,118

GeoDelta Labs

GeoDelta Labs

Күн бұрын

Пікірлер: 33
@potpie2004
@potpie2004 4 жыл бұрын
Hi, just wanted to let you know that I enjoyed this tutorial. I'm completely new to python and programming and was able to follow along in the 2-part series.
@zahiruddinzahidanishah787
@zahiruddinzahidanishah787 3 жыл бұрын
Hi, thank you for the tutorial. Its really easy to understand to follow during the tutorial.
@dr.zainabameen1636
@dr.zainabameen1636 Жыл бұрын
Great job, please continue
@farahnusrat5639
@farahnusrat5639 4 жыл бұрын
Hi. Can you please make a tutorial for doing kriging using python/R and how to select the variables best for getting the lowest RMS value? It will be really helpful. Great works. Keep it up
@geodeltalabs
@geodeltalabs 4 жыл бұрын
Thanks for the suggestion. We will include this into our upcoming tutorial sessions. Stay tuned 😉
@amirrezasalehi3566
@amirrezasalehi3566 Жыл бұрын
Thanks for great videos
@tubuobaggio
@tubuobaggio 4 жыл бұрын
I definitely enjoyed the tutorials, i had to work from Jupiter instead because of the reprojecting problem will occurred when i was trying to project the data, This was because of the " pyproj" file of which i don't know how to trouble shoot. if you could help with solving the problem i will be more than happy
@nitishmaan7444
@nitishmaan7444 4 жыл бұрын
Thank you for the video sir
@sagarrawal8332
@sagarrawal8332 11 ай бұрын
Thanks for video. I wanted to know how to decreae the size of colo bar on right side and add label as "Population density " to it ?
@meetnagar7822
@meetnagar7822 3 жыл бұрын
good one
@geodeltalabs
@geodeltalabs 3 жыл бұрын
Cheers!
@adibaig11
@adibaig11 4 жыл бұрын
hi. great tutorial. I have a question. What if I plot a points shapefile over your polygon shapefile, then make a buffer of 500 meters on one of the point. And after the buffer, clip the points inside that buffer zone? Is it possible? I have done till the buffer part, but I cannot clip the points inside the buffer. Thanks
@geodeltalabs
@geodeltalabs 4 жыл бұрын
Hi, have you tried replacing the existing 'geometry' column (point) with the new 'geometry' column (polygon) ?
@kipngetichevans5095
@kipngetichevans5095 4 жыл бұрын
Great tutorial. Keep it up
@aaronstha23
@aaronstha23 4 жыл бұрын
Good one !!!
@jyotijayadeep2947
@jyotijayadeep2947 4 жыл бұрын
ind.to_crs(epsg =3857, inplace = True) The above line is showing the error as : b'no arguments in initialization list' Need help.
@geodeltalabs
@geodeltalabs 4 жыл бұрын
Hi, you may use the solution provided by Dorregaray; stackoverflow.com/questions/55390492/runtimeerror-bno-arguments-in-initialization-list
@vinaygopal6404
@vinaygopal6404 Жыл бұрын
How to add the names of each district?
@deepikarao2593
@deepikarao2593 4 жыл бұрын
Hi, map_districts.plot() gives output Out[56]: but the map is not seen
@geodeltalabs
@geodeltalabs 4 жыл бұрын
Which version of Spyder are you using? If you are using the latest version of Spyder IDE, the plots will be shown by default under the special 'plots' tab (next to the variables explorer).
@geodeltalabs
@geodeltalabs 4 жыл бұрын
In case if this does not work for you, I suggest you to try and update matplotlib to the latest version, which is matplotlib 3.2.1. You can do this by following the following steps: 1. Right click on 'Anaconda Prompt' and open it as administrator 2. type the following: pip install matplotlib==3.2.1 --user 3. Close and restart Spyder and try to run your script
@deepikarao2593
@deepikarao2593 4 жыл бұрын
@@geodeltalabs This got it running. Thank you
@yinkai1718
@yinkai1718 4 жыл бұрын
Hi, may you release the python script of this tutorial. Maybe we can learn better with this tutorial
@geodeltalabs
@geodeltalabs 4 жыл бұрын
Hi, the link to download the script is added in the description
@nept4ne
@nept4ne 4 жыл бұрын
Hi GeoDelta Labs, could you help me please?. In the console when I type nep_districts.plot it does not appear the map. It shows this message:
@geodeltalabs
@geodeltalabs 4 жыл бұрын
Hi Harry, did you add the brackets at the end? nep_districts.plot()
@nept4ne
@nept4ne 4 жыл бұрын
@@geodeltalabsThanks for your time, first I did not type (), then I did and show this "the descartes package es required for plotting polygons in geopandas". How can install descartes in anaconda prompt? "conda install descartes" or "pip install descartes", I use windows.
@geodeltalabs
@geodeltalabs 4 жыл бұрын
@@nept4ne you can open anaconda prompt as administrator, type pip install descartes That should be sufficient :)
@nept4ne
@nept4ne 4 жыл бұрын
@@geodeltalabs It worked fine but when I compiled from the reprojecting part, it showed this "RuntimeError: b' no arguments in initialization list". why is so hard but I learning.
@geodeltalabs
@geodeltalabs 4 жыл бұрын
@@nept4ne This is a common problem related to the pyproj package installation. You can do the following to fix that. 1. Go to the location which you have installed Anaconda3 2. Inside Anaconda3 folder, go to Lib-> site-packages -> pyproj 3. Inside the 'pyproj' folder, you will find a file called 'datadir.py' 4. Open the 'datadir.py' using Notepad 5. Edit the end of the file path to be: ...Anaconda3/Library/share (you may have to change the '/' to '\' when specifying the path) 6. Save the notepad file. exit. Restart Spyder 7. Try reprojecting again
10 Geoprocessing Applications of GeoPandas Library
51:33
GeoDelta Labs
Рет қаралды 30 М.
Python Scripting for Exporting Multiple Rasters into Time Series
40:38
SISTER EXPOSED MY MAGIC @Whoispelagheya
00:45
MasomkaMagic
Рет қаралды 13 МЛН
哈哈大家为了进去也是想尽办法!#火影忍者 #佐助 #家庭
00:33
火影忍者一家
Рет қаралды 130 МЛН
Calculating Zonal Statistics of a Raster using Python
31:59
GeoDelta Labs
Рет қаралды 14 М.
GeoPandas tutorial for beginners
56:23
Data Analytics.m
Рет қаралды 17 М.
OSINT At Home #9 - Top 4 Free Satellite Imagery Sources
13:21
Bendobrown
Рет қаралды 1,6 МЛН
Map it with Python! Intro to GIS and Python mapping modules.
27:02
North Bay Python
Рет қаралды 35 М.
FASTEST Way to Learn Modern GIS and ACTUALLY Get a Job
15:12
Matt Forrest
Рет қаралды 115 М.
What If We Built a Road Around the World?
7:32
RealLifeLore
Рет қаралды 11 МЛН
If __name__ == "__main__" for Python Developers
8:47
Python Simplified
Рет қаралды 409 М.
plotting maps with geopandas and matplotlib
15:09
101touchapps
Рет қаралды 56 М.