Read and write vector files with GDAL/OGR in Python

  Рет қаралды 15,595

Making Sense Remotely

Making Sense Remotely

Күн бұрын

Пікірлер: 28
@michaelmeadows1668
@michaelmeadows1668 3 жыл бұрын
Great playlist, thank you for these, excellent resource for learning GDAL! A note for anyone else having trouble with the final feature not being updated (i.e. perimeter value of final feature still null when opened in QGIS): make sure you close the feature (as noted at minute 10:12) *within* the for loop (as the final line).
@a1german
@a1german 4 жыл бұрын
Wow, thanks so much. Clear voice/sound and explanations. Waiting for more :)
@shishirnair4563
@shishirnair4563 3 жыл бұрын
I was struggling with ogr vector functions. Thank you Making Sense Remotely, you made learning such a breeze. I look forward for more content and learnings from your channel. Know that your work and efforts are highly appreciated by those who work in GIS field.
@MusicallyDisturbed
@MusicallyDisturbed 2 жыл бұрын
reallly helpful and gave very nice overall understanding of OGR vector operations!! thank you
@colorizedenhanced-silentmo9075
@colorizedenhanced-silentmo9075 4 жыл бұрын
salutations, Making Sense Remotely. pretty good video. thanks. :)
@GuiTalarico
@GuiTalarico 4 жыл бұрын
This was really helpful, thank you!
@JeewantinieKapilaratne
@JeewantinieKapilaratne 3 жыл бұрын
Thank you very much for your grate lesson. I have encountered following issue "KeyError: 'Illegal field requested in GetField()'" when I tried to access "FID" field .However, I was able to access other fields of the layer. Would like to hear any clarification/comment on this
@sebastianmartijena381
@sebastianmartijena381 4 жыл бұрын
Thank you very much! Also for the code
@Ryan-tf3ix
@Ryan-tf3ix 2 жыл бұрын
If you could link the files (.shp and .tif) you are using in your tutorials it would make them a lot easier to follow. Thanks!
@lotansuid9604
@lotansuid9604 4 жыл бұрын
thank u for the video!!
@nikhilkumarkulkarni8798
@nikhilkumarkulkarni8798 10 ай бұрын
How to rotet tif file actioly im trying open tiff file using python but i can able to load but if compated to global mapper image is looking like mirrer image kindly help me to solove this issue
@erinlindsay6328
@erinlindsay6328 3 жыл бұрын
I am looking for a video on how to convert a list of coordinate points from, for example UTM, to lat long, using gdaltransform. Have you already covered this? If not, I would find it very helpful. That is my main reason for wanting to use gdal.
@umairrasool9580
@umairrasool9580 4 жыл бұрын
I am working with raster data for ANN, i have converted rasters to numaric and then test train that numerical data and get very Good accuracy. now i need to convert my train data into raster but i don't know how. please guide me.
@aichamoumni3295
@aichamoumni3295 4 жыл бұрын
That's very wonderful and helpful, thank you! please I am beginner in python and I just tried to run my first script but I got an error as following: "from osgeo import gdal ImportError: No module named osgeo" I already installed gdal but it's not working, please could you help me with this?
@makingsenseremotely6207
@makingsenseremotely6207 4 жыл бұрын
You might still need to get the gdal python bindings. Have a look at my gdal introduction + installation video. My preferred way of installing gdal is conda. On Windows, you can also get the python bindings from www.lfd.uci.edu/~gohlke/pythonlibs/#gdal
@aichamoumni3295
@aichamoumni3295 4 жыл бұрын
@@makingsenseremotely6207 thank you for your reply, I watched your video and I followed same instructions but still have same problem. I am working with spyder, should I add gdal to it as plugin or something like this??
@makingsenseremotely6207
@makingsenseremotely6207 4 жыл бұрын
Which instructions did you follow? The ucla sandbox ones? With that I was not able to get gdal to work in Python and I had to additionally get the binaries from gohlke pylibs (on Windows). Which operating system are you using?
@aichamoumni3295
@aichamoumni3295 4 жыл бұрын
@@makingsenseremotely6207 I am using Windows, I installed osgeo
@makingsenseremotely6207
@makingsenseremotely6207 4 жыл бұрын
You want to install the GDAL Python bindings, which include the modules gdal, ogr, osr, gdalnumeric and gdalconst. These should be imported like this: from osgeo import gdal. But you cannot just get these bindings by running something like "pip install osgeo" (which I assume you did?) . Since you are on Windows, I think the easiest way is to download the .whl file from the gohlke pylibs and install the GDAL Python bindings with that. That's what worked for me.
@teametewelde5117
@teametewelde5117 3 жыл бұрын
j
@teametewelde5117
@teametewelde5117 3 жыл бұрын
6r ur
@teametewelde5117
@teametewelde5117 3 жыл бұрын
h u 9qb ejggiCke YOUR JY IQ0B BS8C 569BX
@teametewelde5117
@teametewelde5117 3 жыл бұрын
h ud
@teametewelde5117
@teametewelde5117 3 жыл бұрын
te
@teametewelde5117
@teametewelde5117 3 жыл бұрын
jd jv use
Processing DEMs with GDAL in Python
12:04
Making Sense Remotely
Рет қаралды 14 М.
Splitting raster data into equal pieces with GDAL in Python
15:40
Making Sense Remotely
Рет қаралды 11 М.
Beat Ronaldo, Win $1,000,000
22:45
MrBeast
Рет қаралды 158 МЛН
小丑教训坏蛋 #小丑 #天使 #shorts
00:49
好人小丑
Рет қаралды 54 МЛН
Гениальное изобретение из обычного стаканчика!
00:31
Лютая физика | Олимпиадная физика
Рет қаралды 4,8 МЛН
Quilt Challenge, No Skills, Just Luck#Funnyfamily #Partygames #Funny
00:32
Family Games Media
Рет қаралды 55 МЛН
AI Is Making You An Illiterate Programmer
27:22
ThePrimeTime
Рет қаралды 241 М.
An Introduction to GDAL - Robert Simmon
29:52
BocoupLLC
Рет қаралды 21 М.
GDAL tutorial: read vector files with OGR/GDAL in python
12:10
Convert between CSV and GeoTIFF with GDAL in Python
28:11
Making Sense Remotely
Рет қаралды 21 М.
10 Signs Your Software Project Is Heading For FAILURE
17:59
Continuous Delivery
Рет қаралды 34 М.
All Rust string types explained
22:13
Let's Get Rusty
Рет қаралды 199 М.
Data Driven Maps With Python Folium & Leaflet.js
32:56
Traversy Media
Рет қаралды 107 М.
An Engineering Fairy Tale: Cascade Failure at the Super Kamiokande
22:21
Alexander the ok
Рет қаралды 714 М.
Beat Ronaldo, Win $1,000,000
22:45
MrBeast
Рет қаралды 158 МЛН