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

Pages: [1]
1
Python and Java API / How do you set the boundaries?
« on: August 26, 2021, 12:17:19 PM »
Hello everyone,

I need to set the boundaries when exporting the orthomosaic.
I want to enable "Seutp boundaries" and set the coordinates.
How do I need to set it?
I couldn't find it in the reference.

Thank you in advance.

2
Python and Java API / Get ruler coordinates
« on: August 26, 2021, 04:57:16 AM »
Hi everyone,

I want to get the coordinates using ruler but I can't.
I want to know the X and Y coordinates displayed on the console.
teach me please.

Thank you in advance

3
Python and Java API / I want to get a marker
« on: August 24, 2021, 03:49:56 AM »
Hello everyone,

I want to get a marker.
Although it is described as follows, the obtained list is empty.
How can I get it?

Code: [Select]
m = []
for item in chunk.markers:
        m.append(item)
print(m)

4
Python and Java API / Get unaligned image names
« on: August 20, 2021, 08:43:42 AM »
Hello everyone!

I am in great trouble.

I want to get the unaligned image names.
I can get the number of images, but I can't get the image name.
Is it possible with the use of ”chunk.cameras”?

Thank you in advance.

5
Python and Java API / Build Ortho mosaic with markers
« on: August 04, 2021, 03:54:51 AM »
Hello everyone,

First of all, Please forgive me that my English is not very good.

I want to run a build Orthomosaic in a script.
But I don't know how to specify projection markers or horizontal axis or vertical axis.
How do you specify it in python?

Please let me know if you don't understand the question.

Thank you in advance!

Pages: [1]