Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Calculate polygon angles #3

Closed
Fertuesta25 opened this issue Nov 2, 2021 · 4 comments
Closed

Calculate polygon angles #3

Fertuesta25 opened this issue Nov 2, 2021 · 4 comments

Comments

@Fertuesta25
Copy link

The algorithm to calculate polygon angles does not work, it generates the following error:
Traceback (most recent call last):
File "C:\Users/criss/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\lftools\processing_provider\Vect_PolygonAngles.py", line 185, in processAlgorithm
dd2dms(pntsDic[ponto]['alfa_int']),
TypeError: dd2dms() missing 1 required positional argument: 'n_digits'

Execution failed after 0.10 segundos

@LEOXINGU
Copy link
Owner

LEOXINGU commented Nov 2, 2021

Thank you for your feedback.
The new version 1.3.7 of the LFTools plugin is now available here on GitHub with the correction of the polygon angle calculation tool.
It has also already been submitted to the QGIS Official Repository for approval and will soon be available there.
See the result:
image

@LEOXINGU LEOXINGU closed this as completed Nov 2, 2021
@ElvisKlinton
Copy link

El algoritmos de "calculate polygon angles" me sale un error

image

Solo es posible cuando ejecuto en una capa de polígono TEMPORAL. Como podría realizar para un poligono que ya se ha creado anteriormente

@LEOXINGU
Copy link
Owner

Hola Elvis,

Logré resolver el error. Por favor, pido la posibilidad de que hagas algunas pruebas del algoritmo primero, para poder subir una nueva versión en el repositorio oficial de QGIS más tarde.
Aquí hay un tutorial que enseña cómo descargar el complemento directamente desde GitHub e instalarlo con un archivo ZIP: https://youtu.be/cQi2Qxnvh-8

@ElvisKlinton
Copy link

ElvisKlinton commented Jul 25, 2022 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants