[general]
name=ExportGeopaparazzi
description=Just another Geopaparazzi database exporter
about=If you encountered problems with Kmzgeopapaimport and GeopaparazziTags converter, try this minimal plugin. Look for your *.gpap file in your harddisk and it will export the point layers (notes, image positions and bookmarks) in separated *.csv files, images in a new "images" folder and tracklogs in separate *.kml files, all in the same directory of the Geopaparazzi database.The CSV files can be loaded in QGIS with the "Add Delimited Text Layer" tool. The Lon and lat fields are automatically recognized. After that, it will ask you to choose the right CRS that is WGS84 (i.e. EPSG: 4326). The KML file will be loaded directly by the "Add Vector Layer" tool (remember to choose the rigth file format!)
category=Vector
version=0.1.3
experimental=True
qgisMinimumVersion=2.0
author=Enrico Antonio Chiaradia
email=enrico.chiaradia@yahoo.it
icon=./images/ExportGeopaparazzi.png

; end of mandatory metadata

; start of optional metadata
changelog=
  0.1.3: -  create memory layer instead of files
            -  layers are automatically loaded to the view
            -  added action to open image files
  0.1.2: -  Add check data type and if data is string then encode to utf8 (https://github.com/picaosgeo)
  0.1.1: -  ExportGeopaparazzi menu is now under the main plugins menu.
  0.1. :  -  none. 

; tags are in comma separated value format, spaces are allowed
tags = vector, geopaparazzi, converter

; these metadata can be empty
; in a future version of the web application it will
; be probably possible to create a project on redmine
; if they are not filled
homepage=https://github.com/eachiaradia/ExportGeopaparazzi

; deprecated flag (applies to the whole plugin and not only to the uploaded version)
deprecated=False

tracker=https://github.com/eachiaradia/ExportGeopaparazzi
repository = https://github.com/eachiaradia/ExportGeopaparazzi
