# This file contains metadata for your plugin. Since 
# version 2.0 of QGIS this is the proper way to supply 
# information about a plugin. The old method of 
# embedding metadata in __init__.py will 
# is no longer supported since version 2.0.

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

[general]
name=NDOP Downloader
qgisMinimumVersion=3.0
description=Stažení a import dat o výskytu druhů z NDOP AOPK. <br><br> Download and import species occurence data from SOD NCA.
version=0.1.1-beta
author=Oto Kaláb
email=oto.kalab@opengeolabs.cz

about=
    NDOP Downloader allows download species occurence data from <a href="https://portal.nature.cz/nd/">The Species Occurrence Database NCA CR</a> (Nature Conservation Agency of the Czech Republic). Localisation (.shp compressed in .zip) and table data (.csv) will be downloaded for found records. Table data will be imported as point layer according the columns with coordinates.
    
    For using a databse is necessary <a href="https://idm.nature.cz/idm/#/registration">create account</a> (free) in NCA information system.

    NDOP Downloader slouží ke stahování dat o výskytu druhů z <a href="https://portal.nature.cz/nd/">Nálezové databáze AOPK</a>. Pro všechny nalezené záznamy se stáhnou a importují dostupná data lokalizací (.shp komprimované v .zip) a tabulková data (.csv), ta se na základě uvedených souřadnic zobrazí jako bodová vrstva.

    Pro použití je nutné <a href="https://idm.nature.cz/idm/#/registration">vytvořit účet</a> (zdarma) v informačním systému AOPK - ISOP.
    
tracker=https://github.com/OpenGeoLabs/qgis-ndop-downloader/issues
repository=https://github.com/OpenGeoLabs/qgis-ndop-downloader
# End of mandatory metadata

# Recommended items:

# Uncomment the following line and add your changelog:
changelog= 0.1.1-beta - fixed table download (issue #33)

# Tags are comma separated with spaces allowed
tags= species occurrence, download, ecology

homepage=https://opengeolabs.github.io/qgis-ndop-downloader/
category=Web
icon=icon.png
# experimental flag
experimental=True

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

