Files
gis-actions/suites/test-linux/data/kunming.geojson
T
SuiteForge 967fa0f59c feat: 添加 Linux/Windows 双平台测试套件(云南省界叠加分析)
- test-linux: platform=linux, docker + python3
- test-windows: platform=windows, arcpy + python3
- 附示例 GeoJSON: 云南/昆明/大理/百色

Ref: SuiteHub/agent-profiles#22
2026-07-21 00:10:50 +08:00

19 lines
504 B
JSON

{
"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]
]]
}
}
]
}