raster divide
Name:
geoc raster divide
Description:
Divide one Raster by another Raster
Arguments:
-k –other-raster: The other raster
-y –other-raster-name: The other raster name
-j –other-projection: The other projection
-o –output-raster: The output raster
-f –output-raster-format: The output raster format
-i –input-raster: The input raster
-l –input-raster-name: The input raster name
-p –input-projection: The input projection
–help : Print the help message
–web-help : Open help in a browser
Example:
geoc raster divide -i raster1.acs -p "EPSG:4326" -k raster2.acs -j "EPSG:4326" -o raster_divided.tif