# This file contains metadata for your plugin.

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

[general]
name=UA_MBD_TOOLS
qgisMinimumVersion=3.0
description=Tools for 
version=0.2.3
author=Bohdan2505
email=bogdan.zhuravel.00@gmail.com

about=UA_MBD_TOOLS плагін створений за підтримки створено за підтримки ініціативної групи краудсорсингового проекту 'Відкриті інструменти просторового планування в Україні'. Плагін UA_MBD_TOOLS містить інструменти, що покликані спростити роботу при проектуванні містобудівної документації за структурою БГД (затвердженої наказом Мінрегіону) та інших робіт з просторовими даними.
		1. Пакетний імпорт обмінних файлів в форматах: .json, .geojson, .shp (Shape), .gdb (Esri FileGDB), .gpkg (Geopackage)
		2. Пакетний експорт обмінних файлів в форматах: .json, .geojson, .shp (Shape), .gdb (Esri FileGDB), .gpkg (Geopackage)
		3. Зміна СК шарів в ПУСТИХ базах geopackage та gdb (для перерахунку координат об'єктів потрібно розробляти окремий алгоритм) 
		4. Присвоєння стилів (символіка та підписи) шарам (можливо використовувати власні шари, метчінг йде за назвою файлу або таблиці з шаром і назвою файлу стилю)
		The UA_MBD_TOOLS plugin was created with the support of the initiative group of the crowdsourcing project 'Open Spatial Planning Tools in Ukraine'. The UA_MBD_TOOLS plugin contains tools designed to simplify the work of designing urban planning documentation according to the structure of the GDB (approved by the order of the Ministry of Regional Development) List of available functions: 		1. Batch import of exchange files in formats: .json, .geojson, .shp (Shape), .gdb (Esri FileGDB), .gpkg (Geopackage)
		2. Batch export of exchange files in formats: .json, .geojson, .shp (Shape), .gdb (Esri FileGDB), .gpkg (Geopackage)
		3. Changing the SC of layers in the EMPTY geopackage and gdb databases (a separate algorithm must be developed to recalculate the coordinates of objects)
		4. Assigning styles (symbols and captions) to layers (you can use your own layers, tagging goes by the name of the file or table with the layer and the name of the style file)


tracker=https://github.com/Bohdan2505/UA_MBD_TOOLS/issues
repository=https://github.com/Bohdan2505/UA_MBD_TOOLS
# End of mandatory metadata

# Recommended items:

hasProcessingProvider=no
# Uncomment the following line and add your changelog:
changelog=
 Version 0.2.3:
 * Fixed GUI bugs (tab "Стилі"/"Styles")


# Tags are comma separated with spaces allowed
tags=import, python, urban_planning

homepage=https://github.com/Bohdan2505/UA_MBD_TOOLS
category=Plugins
icon=icon.png
# experimental flag
experimental=True

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

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

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

# If the plugin can run on QGIS Server.
server=False

