-
Notifications
You must be signed in to change notification settings - Fork 7
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
Comments
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. |
Muy buen dia!!
acabo de instalar el complemento, pero me sale este error
[image: image.png]
El sáb, 23 jul 2022 a las 19:43, Leandro França ***@***.***>)
escribió:
… 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
—
Reply to this email directly, view it on GitHub
<#3 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AZMMUGDWVOY7AGNJ376SWCTVVSGT7ANCNFSM5HFHOFKQ>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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
The text was updated successfully, but these errors were encountered: