# 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=CoordGuesser
qgisMinimumVersion=3.0
description=Unscrambles, parses and guesses coordinates.
version=1.0
author=Ben Avrahami, Idan Miara and Chen Barnoy
email=jicrbuh1@gmail.com

about= This plugin parses misstyped or scrambled coordinates from different projections to WGS84-Geo. For example, DMS and partial DMS (148 - 11' 7", 23 - 29' 24"), Commas instead of points (40°38'51,14", 40°38'50,67"), UTM without a zone and missing the leftmost digit (?90950,3431318.8)

tracker=https://github.com/jicrbuh/CoordinateGuesser/issues
repository=https://github.com/jicrbuh/CoordinateGuesser
# End of mandatory metadata

# Recommended items:

# Uncomment the following line and add your changelog:
# changelog=

# Tags are comma separated with spaces allowed
tags=coordinates guess unscramble parse

homepage=https://github.com/jicrbuh/CoordinateGuesser
category=Plugins
icon=icon.png
# experimental flag
experimental=False

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

