Automating Raster Data Extraction using Python

  Рет қаралды 14,934

GeoDelta Labs

GeoDelta Labs

Күн бұрын

Пікірлер: 40
@pacomermela6497
@pacomermela6497 3 жыл бұрын
Excellent. It would be interesting to show how to extract pixel values ​​from an ESRI Shapefile of polygons to create a dataframe. It would also be interesting to learn how to assign a value to each sample according to a field in the attribute table. Thanks for your videos!!!
@christodoulossazeides8988
@christodoulossazeides8988 Жыл бұрын
i was searching for 3 days to do that. Every one suggested a different packages as (gdal, pygmt...) and i was not able to extract the values. Your simple way solve my problem. thank you very match
@geodeltalabs
@geodeltalabs Жыл бұрын
Glad I could help
@ibrahimalabdulsalam1005
@ibrahimalabdulsalam1005 3 жыл бұрын
I should always start your videos by clicking the LIKE button.
@niampahamidou8931
@niampahamidou8931 2 жыл бұрын
Thanks a lot for this video. You're the best!
@johnowusukonduah2305
@johnowusukonduah2305 2 жыл бұрын
These video came as a live saver just when I needed it most. Thank you very much. But I want to ask if this same approach works similarly for multiband raster data? If its not so, please can you do a video to cover that? This will really help me a lot
@sonukumar-cy1fo
@sonukumar-cy1fo 3 жыл бұрын
Thank you very much sir for your kind support. Your all material is very interesting. May I request you to make one video on object based classification
@MrABN143
@MrABN143 3 жыл бұрын
Excellent brother 💐
@sanjayawanninayake3819
@sanjayawanninayake3819 3 жыл бұрын
Good one...!!!👍
@nilpipra
@nilpipra 2 жыл бұрын
wish you could provide the sample files (raster and the points) used in this tutorials. We all learn a lot from you. You are the best!!
@geodeltalabs
@geodeltalabs 2 жыл бұрын
Thanks. Will include them wherever relevant in the upcoming videos :)
@nilpipra
@nilpipra 2 жыл бұрын
@@geodeltalabs : is there still a chance to upload this two files (US temp raster and station shape) used in this exercise?. I am doing something similar to that and it will be a great help if I have the exact file to practices,. Thanks in advance!
@syedrafsanali6522
@syedrafsanali6522 Жыл бұрын
Thank you very much. It was very helpful.
@geodeltalabs
@geodeltalabs Жыл бұрын
Glad it helped!
@syedrafsanali6522
@syedrafsanali6522 Жыл бұрын
@@geodeltalabs Could you please check your email? I have sent something in detail. It would be a great help for me. Thanks again.
@PhatPham-User
@PhatPham-User Жыл бұрын
Thanks so much for your great tutorial. I followed your step and I can extract the tiff file already but I still have a concern that I have many files from the year 1981 - up to now (the step is one day). I would like to get all data day by day but still cannot solve this problem, could you has any idea or could you make another tutorial to do that if possible. Thanks again for your kind.
@abdallahabdelmajeed8120
@abdallahabdelmajeed8120 Жыл бұрын
Thank you very much but how can we do the same for polygons not point and in time series data?
@SiddhZarathustra
@SiddhZarathustra Жыл бұрын
Great tutorial! Can you please share the source for download link or the temperature raster?
@AsifMarazi
@AsifMarazi 2 жыл бұрын
Great video... really helped me get closer to my goal. However, now I have multiple raster files, I tried to loop over the raster files but failed to write the extracted values in a better way.
@geodeltalabs
@geodeltalabs 2 жыл бұрын
Hi, you may follow this video and you will be able to get an insight on how to iterate through multiple raster files kzbin.info/www/bejne/labEh6WJmrF5o6M
@joshritman2480
@joshritman2480 3 жыл бұрын
Great content. Thanks. Where can we download the raster data (avg_temp_nov2021.tif) from?
@not4weak
@not4weak 3 жыл бұрын
Put the readio statement outside for loop
@Jobsvisapro7030
@Jobsvisapro7030 3 жыл бұрын
Sir can you please upload complete tutorial list about PyQgis
@mrcactus1984
@mrcactus1984 Жыл бұрын
hello, how could i extract values from a certain point from diferent rasters to table? thank you
@AayushiSaini-l3g
@AayushiSaini-l3g 10 ай бұрын
can you provide sample data that you have used??
@moumitaghorai2040
@moumitaghorai2040 2 жыл бұрын
I am struggling with installing rasterio. I can see it in the site-packages folder. But cannot import it, getting an error. Do you have any suggestions on this?
@MrABN143
@MrABN143 3 жыл бұрын
Can we use same process in other operations in raster? Like solar panel monitor , thermal sensor raster?
@AbuZafor-yy5qh
@AbuZafor-yy5qh Жыл бұрын
AttributeError: 'numpy.float32' object has no attribute 'is_integer' at the last segment this error is come.What is the solution ?
@mmukarrammuneer8715
@mmukarrammuneer8715 2 жыл бұрын
Can I done same task in Jupyter of NetCdf (Raster) file with any shaple file???
@geodeltalabs
@geodeltalabs Жыл бұрын
Absolutely
@henryjayr
@henryjayr Жыл бұрын
can you show tis in arcMap?
@geodeltalabs
@geodeltalabs Жыл бұрын
In arcmap this can be done using one of the inbuilt tools. Search for the tool 'Extract values to point', and it basically does the same thing
@anitat9727
@anitat9727 Жыл бұрын
thanks
@geodeltalabs
@geodeltalabs Жыл бұрын
You're welcome!
@manasranjanpanda9859
@manasranjanpanda9859 3 жыл бұрын
Indeed it's an excellent tutorial but I think if we do have the shapefile of locations (includes coordinates) then just by using the extract raster values to points tool in ArcGIS, we can easily get values from n number of points that we need.
@matthese9986
@matthese9986 3 жыл бұрын
But you have to pay for it
@manasranjanpanda9859
@manasranjanpanda9859 3 жыл бұрын
@@matthese9986 yeah I agree 😊
@isabelahorta3063
@isabelahorta3063 2 жыл бұрын
Hi! Thx for the tutorial! I got an error in the "print" line: --------------------------------------------------------------------------- IndexError Traceback (most recent call last) in () 11 rowIndex, colIndex = dem.index(longitude, latitude) 12 ---> 13 print(str(code) + ': ' + str(dem_data[rowIndex, colIndex])) IndexError: index 752266 is out of bounds for axis 0 with size 17336 Do you know how to solve it?
@isabelahorta3063
@isabelahorta3063 2 жыл бұрын
Hiiii! I already fixed it! I reprojected the shape and the raster to the same projection system. Thx.
@geodeltalabs
@geodeltalabs 2 жыл бұрын
Great! glad you were able to fix it! :)
Sigma Kid Mistake #funny #sigma
00:17
CRAZY GREAPA
Рет қаралды 26 МЛН
Мен атып көрмегенмін ! | Qalam | 5 серия
25:41
If people acted like cats 🙀😹 LeoNata family #shorts
00:22
LeoNata Family
Рет қаралды 43 МЛН
Analyze floods using ONLY Python! (aka spatial data science)
24:07
Matt Forrest
Рет қаралды 16 М.
Volume Calculations using QGIS
28:39
GeoDelta Labs
Рет қаралды 15 М.
Visualizing Excel Files Easily With Python
15:53
NeuralNine
Рет қаралды 36 М.
Automate Excel Work with Python and Pandas
21:29
John Watson Rooney
Рет қаралды 100 М.
10 Geoprocessing Applications of GeoPandas Library
51:33
GeoDelta Labs
Рет қаралды 31 М.