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 - dwieka

Pages: [1]
1
Hello Everyone!
I'm just wondering is it possible for us to encrpyt our python code using locale module in Metashape environment? Right now I'm developing some script and it will be used by a lot of people, and I want to encrypt those code so the user cannot read the raw file.
Thank You!  :D

2
Hello! I need to generate an excel file in Metashape, I am already tried with some excel python libraries like openpyxl, xlutils, xlwt, etc, but it seems like not installed on Metashape Pythons environment. Is it possible to generate excel file in Metashape using python? Because I need a multiple sheet on my last output and CSV cannot handle it. Thank you  :D

3
Python and Java API / Making oversized tiff file to one file
« on: February 14, 2022, 04:28:22 PM »
Hello, everyone!
Right now I'm just processing very big shapefile area, so when I try to export the orthomosaic inside it, that cause an error, says that Maximum TIFF file exceeded. I have try to split the orthomosaic result to block, but it becomes much files, is there any solution to keep the export orthomosaic result still in one file? Thankyou  :)

4
Python and Java API / How can I distinct shape with some conditions?
« on: February 04, 2022, 05:08:08 AM »
Hello,
I have a question about looping polygon shape in Metashape using python, right now I can loop all the shapes on my chunk, but Metashape always loop every feature on the polygon one by one, is it possible to loop the polygon based on some conditions? Thank you for your reply  :)

Pages: [1]