Geographic Information Systems Asked by lavAzza on August 5, 2021
There is a GeoTIFF of around 3.5 Gb. I would like to get 6 sliced jpg tiles from it (width is one second of the original file, and hight is one third) with JGW bindings.
How is it possible to implement in QIGS?
You could try doing as follow:
xmin=xmin_orig_raster+ m (xmax_orig_raster-xmin_orig_raster)/2 (m going from 0 to 1) xmax=xmin_orig_raster + (m+1)(xmax_orig_raster-xmin_orig_raster)/2 (m going from 0 to 1) ymin=ymin_orig_raster + n*(ymax_orig_raster-ymin_orig_raster)/3 (n going from 0 to 2) ymax=ymin_orig_raster + (n+1)*(ymax_orig_raster-ymin_orig_raster)/3 (n going from 0 to 2)
Running the tool 6 times, each with the appropriate parameters (depending on the slice you're slicing) should give you the wanted result.
Answered by drlmbrd on August 5, 2021
Get help from others!
Recent Answers
Recent Questions
© 2024 TransWikia.com. All rights reserved. Sites we Love: PCI Database, UKBizDB, Menu Kuliner, Sharing RPP