Python bindings for GDAL not working for georaster

2360
0
11-18-2015 10:16 PM
Durga_PrasadD
New Contributor II

I am trying to load georaster as instructed in this link http://www.arcgis.com/home/item.html?id=1eec30bf5fa042a5a2227b094db89441

From my python program ,I imported ESRI specific gdal library.It looks like 'georaster' is not working from ESRI Python,others like 'geotiff' are working fine.However the same is working on standalone python and GDAL combination.

from osgeo import gdal

driver = gdal.GetDriverByName("georaster")

type(driver)

<type 'NoneType'>

0 Kudos
0 Replies