-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathmetadata.txt
36 lines (27 loc) · 1.89 KB
/
metadata.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
; the next section is mandatory
[general]
name=FAOSTAT Data Downloader
qgisMinimumVersion=2.0
description=Download FAOSTAT data to produce thematic maps.
version=0.5
author=Geobricks.org
about=FAOSTAT is maintained by the Statistics Division of the Food and Agricultural Organization of the United Nations. In working directly with the countries, the Statistics Division supports the development of national statistical strategies, the strengthening of Institution and technical capacities, and the improvement of statistical systems. The FAOSTAT system is one of FAO’s most important corporate systems. It is a major component of FAO’s information systems, contributing to the organization’s strategic objective of collecting, analyzing, interpreting, and disseminating information relating to nutrition, food and agriculture for development and the fight against global hunger and malnutrition. The FAOSTAT Data Downloader for QGIS uses the official FAOSTAT API to download statistical data and create vector layers with it.
tracker=https://github.com/geobricks/geobricks_qgis_plugin_faostat/issues
repository=https://github.com/geobricks/geobricks_qgis_plugin_faostat
; end of mandatory metadata
; start of optional metadata
changelog=0.1 Draft version
changelog=0.2 Removed all the print commands from the source code
changelog=0.3 Better handling of the download process
changelog=0.5 API connector updated
; Tags are comma separated with spaces allowed
tags=FAOSTAT, open data, agriculture, food security
; these metadata can be empty
homepage=https://github.com/geobricks/geobricks_qgis_plugin_faostat
category=Plugins
icon=icon.png
; experimental flag (applies to the single version)
experimental=True
; deprecated flag (applies to the whole plugin, not just a single version)
deprecated=False