0

I'm working with multiple raster images, each in the Albers Equal Area Conic projection: one of the mainland US, one of Alaska, and one of Hawaii.

I'd like to translate the Hawaii layer to be closer to mainland US, reduce its size, and then output the resultant image as a .tiff file.

Is this is possible, is there a way to do it in QGIS?

PolyGeo
  • 65,136
  • 29
  • 109
  • 338
scrollex
  • 229
  • 2
  • 8

1 Answers1

1

Assuming QGIS supports data frames you could use three of them with different extents (for contiguous states, Alaska and Hawaii ) on a layout, and then export that layout to a TIFF file.

PolyGeo
  • 65,136
  • 29
  • 109
  • 338
  • Looks like the data frame concept is available in QGIS, so I'll try that: https://gis.stackexchange.com/questions/45174/how-to-handle-multiple-map-frames-with-different-layers-in-one-print-layout – scrollex Aug 26 '19 at 01:56