vhr-pansharpen-orthos¶
Overview¶
vhr-pansharpen-orthos pansharpens an orthorectified multispectral raster with an orthorectified panchromatic raster.
Installation¶
pip install "vhrharmonize[pansharpen]"
Usage¶
vhr-pansharpen-orthos \
--mul-ortho /data/mul_ortho.tif \
--pan-ortho /data/pan_ortho.tif \
--output /data/pansharpened.tif \
--nodata-value -9999
- Required:
--mul-ortho,--pan-ortho,--output - Optional output nodata:
--nodata-value