The QGIS plugin provides access to the WMS services of the Spatial Data Infrastructure TerraBrasilis. From the TerraBrasilis Data Source, select the project name and desired layer, and it will be possible to access the layer metadata and added the layer to the canvas. The layers are provided via WMS which requires an active internet connection.
- QGIS version 3.0 or later
- This plugin is experimental, then in QGIS, navigate to menu Plugins > Manage and Install Plugins... > Settings > active Show also experimental plugins
- Switch to tab All
- Search for
TerraBrasilis Data Source
> Install plugin - Switch to tab Installed, make sure the plugin
TerraBrasilis Data Source
is enabled.
- Download the latest release zip file
- In QGIS, navigate to menu Plugins > Manage and Install Plugins... > Install from ZIP, then select the zip file.
- Switch to tab Installed, make sure the plugin
TerraBrasilis Data Source
is enabled.
Once you have installed and enabled the plugin TerraBrasilis Data Source, it can be accessed via the toolbar or the menu Plugins. The main dialog contains a Project name with the projects separated by biomes, and Layer name, that dynamic refresh layers names according to the Project name combo box. When switch between layer names is enabled a Metadata Link, that contains a link to see information about the layer. Use Add button to add the geospatial map image within the current canvas.
- Clone this repository.
- Build the plugin by running
QGIS Plugin Builder
.
If you make some simple changes that don't require a complete rebuild, simply generate a package again using the steps below.
- Commit your changes;
- Create a new tag version, like: v1.2.3 or 1.2.3;
- Run the "zip_to_deploy.sh" script to create a ZIP package to send to the QGIS plugin repository;
- Login* into the QGIS plugin repository: https://plugins.qgis.org/;
- Upload** a ZIP package using the wizard at: https://plugins.qgis.org/plugins/terrabrasilis_datasource/;
*You will need an OSGeo UserID to achieve this. **The author must add their OSGeo UserID as a Contributor in the plugin repository to allow the upload a new version.
https://docs.qgis.org/3.34/en/docs/pyqgis_developer_cookbook/plugins/plugins.html
This project is published under the GNU General Public License v3.0 license, see LICENSE for details.