Forum

Author Topic: Ho do you enable "crop invalid DEM" with python scripting  (Read 3433 times)

jeremyeastwood

  • Jr. Member
  • **
  • Posts: 55
    • View Profile
Ho do you enable "crop invalid DEM" with python scripting
« on: October 30, 2014, 01:56:15 AM »
I'd like to emulate the "Crop invalid DEM" option for DEM export than you can select through the gui, through python scripting - is there any way to do this?

Thanks

Alexey Pasumansky

  • Agisoft Technical Support
  • Hero Member
  • *****
  • Posts: 14813
    • View Profile
Re: Ho do you enable "crop invalid DEM" with python scripting
« Reply #1 on: October 31, 2014, 01:44:26 PM »
Hello jeremyeastwood,

Unfortunately it is not yet accessible from Python, but it is enabled by default.

I think we'll implement "crop_borders" argument in the .exportDem function int he next 1.1 update.
« Last Edit: October 31, 2014, 01:46:00 PM by Alexey Pasumansky »
Best regards,
Alexey Pasumansky,
Agisoft LLC

jeremyeastwood

  • Jr. Member
  • **
  • Posts: 55
    • View Profile
Re: Ho do you enable "crop invalid DEM" with python scripting
« Reply #2 on: October 31, 2014, 05:53:34 PM »
Ok, so crop invalid DEM happens automatically when you call exportDem in python at the moment?

Thanks for the quick response!