# 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=GB Elevation
qgisMinimumVersion=2.0
description=Calculate elevation of points from 10m & 50m OS NTF files
version=1.0
author=Luke Butler
email=lukepbutler@gmail.com

about=Calcualte the elevation of point files from the historical and now withdrawn Ordnance Survey Land-Form Panorama and Profile 10m and 50m NTF DTM files. Please note you MUST already have the Ordance Survey Land-Form NTF files for this plugin to work, OS no longer provides this dataset.

tracker=https://github.com/lbutler/gbelevation/issues
repository=https://github.com/lbutler/gbelevation
# End of mandatory metadata

# Recommended items:

# Uncomment the following line and add your changelog:
 changelog= 1.0 Initial Release

# Tags are comma separated with spaces allowed
tags=dem, ordnance survey

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

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

