Automating Geo-processing tasks with GeoPandas and Python Scripting (Thiessen Weights Computation)

  Рет қаралды 10,489

GeoDelta Labs

GeoDelta Labs

Күн бұрын

Пікірлер: 21
@manishbhusal9299
@manishbhusal9299 3 жыл бұрын
Thank you very much from Nepal🇳🇵
@mteixeira87
@mteixeira87 3 жыл бұрын
Brilliant, thank you for sharing this knowledge with all of us :D
@geodeltalabs
@geodeltalabs 3 жыл бұрын
You are welcome
@gustavoalvarezbea5855
@gustavoalvarezbea5855 4 жыл бұрын
Great video, thank you very much! But wouldn't it be necessary to search for the area in the new 'district_areas' dataframe because it was already in 'intersect_poly' starting from the intersection?
@RajanPudasainiz
@RajanPudasainiz 3 жыл бұрын
Love from Nepal
@ShaibalAhmed
@ShaibalAhmed 5 жыл бұрын
This video is very well done and explained very well. Thank you! Subscribed! Can you please do a video where we can read in subsets of a large shapefile and save it to disk with predefined names? This would help me immensely since I am doing this manually with QGIS.
@geodeltalabs
@geodeltalabs 5 жыл бұрын
Thanks for your comments and for sharing your interests. I will try to make a video to cover what you have requested :)
@saii1990
@saii1990 5 жыл бұрын
Very nice explanation.
@geodeltalabs
@geodeltalabs 5 жыл бұрын
Thanks :)
@VikasKumar-bh8kx
@VikasKumar-bh8kx Жыл бұрын
hi, I have a CSV file filled with building footprints, which is quite heavy and can not be opened in the application directly, I want to clip my area of interest from that .csv file, how can I do that in any application? csv file size is 17gb
@haniklakhe3434
@haniklakhe3434 Жыл бұрын
Interesting
@mdmasroor3494
@mdmasroor3494 5 жыл бұрын
Thank you so much. can you please tell me why you have divided area ten to the power six ?
@geodeltalabs
@geodeltalabs 5 жыл бұрын
To convert the area into Sq. Km.
@fulladehane6015
@fulladehane6015 5 жыл бұрын
Thanks
@tubuobaggio
@tubuobaggio 4 жыл бұрын
hello how can i download the tutorial files? i have been trying to download the files to no avail thanks very much
@vatsalyaanand8559
@vatsalyaanand8559 4 жыл бұрын
Just a doubt isn't Thiessen Weights area of the Thiessen polygon divided by the whole area You divided Thiessen polygon with just the area of the district
@geodeltalabs
@geodeltalabs 4 жыл бұрын
Hi, you may divide by the whole area if you would want to find out the contributions from the stations to the entire area, considered as one single unit (in this case, the whole country). But if you want to find out the weights by each district/ province/ catchment, then you have to divide it by the respective boundary area for each.
@vatsalyaanand8559
@vatsalyaanand8559 4 жыл бұрын
Thanks for clarification
@lumafe1975
@lumafe1975 3 жыл бұрын
I think you can simplify your code without creating a new dataframe in pandas........................
@lumafe1975
@lumafe1975 3 жыл бұрын
# Extracting the District and Area columns from the geodataframe to a new pandas dataframe # district_areas = pandas.DataFrame(districts[['District', 'Area']]) # district_areas.set_index('District', inplace = True) # Adding a new column to the intersect_poly attributes table intersect_poly['weights'] = 0 # Assign the thiessen weights to the new column for index_a, row_a in intersect_poly.iterrows(): # intersect_poly.loc[index_a, 'weights'] = row_a['Shape_Area']/(district_areas.loc[row_a['District']]['Area']) intersect_poly.loc[index_a, 'weights'] = row_a['Shape_Area']/row_a['Area']
Using Folium with GeoPandas
20:18
Geospatial Programming
Рет қаралды 19 М.
Кәсіпқой бокс | Жәнібек Әлімханұлы - Андрей Михайлович
48:57
pumpkins #shorts
00:39
Mr DegrEE
Рет қаралды 125 МЛН
SISTER EXPOSED MY MAGIC @Whoispelagheya
00:45
MasomkaMagic
Рет қаралды 13 МЛН
10 Geoprocessing Applications of GeoPandas Library
51:33
GeoDelta Labs
Рет қаралды 30 М.
An Absolute Beginner's Guide to Python GeoPandas
48:42
GeoDelta Labs
Рет қаралды 102 М.
Intro to GeoPandas
21:01
Geospatial Programming
Рет қаралды 18 М.
Pydantic Tutorial • Solving Python's Biggest Problem
11:07
pixegami
Рет қаралды 280 М.
If __name__ == "__main__" for Python Developers
8:47
Python Simplified
Рет қаралды 409 М.
plotting maps with geopandas and matplotlib
15:09
101touchapps
Рет қаралды 56 М.
Why Saudi Arabia’s Economic Woes Just Keep Getting Worse
8:34
TLDR News Global
Рет қаралды 267 М.
The U.S. Is Reviving WWII Airfields to Prepare to Counter China | WSJ
6:55
The Wall Street Journal
Рет қаралды 787 М.
Should Computers Run the World? - with Hannah Fry
36:05
The Royal Institution
Рет қаралды 525 М.
Generative AI in a Nutshell - how to survive and thrive in the age of AI
17:57
Кәсіпқой бокс | Жәнібек Әлімханұлы - Андрей Михайлович
48:57