Re: [gdal-dev] Question About OGR

2023-05-11 Thread Arzu ÇUBUKÇU
Hello Gandhi, Thank you very much for your help, I was doing the false installation, all the problem was solved this way. -- Saygılarımla / Kind Regards Arzu ÇUBUKÇUHavacılık Bilgi Sistemleri / Aeronautical Information SystemsVeri Bilimi Uzmanı / Data Science Specialistİstatistikçi / Statistician M

Re: [gdal-dev] Question About OGR

2023-05-11 Thread Ujaval Gandhi
As Lautentiu mentioned, you need to install GDAL in the Colab environment. Here's an example notebook showing how https://colab.research.google.com/drive/1vOdd-kGAvR0Nhcrc6OpOLDeH3KZgzP8c?usp=sharing---Ujaval GandhiSpatial Thoughtswww.spatialthoughts.comOn Thu, May 11, 2023 at 12:26 PM Laurențiu Ni

Re: [gdal-dev] Question About OGR

2023-05-10 Thread Laurențiu Nicola via gdal-dev
Hi, You no longer have the GDAL tools installed. I don't know how you acquired them before, but one option is something like !apt install gdal-bin (untested). Laurențiu On Thu, May 11, 2023, at 09:03, Arzu ÇUBUKÇU wrote: > Hello All, > > I have been working on file conversion in Python for a

[gdal-dev] Question About OGR

2023-05-10 Thread Arzu ÇUBUKÇU
Hello All, I have been working on file conversion in Python for a while. I have had successful results for a long time using "ogr2ogr".However, my code has been giving the following error for a while now. I also searched a lot on the web, but I couldn't figure out why.I do my studies with Google Co