Forum

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - vish

Pages: [1]
1
General / GPU recommendations for Altum Processing (GCP)
« on: September 22, 2021, 05:54:38 AM »
Hi, any recommendations for what GPU (keeping cost in mind  😊 ) I should install on Google Cloud Platform, to speed up the processing of data from Micasense Altum?

2
Python and Java API / Export orthomosaic with custom size
« on: June 29, 2021, 05:31:16 AM »
My orthomosaic is currently
Code: [Select]
25114 x 22819 and I want to export it such that it is only 5000 pixels wide, while maintaining scale.

I tried running
Code: [Select]
chunk.exportRaster(path="test.tif", width=5000) but it doesn't work and I get
Code: [Select]
RuntimeError: TIFFWriteTile: unexpected error: test.tif
I don't want to explicitly change pixel size as I don't know what size will get me a 5000 pixel wide orthomosaic. I know the GUI has an option 'Max. dimension (pix)'. Is there something similar I can do using the python API?

Pages: [1]