Main Page
Modules
Namespaces
Classes
Files
File List
File Members
compose.py
Go to the documentation of this file.
1
from
terralib
import
raster, rp, core
2
bands = [2, 0]
3
rasters = []
4
rasters.append(raster.open(core.TERRALIB_DATA_DIR +
'/geotiff/cbers_rgb342_crop2.tif'
))
5
rasters.append(raster.open(core.TERRALIB_DATA_DIR +
'/geotiff/cbers_rgb342_crop3.tif'
))
6
rp.ComposeBands(rasters, bands, raster.NearestNeighbor,
'composed.tif'
)
7
terralib5_src
examples
binding
python
compose.py
Generated on Wed Jun 6 2018 12:16:07 for TerraLib by
1.8.11