# This file contains metadata for your plugin. Beginning
# with version 1.8 this is the preferred way to supply information about a
# plugin. The current method of embedding metadata in __init__.py will
# be supported until version 2.0

# This file should be included when you package your plugin.

# Mandatory items:


[general]
name=landXMLtoDB_Free
qgisMinimumVersion=3.28
qgisMaximumVersion = 3.99

id=landXMLtoDB_Free

description=Provides LandXML to Database tools, etc, storing to PostGIS initially, later to Oracle and MS SQL.
about=Thanks to Chris Cook, LINZ.
  *** NOTE *** This plugin will crash on initial download as there are missing Python Connectors to the databases.
  *** Download the Plugin - open the .HTML in the plugin folder for User and Installation instructions. ***
  *** Install Python Database Connectors: psycopg2, oracledb, pyodbc,{Devart ODBC Driver for Oracle},{Devart ODBC Driver for SQL Server} ***
  *** On Ubuntu, run: pip3 install -U psycopg2 oracledb pyodbc ***
  The LandXml format is an Xml format used to transfer cadastral survey data.
  The format can describe cadastral survey parcels, nodes, and observations.
  This plugin is used to extract information from a LandXml data file into PostGIS tables.
  Currently it supports parcels and nodes, and observations.
  The plugin supports LXML Files from around Australia and New Zealand, and abroad as samples are provided.

version=1.1

# Optional items:

changelog=
	1.0: After 1000+ downloads and nothing reported, I assume all is good with this plugin. https://gismart.net/stores/spatialtapestry/ is the GoTo Store for more capable versions of this Plugin
	1.1: Minor edit to the metadata.txt - uncomment the changelog entry

homepage=https://github.com/SpatialTapestry/QGIS-Plugin---LandXML-to-Database
tracker=https://github.com/SpatialTapestry/QGIS-Plugin---LandXML-to-Database/issues
repository=https://github.com/SpatialTapestry/QGIS-Plugin---LandXML-to-Database

RequiredExternalLibraries=psycopg2, oracledb, pyodbc

# tags are comma separated with spaces allowed
tags=landXML, rubber sheeting, two point transformation, python, vector, postGIS, Oracle, MS SQL, data migration

icon=tapestry.png

experimental=False

# deprecated flag (applies to the whole plugin, not just a single version
deprecated=False

# Author contact information
author=Roger Merritt, Spatial Tapestry PL
email=SpatialTapestry@gmail.com

# Since QGIS 3.8, a comma separated list of plugins to be installed
# (or upgraded) can be specified.
# Check their documentation for more information.
# plugin_dependencies=

#Category of the plugin: Raster, Vector, Database or Web
category=Vector
