Forum

Author Topic: Export Raster  (Read 1330 times)

arafat

  • Newbie
  • *
  • Posts: 28
    • View Profile
Export Raster
« on: May 25, 2022, 08:28:39 AM »
using Metashape 1.8.3
When I use export raster and select tile_width and tile_height they only work if global_profile is False, does the global_profile overwrite the tile_width and tile_height to 256 ?
      
Code: [Select]
chunk.exportRaster(path=os.path.join(work_path,'OrthoTiles.ZIP'),source_data=Metashape.OrthomosaicData,format=Metashape.RasterFormatTMS,image_format=Metashape.ImageFormatPNG,max_zoom_level=23,min_zoom_level=0,global_profile=True,tile_width=512, tile_height=512)

Alexey Pasumansky

  • Agisoft Technical Support
  • Hero Member
  • *****
  • Posts: 14813
    • View Profile
Re: Export Raster
« Reply #1 on: June 02, 2022, 04:41:06 PM »
Hello arafat,

The issue would be fixed in the next 1.8.4 update.
Best regards,
Alexey Pasumansky,
Agisoft LLC