2022-11-07 15:24:33 +08:00
2022-11-07 15:24:33 +08:00
2022-11-07 15:24:33 +08:00
2022-11-07 15:24:33 +08:00
2022-11-07 15:24:33 +08:00
2022-11-07 15:24:33 +08:00
2022-05-03 13:16:39 +08:00
2022-05-03 13:16:39 +08:00
2022-10-11 12:59:12 +08:00
2022-05-31 18:09:01 +08:00
2022-11-07 15:24:33 +08:00
2022-09-24 20:50:35 +08:00
2022-06-24 17:52:31 +08:00
2022-05-31 18:09:01 +08:00
2022-05-12 20:39:32 +08:00
2022-09-23 11:00:51 +08:00
2022-05-12 20:39:32 +08:00
2022-10-11 12:59:12 +08:00
2022-10-11 12:59:12 +08:00
2022-11-07 15:24:33 +08:00
2022-05-28 17:23:56 +08:00
2022-05-10 14:28:48 +08:00
2022-06-21 14:55:38 +08:00

变化检测

王铜 CVEO团队

环境

Python3.7 + PyQt + QGIS

配置方式

conda create -f conda.yaml

conda env create -n cevo_qt -f conda.yaml

打包方式

  1. 打包keygen:
nuitka keygen.py --standalone --plugin-enable=qt-plugins --plugin-enable=numpy --show-progress --include-package=qgis --plugin-enable=pylint-warnings --output-dir=package --windows-disable-console --windows-icon-from-ico=logo.ico --no-pyi-file 
  1. 打包主体:
nuitka RSCDer.py --standalone --plugin-enable=qt-plugins --plugin-enable=numpy --show-progress --include-package=qgis --plugin-enable=pylint-warnings --output-dir=package --windows-disable-console --windows-icon-from-ico=logo.ico --no-pyi-file 

  1. 打包插件:
python setup.py

功能

  1. 证书检查与生成
    1. 基于MAC地址与过期时间进行证书生成启动时检查证书过期则退出
  2. 工程管理
    1. 以工程为单位进行数据管理与生产
    2. 提供工程保存与导入功能
    3. 提供多种格式的栅格数据导入TIF、PNG、BMP、JPG
    4. 提供矢量数据导入
  3. 基本工具
    1. 双视图同步浏览
    2. 格网展示
Description
No description provided
Readme 54 MiB
Languages
Python 100%