Extracting Topographic Elevations using Python

  Рет қаралды 11,687

GeoDelta Labs

GeoDelta Labs

Күн бұрын

Пікірлер: 21
@wasumanawko4825
@wasumanawko4825 4 жыл бұрын
I have no words to appreciate you. all of your video tutorials are very helpful for many researchers. Your presentation is also smart. please keep it up.
@yagitgadhok5938
@yagitgadhok5938 3 жыл бұрын
Hi, spyder is showing a error of invalid projection:no database context specified can you please help me resolve it.
@nitingoyal5515
@nitingoyal5515 2 жыл бұрын
can you please tell, how to extract coordinates from image into csv file
@adampax
@adampax 2 жыл бұрын
This was very helpful, thanks for taking the time to make such a clear tutorial :)
@saradindudey5011
@saradindudey5011 4 жыл бұрын
Please help me in that, I really need this heatmap thing cause there are no such tutorial on that topic
@dahmanigis4121
@dahmanigis4121 2 жыл бұрын
Hi, when i run this # reading DEM dem = rasterio.open('DEM.tif') row, col = dem.index(longitude, latitude) dem_data = dem.read(1) print('The elvation of' + name + ':' + str(dem_data[row,col]) + 'meters') I have error: IndexError Traceback (most recent call last) Cell In [22], line 5 3 row, col = dem.index(longitude, latitude) 4 dem_data = dem.read(1) ----> 5 print('The elvation of' + name + ':' + str(dem_data[row,col]) + 'meters') IndexError: index -977727 is out of bounds for axis 0 with size 5715
@rrex7948
@rrex7948 2 жыл бұрын
Good stuff, but you skipped over what is going on with dem.read(1)
@waltersamuel3671
@waltersamuel3671 4 жыл бұрын
Love your videos !! It has really helped with getting work done for my research .. Cheers
@chuxinliu
@chuxinliu 2 жыл бұрын
How do I find DEM file for, let's say, Florida?
@geodeltalabs
@geodeltalabs 2 жыл бұрын
You can use USGS EarthExplorer. There is a tutorial that I have done showing how to download SRTM dem for any location :)
@chuxinliu
@chuxinliu 2 жыл бұрын
@@geodeltalabs Thank you! It is very helpful!
@anujregmi4582
@anujregmi4582 3 жыл бұрын
is there a way to extract the entire area elevation instead of just points
@geodeltalabs
@geodeltalabs 3 жыл бұрын
How do you intend to define the 'entire area elevation'? as long as you have a sufficient coverage of points to cover each pixel, that would basically give you all the different elevation values.
@xudongfan6962
@xudongfan6962 4 жыл бұрын
Hi, thanks for your video! Could you explain how should we choose the unit for longitude and latitude? I put longitude and latitude in the 'feet' unit in the 15 line. But the row and col out of the boundary. Should we convert the lon and lat into a specific unit? If i type 'dem.crs', it outputs CRS.from_epsg(26917)
@rcssiddharth5986
@rcssiddharth5986 Жыл бұрын
Yes, both the CRS of the Shapefile and DEM raster have to be in same units. Moreover, we could reproject geodataframe simply using gdf = gdf.to_crs(3857). Then, use rioxarray to reproject (which is simpler than rasterio). import rioxarray as rxr -> dem_raster = rxr.open_rasterio('filepath_to_raster') -> dem_reproject = dem_raster.rio.reproject('EPSG:3857') -> dem_reproject.to_raster('output_file_path'). Now, you can use the above code to extraction the elevation perfectly.
@saradindudey5011
@saradindudey5011 4 жыл бұрын
Amazing one , I need a help can you make a video how to create a heatmap using python using shape points and save it in tiff raster format? It will be really helpful. Scenario: suppose you have shape points of wildfires with “brightness“ column and you want to create heatmap of that column using that shapefile points. And you want to save it in tiff
@MdAthick
@MdAthick 4 жыл бұрын
Sir, I am a PhD student. I want you python for processing geospatial data, could you please suggest me some books, materials and links for Python for geospatial analysis.
@geodeltalabs
@geodeltalabs 4 жыл бұрын
Hi, there are good resources by Packt Publishing. www.packtpub.com/ I recommend you check some out there.
@MdAthick
@MdAthick 4 жыл бұрын
@@geodeltalabs Thanks a lot for your suggestion. Could you please tell me the keywords to search in packtpup ?
@yaarobmohammad1020
@yaarobmohammad1020 4 жыл бұрын
Thank you so much
Calculating Zonal Statistics of a Raster using Python
31:59
GeoDelta Labs
Рет қаралды 14 М.
Solving the Navier-Stokes equations in Python | CFD in Python | Lid-Driven Cavity
29:15
Machine Learning & Simulation
Рет қаралды 68 М.
Wall Rebound Challenge 🙈😱
00:34
Celine Dept
Рет қаралды 15 МЛН
How Strong Is Tape?
00:24
Stokes Twins
Рет қаралды 19 МЛН
Quando eu quero Sushi (sem desperdiçar) 🍣
00:26
Los Wagners
Рет қаралды 14 МЛН
How to Convert Coordinates from CSV to ESRI Shapefile
14:03
GeoDelta Labs
Рет қаралды 15 М.
An Absolute Beginner's Guide to QGIS 3
1:10:08
GeoDelta Labs
Рет қаралды 1,3 МЛН
Making robot navigation easy with Nav2 and ROS!
22:39
Articulated Robotics
Рет қаралды 106 М.
Automating Raster Data Extraction using Python
21:36
GeoDelta Labs
Рет қаралды 14 М.
How to Create 3D Terrain with Google Maps and Blender!
12:17
CG Geek
Рет қаралды 2 МЛН
Introduction to Visualizing Geospatial Data with Python GeoPandas
28:29
OSINT At Home #9 - Top 4 Free Satellite Imagery Sources
13:21
Bendobrown
Рет қаралды 1,6 МЛН
Wall Rebound Challenge 🙈😱
00:34
Celine Dept
Рет қаралды 15 МЛН