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.


Messages - Diogo

Pages: [1]
1
Python and Java API / Re: Automatic way via python to add gcps ?
« on: March 29, 2023, 10:26:11 AM »
Hi Sokratis

If you've usen the targets provided by Metashape you can easily run
Code: [Select]
detectMarkers(). If your GSD is high enough then it should be able to detect your markers and you can then import your gcps by using
Code: [Select]
importReference(ignore_labels=True).

By using cross Targets or any other kind it is very difficult to find them and i've been rarely able to match them via metashape functions.

Best
Diogo

2
I have the same problem with another crs. Running it in the API from start to beginning, everything works fine. But once I open an aleady processed part the I get the Vertical Daum Missing error. Even when doing the Metashape.CoordinateSystem.addGeoid() command. If I open it via GUI, I can also process the whole project without a problem. Any other sugestions?

Edit
Found out what the problem was:

Metashape.CoordinateSystem.addGeoid() had to be done before opening an older project and after initiating Metashape.document()

3
Python and Java API / Re: Command python - Detect Power lines
« on: August 23, 2022, 12:39:13 PM »
Thats great! Thanks.

4
General / Re: Define Processing Area By Shapefile?
« on: August 22, 2022, 04:39:35 PM »
This feature would also be of interest for us. In version 1.8.4 changelog there is only a new areaFitted() feature for shapefiles where the area is calculated.

5
Python and Java API / Detect Powerlines missing in Python API
« on: August 19, 2022, 04:00:04 PM »
Hi all,

I've been looking for the detect Powerlines function in the Python API, but it appears to be not in the manual. Is the function not available in the API?

Pages: [1]