Vertaling van "PyQGIS" in Spaans
We konden deze vermelding niet vinden. Er worden benaderende resultaten weergegeven. Controleer je spelling of stel voor deze term aan het woordenboek toe te voegen.
With PyQGIS you can write scripts and plugins to implement new features and perform automated tasks.
Con PyQGIS puede escribir secuencias de comandos y complementos para implementar nuevas características y realizar tareas automatizadas.
To include the widget on your PyQGIS application you should follow these steps
Para incluir la tabla de contenido en una aplicación de PyQGIS se deben seguir estos pasos
Likewise, the layer list widget for PyQGIS was slightly modified in order to get a basic table of contents displaying a number of layer properties.
De la misma forma, con algunas modificaciones a la tabla de contenido para aplicaciones basadas en PyQGIS se adicionó una tabla de contenido básica para desplegar varias propiedades de las capas.
However, if you want to build your own PyQGIS application, you have to create some widgets on your own.
Sin embargo, si se quiere construir una aplicación independiente con PyQGIS se deben crear algunos controles como la tabla de contenido, un control imprescindible en una aplicación SIG.
I have created a widget for PyQGIS applications that is a (really) simplified version of the QGIS layer list widget.
He creado un control para aplicaciones basadas en PyQGIS que es una versión muy simplificada con relación a la tabla de contenido de QGIS.
Just keep in mind that, if using PyQGIS, you need to perform the edits within an edit session and not directly to the data provider.
Solo debes tener presente que si usas PyQGIS, necesitas realizar la edición dentro de una sesión de edición y no directamente al proveedor de datos (Data Provider).
This change allows reuse of map tools from within PyQGIS scripts and Python plugins.
Este cambio permite reutilizar herramientas de mapa desde los scripts PyQGIS y complementos Python.
You can now create features, change geometries, or change attributes (either via QGIS GUI or PyQGIS) and your AutoField will automatically update the field coordinate for you!
Ahora puedes crear feaures, modificar geometrías o modificar atributos (bien sea vía interfaz de QGIS o vía PyQGIS) y tu AutoField actualizará automáticamente el valor del campo coordinate!
You'd better not use Redo commands in any of its forms, i.e., keyboard shortcut (Ctrl+Shift+R by default), buttons, or from PyQGIS.
Te recomendamos no usar comandos Redo en cualquiera de sus formas, p.e., atajo de teclado (Ctrl+Shift+R por defecto), botones, o desde PyQGIS.
Writing directly to data provider (e.g., via PyQGIS) has no SIGNAL, so it's not possible to keep track of such edits (see thread in QGIS-dev mailing list).
Escribir directamente al proveedor de datos (p.e., vía PyQGIS) no tiene una SIGNAL asociada, por lo que no es posible para los AutoFields hacer cálculos automáticos luego de dichas ediciones (mira este hilo en QGIS-dev mailing list).
If you want to use AutoFields without GUI, for example, in a standalone PyQGIS script, you can have a look at the tests of the plugin (Tests.py).
Si quieres usar AutoFields sin interfaz gráfica, por ejemplo, desde un script de PyQGIS fuera de QGIS, puedes dar un vistazo a las pruebas del plugin (Tests.py).
Welcome to the world of PyQGIS, the blending of Quantum GIS and Python to extend and enhance your open source GIS toolbox.
Bienvenido al mundo de PyQGIS, la mezcla de Quantum GIS y Python para ampliar y mejorar la caja de herramientas SIG de código abierto.
The plugin was slightly adapted to the PostGIS Viewer and was added following the post called Loading QGIS plugins into PyQGIS standalone applications (in Spanish).
El plugin fue adaptado al visor de PostGIS y fue agregado siguiendo el post llamado Cargando plugins de QGIS en el visor de PyQGIS.