<div dir="ltr"><div>Enviroment /OS -</div><div><br></div><div>Ubuntu 16.04  - gdal 2.1.2 already installed with Python2.7 used to build GDAL.</div><div><br></div><div>VERSIONS -</div><div><br></div><div>gdal 2.1.2 when installed bundled with the code :</div><div><span style="color:rgb(36,41,46);font-family:SFMono-Regular,Consolas,"Liberation Mono",Menlo,Courier,monospace;font-size:12px;white-space:pre">   </span><span class="gmail-pl-s" style="box-sizing:border-box;color:rgb(3,47,98);font-family:SFMono-Regular,Consolas,"Liberation Mono",Menlo,Courier,monospace;font-size:12px;white-space:pre"><span class="gmail-pl-pds" style="box-sizing:border-box">'</span>--with-python=<span class="gmail-pl-c1" style="box-sizing:border-box;color:rgb(0,92,197)">%s</span> <span class="gmail-pl-pds" style="box-sizing:border-box">' </span></span><span style="color:rgb(36,41,46);font-family:SFMono-Regular,Consolas,"Liberation Mono",Menlo,Courier,monospace;font-size:12px;white-space:pre">    </span><br></div><div><span style="color:rgb(36,41,46);font-family:SFMono-Regular,Consolas,"Liberation Mono",Menlo,Courier,monospace;font-size:12px;white-space:pre">    where s% is  gdal_env[</span><span class="gmail-pl-s" style="box-sizing:border-box;color:rgb(3,47,98);font-family:SFMono-Regular,Consolas,"Liberation Mono",Menlo,Courier,monospace;font-size:12px;white-space:pre"><span class="gmail-pl-pds" style="box-sizing:border-box">'</span>python_bin<span class="gmail-pl-pds" style="box-sizing:border-box">'</span></span><span style="color:rgb(36,41,46);font-family:SFMono-Regular,Consolas,"Liberation Mono",Menlo,Courier,monospace;font-size:12px;white-space:pre">],</span></div><div><font color="#24292e" face="SFMono-Regular, Consolas, Liberation Mono, Menlo, Courier, monospace"><span style="font-size:12px;white-space:pre"><br></span></font></div><div>ISSUE-</div><div>Trying to execute gdal_edit.py (or gdal2tiles.py, gdal_retile.py etc.) , fails to find osgeo module. ImportError: No module named osgeo</div><div><br></div><div><div>Fix1:  sudo apt-get install python-gdal</div><div>This fixed the issue of osgeo, but specifically, when I am trying to run gdal_edit.py ,it does not find some of the methods from 2.1.2</div><div><br></div><div>RUN gdal_edit.py</div><div><br></div><div><div>/opt/google/bin/gdal_edit.py -a_srs EPSG:3857 RGB-corrected.tif</div><div>Traceback (most recent call last):</div><div>  File "/opt/google/bin/gdal_edit.py", line 274, in <module></div><div>    sys.exit(gdal_edit(sys.argv))</div><div>  File "/opt/google/bin/gdal_edit.py", line 191, in gdal_edit</div><div>    ds = gdal.OpenEx(datasetname, gdal.OF_RASTER | gdal.OF_UPDATE, open_options = open_options)</div><div>AttributeError: 'module' object has no attribute 'OpenEx'</div></div><div><br></div><div>OpenEx is part of 2.1.2 as I remember , please confirm how to check if I installed correct version of python-gdal</div><div><br></div>-- <br><div class="gmail_signature">Thanks,<br>Asmita</div>
</div></div>