Contents Menu Expand Light mode Dark mode Auto light/dark mode
QGIS GML Application Schema Toolbox 1.4.0-beta6 documentation
QGIS GML Application Schema Toolbox 1.4.0-beta6 documentation

Use the plugin

  • Quickstart
  • Download GML from WFS 2 services
  • Read GML App Schema files
  • Custom element viewers
  • Convert GML App Schema files in PostGIS and SQLite format
  • Read GML App Schema files in XML mode
  • Export PostGIS and SQLite format to GML App Schema files
  • Settings

Use cases

  • Consumption and use of GML complex features like INSPIRE harmonised data (vector), GeoSciML within QGIS
  • Setting up the virtual box with QGIS3
  • Combine datasets from different countries on the same map
  • Codelist resolution based on user language
  • Populate a database created from the XSD model

Contribute to the plugin

  • Code documentation
    • gml_application_schema_toolbox package
      • gml_application_schema_toolbox.core package
        • gml_application_schema_toolbox.core.gml_utils module
        • gml_application_schema_toolbox.core.gmlas_xpath module
        • gml_application_schema_toolbox.core.load_gml_as_xml module
        • gml_application_schema_toolbox.core.load_gmlas_in_qgis module
        • gml_application_schema_toolbox.core.proxy module
        • gml_application_schema_toolbox.core.qgis_urlopener module
        • gml_application_schema_toolbox.core.xml_utils module
      • gml_application_schema_toolbox.extlibs package
        • gml_application_schema_toolbox.extlibs.owslib_hacks module
      • gml_application_schema_toolbox.gui package
        • gml_application_schema_toolbox.gui.bbox_widget module
        • gml_application_schema_toolbox.gui.custom_viewers module
        • gml_application_schema_toolbox.gui.database_widget module
        • gml_application_schema_toolbox.gui.export_gmlas_panel module
        • gml_application_schema_toolbox.gui.gmlas_panel_mixin module
        • gml_application_schema_toolbox.gui.import_gmlas_panel module
        • gml_application_schema_toolbox.gui.load_wizard module
        • gml_application_schema_toolbox.gui.load_wizard_wfs module
        • gml_application_schema_toolbox.gui.load_wizard_xml module
        • gml_application_schema_toolbox.gui.progress_bar module
        • gml_application_schema_toolbox.gui.qgis_form_custom_widget module
        • gml_application_schema_toolbox.gui.wait_cursor_context module
        • gml_application_schema_toolbox.gui.xml_custom_widget module
        • gml_application_schema_toolbox.gui.xml_dialog module
        • gml_application_schema_toolbox.gui.xml_tree_widget module
      • gml_application_schema_toolbox.processing package
        • gml_application_schema_toolbox.processing.gdal package
          • gml_application_schema_toolbox.processing.gdal.ogr2ogr_3_24 module
        • gml_application_schema_toolbox.processing.provider module
      • gml_application_schema_toolbox.toolbelt package
        • gml_application_schema_toolbox.toolbelt.file_downloader module
        • gml_application_schema_toolbox.toolbelt.log_handler module
        • gml_application_schema_toolbox.toolbelt.network_manager module
        • gml_application_schema_toolbox.toolbelt.preferences module
      • gml_application_schema_toolbox.viewers package
        • gml_application_schema_toolbox.viewers.geology_logs module
        • gml_application_schema_toolbox.viewers.viewers_utils module
        • gml_application_schema_toolbox.viewers.wml2_timeseries module
      • gml_application_schema_toolbox.constants module
      • gml_application_schema_toolbox.creation_dialog module
      • gml_application_schema_toolbox.main module
      • gml_application_schema_toolbox.model_dialog module
  • Contributing Guidelines
  • Development environment setup
  • Testing the plugin
  • Documentation
  • CHANGELOG

Testing

  • XML Mode - local test scenario
  • Relational mode (GMLAS) scenario - Local test scenario
  • XML Mode - Content negociation test scenario
Back to top

Quickstart#

Plugin installation#

From QGIS#

Use QGIS plugin manager to install the plugin from the repository.

Plugin manager

From sourcecode#

The plugin source code is available here: https://github.com/brgm/gml_application_schema_toolbox


Plugin main window#

To open the plugin panel, right click on the toolbars to add the GML App Schema Toolbox panel.

Enable toolbar

  • Download

  • Read

  • Read in XML mode

  • Read in database (relational) mode

  • Browse custom elements

  • Write

Next
Download GML from WFS 2 services
Previous
Home
Copyright © 2014 - 2023, BRGM, Oslandia, Copernicus, Camptocamp, Spatialys, titellus
Made with Sphinx and @pradyunsg's Furo
On this page
  • Quickstart
    • Plugin installation
      • From QGIS
      • From sourcecode
    • Plugin main window