Cambios sugeridos por piyushrpt. Archivos modificados:
modificado: components/isceobj/Sensor/SAOCOM_SLC.py modificado: examples/input_files/reference_SAOCOM.xmlLT1AB
parent
5ea7981bfd
commit
9983be8fe1
|
@ -35,8 +35,6 @@ from isceobj.Planet.AstronomicalHandbook import Const
|
|||
from isceobj.Scene.Frame import Frame
|
||||
from iscesys.Component.Component import Component
|
||||
|
||||
import gdal
|
||||
|
||||
XEMTFILE = Component.Parameter(
|
||||
'xemtFile',
|
||||
public_name='XEMTFILE',
|
||||
|
@ -242,7 +240,7 @@ class SAOCOM_SLC(Sensor):
|
|||
"""
|
||||
Exports GeoTiff to ISCE format.
|
||||
"""
|
||||
import gdal
|
||||
from osgeo import gdal
|
||||
|
||||
ds = gdal.Open(self._imageFileName)
|
||||
metadata = ds.GetMetadata()
|
||||
|
|
|
@ -11,7 +11,6 @@
|
|||
<property name="OUTPUT">
|
||||
slc-acqid0000076824-a-sm8-s8dp-vv.slc
|
||||
</property>
|
||||
<property name="unwrapper name">snaphu</property>
|
||||
</component>
|
||||
|
||||
<!--
|
||||
|
|
Loading…
Reference in New Issue