10.1. Lesson: Instalar y Manejar Complementos

Para comenzar a utilizar complementos, necesitas saber como descargarlos, instalarlos y activarlos. Para esto, aprenderás cómo utilizar el Instalador de complementos y el Administrador de complementos.

El objetivo de esta lección: Entender el uso del sistema de complementos de QGIS.

10.1.1. basic Follow Along: Manejando Complementos

  1. Para abrir el Administrador de complementos, haz clic en el elemento del menú Complementos ‣ Administrar e instalar complementos….

  2. En el cuadro de diálogo que se abre, encuentra el complemento Processing:

    ../../../_images/select_processing_plugin.png
  3. Click in the box next to this plugin and uncheck it to deactivate it.

  4. Haz clic en Cerrar.

  5. Looking at the menu, you will notice that the Processing menu is is now gone. This means that many of the processing functions you have been using before have disappeared! For example look at the Vector ‣ and Raster ‣ menus. This is because they are part of the Processing plugin, which needs to be activated to use them.

  6. Open the Plugin Manager again and reactivate the Processing plugin by clicking in the checkbox next to it.

  7. Close the dialog. The Processing menu and functions should be available again.

10.1.2. basic Follow Along: Instalación de Nuevos Complementos

The list of plugins that you can activate and deactivate draws from the plugins that you currently have installed. To install new plugins:

  1. Select the Not Installed option in the Plugin Manager dialog. The plugins available for you to install will be listed here. This list will vary depending on your existing system setup.

    ../../../_images/get_more_plugins.png
  2. Find information about the plugin by selecting it in the list

    ../../../_images/plugin_details.png
  3. Install the one(s) you are intereseted in by clicking the Install Plugin button below the plugin information panel.

Nota

if the plugin has some error it will be listed in the Invalid tab. You can then contact the plugin owner to fix the problem.

10.1.3. basic Follow Along: Configuración Adicional de Repositorios de Complementos

Los complementos que están disponibles para instalar dependen de qué repositorios de complementos tienes configurados para utilizar.

QGIS plugins are stored online in repositories. By default, only the official repository is active, meaning that you can only access plugins that are published there. Given the diversity of available tools, this repository should meet most of your needs.

Es posible, sin embargo, probar más complementos que los que están por defecto. Primero, necesitas configurar repositorios adicionales. Para ello:

  1. Open the Settings tab in the Plugin Manager dialog

    ../../../_images/plugin_manager_settings.png
  2. Haz clic en Añadir para encontrar y añadir un nuevo repositorio.

  3. Proporciona un Nombre y URL para el nuevo repositorio que quieras configurar y asegúrate de que la casilla de verificación Enabled está seleccionada.

    ../../../_images/new_plugins_setting.png
  4. Ahora verás el nuevo complemento enumerado en la lista de los Repositorios de complementos configurada.

    ../../../_images/new_plugin_added.png
  5. También puedes seleccionar la opción para visualizar Complementos experimentales seleccionando la casilla de verificación Mostrar también los complementos experimentales.

  6. If you now switch back to the Not Installed tab, you will see that additional plugins are available for installation.

  7. To install a plugin, click on it in the list and then on the Install plugin button.

10.1.4. In Conclusion

Installing plugins in QGIS should be straightforward and effective!

10.1.5. What’s Next?

A continuación te introduciremos algunos complementos útiles con ejemplos.