

                                     Surfer BLN exporter for QGIS 2.x

                   
                     
                                	      VERSION 0.1


***************************************************************************************
                 Mario Noriega 2014
***************************************************************************************

Description:
This Python plugin exports polygon or line layers to Surfer BLN. The file is generated in the same directory as your QGIS project, with the same name as the layer. After activating, a progress bar is displayed, where the user can also cancel the process. Finally a message box displays a path to the file.

Warning: rings are not supported. They are automatically detected and not processed. However, multipart geometries work just fine!
It is mainly designed to be as quick to operate as possible. just select your layer and click the "BLN" icon on the plugin toolbar.


A.Software Requirements & Installation
B.Known bugs
C.Author Info
D.Credits
E.Disclaimer

A.Software Requirements

To use this plane you NEED :
QGIS 2.x

INSTALLATION (windows 7):

THe ZIP file contains one folder. decompress in C:\Users\[user]\.qgis2\python\plugins.
[user] is your user name

check the plugin manager in QGIS to activate

B.Known bugs

No bugs known by me. Ring "problem" is by defgault. running a ring delete loop will slow down the process.

C.Author Info


		INTERNET ADDRESS		
			www.mariopilot.heliohost.org
		Internet E-Mail
			Mario@norcex.com
		Home address
			Mario Noriega
			Calle San Ignacio De Loyola, 377
			Lima, Peru



D.Credits
This plugin spliced and sliced:
Ringer: by piotr pociask
digitizing tool: various authors
...and countless pages on the Net...


E.Disclaimer
Experimental Plugin. Feel free to edit if need to. 



