-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathutils.py
More file actions
22 lines (22 loc) · 1.28 KB
/
utils.py
File metadata and controls
22 lines (22 loc) · 1.28 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
"""
/***************************************************************************
* *
* This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by *
* the Free Software Foundation; either version 2 of the License, or *
* (at your option) any later version. *
* *
***************************************************************************/
"""
h3InstallString = '''
<p>
To create H3 density maps you will need to install the H3 Python Library (<a href="https://h3geo.org/">https://h3geo.org/</a>).<br><br>
You will need version 4.x.x or greater. The H3 package can be installed by running the OSGeo4W shell as system administrator and running 'pip install h3' or whatever method you use to install python packages. If you need to update the package run 'pip install h3 -U'.
</p>
<p>
Please refer to the H3 installation documentation: <a href="https://h3geo.org/docs/installation">https://h3geo.org/docs/installation</a>
</p>
<p>
Once H3 is installed, please restart QGIS.
</p>
'''