About 398,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 - Installing rasterio python package - Geographic Information ...

    Dec 2, 2022 · ERROR: A GDAL API version must be specified. Provide a path to gdal-config using a GDAL_CONFIG environment variable or use a GDAL_VERSION environment variable.

  3. 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, 8 months ago Modified 1 year, 8 months ago

  4. 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 …

  5. GDAL translate in python - where do I find how to convert the …

    Mar 2, 2020 · I'm trying to use gdal.translate() to convert a raster from unit16 to int16 and I am trying to figure out what arguments to use. I think in the command prompt version I would use -ot Int16 but th...

  6. gdal - Why is PROJ not figuring out a CRS? - Geographic Information ...

    Dec 3, 2021 · I am trying to use gdal_translate to convert a WCS source to a tif target. I am trying to achieve this using a WCS XML service description file. The gdal_translate call looks like this …

  7. 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 ...

  8. raster - Python - gdal.Grid () correct use - Geographic Information ...

    Sep 5, 2017 · Is there any good, complete API for the GDAL Python bindings? I am interpolating and rasterizing points with elevation data using the gdal.Grid() method; output = …

  9. raster - Inserting nodata value using GDAL? - Geographic Information ...

    Apr 18, 2019 · I'd like to edit the nodata values in several raster files, but big number of these file doesn't have any nodata value defined, there is nothing to edit. I'v tried the gdal_translate -a_nodata com...

  10. How to apply GDAL polygonize? - Geographic Information Systems …

    Nov 26, 2021 · First, that doc is for the commandline application, not the gdal.Polygonize function. Second, you need to use GDAL to open the raster, GDAL doesn't understand rioxarray or rasterio …