Forum

Author Topic: Export DTYPE  (Read 1496 times)

sven_a

  • Newbie
  • *
  • Posts: 19
    • View Profile
Export DTYPE
« on: July 07, 2020, 03:12:46 PM »
We are currently exporting orthomsaics by using a band transformation and exporting the index value. We use of NoData value of -10000. This provide an tif with Floating point 32Bit. The original values easily fit in a smaller DTYPE. Is it possible to change this (with python?) Thanks! :)

Alexey Pasumansky

  • Agisoft Technical Support
  • Hero Member
  • *****
  • Posts: 14813
    • View Profile
Re: Export DTYPE
« Reply #1 on: July 10, 2020, 03:36:47 PM »
Hello sven_a,

Currently Index Value export result is always using F32 format.
Best regards,
Alexey Pasumansky,
Agisoft LLC

sven_a

  • Newbie
  • *
  • Posts: 19
    • View Profile
Re: Export DTYPE
« Reply #2 on: July 13, 2020, 04:57:44 PM »
I understand. Would be (really) great if someday Agisoft could automatically select the smallest possible dtype to avoid generating unnecessarily large files. :)