Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/luolingchun/pyqgis
PyQGIS 二次开发独立应用
https://github.com/luolingchun/pyqgis
pyqgis python
Last synced: 6 days ago
JSON representation
PyQGIS 二次开发独立应用
- Host: GitHub
- URL: https://github.com/luolingchun/pyqgis
- Owner: luolingchun
- Created: 2020-04-01T06:05:57.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-02-04T05:37:45.000Z (9 months ago)
- Last Synced: 2024-02-04T06:27:43.987Z (9 months ago)
- Topics: pyqgis, python
- Language: Python
- Homepage:
- Size: 3.15 MB
- Stars: 27
- Watchers: 1
- Forks: 16
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PyQGIS
![splash](./images/splash.png)
PyQGIS 二次开发独立应用
- [环境配置](https://blog.csdn.net/this_is_id/article/details/84562649)
- [pyinstaller打包](https://blog.csdn.net/this_is_id/article/details/102974721)
## 编译
```shell
# 管理员运行,基于QGIS 3.16.4测试
1. "C:\Program Files\QGIS 3.16\bin\python-qgis-ltr.bat" -m pip install pyinstaller
2. scripts\build.cmd
```