About 391,000 results
Open links in new tab
  1. installation - Installing GDAL with Python on Windows - Geographic ...

    Here is another tutorial which explains very simple and easy way of installing GDAL v1.8 with Python v2.7 on a Windows XP/7 system. Install Python Install the GDAL binaries published by Tamas …

  2. gdal - Geographic Information Systems Stack Exchange

    May 6, 2025 · Is it possible to use some gdal API to call gdal_translate from Python code? I do not mean simply executing the gdal_translate.exe from the file system, but rather call it somehow in code so I …

  3. python - How do you make pip install gdal work? - Geographic ...

    Dec 30, 2024 · However, GDAL doesn't provide precompiled binaries. If you really want to do this the hard way and compile the python bindings, you'll need to install GDAL binaries and have the GDAL …

  4. command line - What are GDAL utilities? - Geographic Information ...

    I often come across code examples when searching for something like GeoTiff size - what to do?. Sometimes, the presented code examples seem to do exactly what I was searching for. There is just ...

  5. Using gdal.Warp() and gdal.warpOptions() of GDAL Python API

    Apr 8, 2018 · Using gdal.Warp () and gdal.warpOptions () of GDAL Python API Ask Question Asked 7 years, 9 months ago Modified 1 year, 9 months ago

  6. Windows GDAL pip installation and path

    Apr 2, 2025 · Looking through various posts (Installing GDAL on Windows 10 using binaries for command line functionality) they suggest adding C:\Program Files\GDAL to your PATH and adding …

  7. python - Install GDAL into conda environment - Geographic …

    May 19, 2024 · conda install gdal This should avoid this kind of issues. Reference: here. Regarding conda install gdal working: this will work as well as it will install gdal as well as all dependencies from …

  8. Installing GDAL and OGR for Python?

    Dec 7, 2014 · I am developing some code in Python, and I want to use the GDAL/OGR python bindings. What is the minimum I need to install in order to use the GDAL and OGR python bindings? What is …

  9. Accessing feature classes in file geodatabases using Python and GDAL

    I am trying to access a vector dataset in an Esri File Geodatabase using Python and GDAL. I have successfully compiled GDAL with the file geodatabase API. The FileGDB driver is working correctly si...

  10. How to get raster corner coordinates using Python GDAL bindings?

    Is there a way to get the corner coordinates (in degrees lat/long) from a raster file using gdal's Python bindings? A few searches online have convinced me that there is not, so I have developed a...