xiaofei6677 / geohey-toolbox

QGIS geoprocessing plugin tools provided by GeoHey

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

<html>
<body>
<h3>Plugin Builder Results</h3>

Congratulations! You just built a plugin for QGIS!<br/><br />

<div id='help' style='font-size:.9em;'>
Your plugin <b>GeoHeyToolbox</b> was created in:<br>
&nbsp;&nbsp;<b>/Users/sshuair/GIS/GeoHey-Toolbox-qgis3/geoheytoolbox</b>
<p>
Your QGIS plugin directory is located at:<br>
&nbsp;&nbsp;<b>/Users/sshuair/Library/Application Support/QGIS/QGIS3/profiles/default/python/plugins</b>
<p>
<h3>What's Next</h3>
<ol>
    <li>Test the generated sources using <b>make test</b> (or run tests from your IDE)
    <li>Copy the entire directory containing your new plugin to the QGIS plugin directory (see Notes below)
    <li>Test the plugin by enabling it in the QGIS plugin manager and enabling the provider in the Processing Options
    <li>Customize it by editing the implementation file <b>geoHey_toolbox_algorithm.py</b>
</ol>
Notes:
<ul>
    <li>You can use the <b>Makefile</b> to compile and deploy when you
        make changes. This requires GNU make (gmake). The Makefile is ready to use, however you 
        will have to edit it to add addional Python source files, dialogs, and translations.
    <li>You can also use <b>pb_tool</b> to compile and deploy your plugin. Tweak the <i>pb_tool.cfg</i> file included with your plugin as you add files. Install <b>pb_tool</b> using 
        <i>pip</i> or <i>easy_install</i>. See <b>http://loc8.cc/pb_tool</b> for more information.
</ul>
</div>
<div style='font-size:.9em;'>
<p>
For information on writing PyQGIS code, see <b>http://loc8.cc/pyqgis_resources</b> for a list of resources.
</p>
</div>
<p>
&copy;2011-2018 GeoApt LLC - geoapt.com 
</p>
</body>
</html>

About

QGIS geoprocessing plugin tools provided by GeoHey


Languages

Language:Python 84.2%Language:Makefile 9.4%Language:Batchfile 3.3%Language:Shell 1.9%Language:QML 1.2%