feat: 添加 Linux/Windows 双平台测试套件(云南省界叠加分析)

- test-linux: platform=linux, docker + python3
- test-windows: platform=windows, arcpy + python3
- 附示例 GeoJSON: 云南/昆明/大理/百色

Ref: SuiteHub/agent-profiles#22
This commit is contained in:
SuiteForge
2026-07-21 00:10:50 +08:00
commit 967fa0f59c
16 changed files with 766 additions and 0 deletions
+18
View File
@@ -0,0 +1,18 @@
{
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"properties": { "name": "昆明市", "code": "530100", "population": 8500000 },
"geometry": {
"type": "Polygon",
"coordinates": [[
[102.4, 25.7], [102.6, 25.6], [102.9, 25.5], [103.1, 25.4],
[103.4, 25.2], [103.3, 24.9], [103.2, 24.7], [103.0, 24.5],
[102.8, 24.4], [102.6, 24.5], [102.5, 24.7], [102.4, 24.9],
[102.4, 25.7]
]]
}
}
]
}