Files
gis-actions/suites/test-windows/data/baise.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

18 lines
479 B
JSON

{
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"properties": { "name": "百色市", "code": "451000", "population": 3600000 },
"geometry": {
"type": "Polygon",
"coordinates": [[
[105.5, 24.5], [105.8, 24.3], [106.2, 24.0], [106.8, 23.8],
[107.3, 23.5], [107.5, 23.2], [107.3, 23.0], [107.0, 23.2],
[106.5, 23.5], [106.0, 23.8], [105.7, 24.0], [105.5, 24.5]
]]
}
}
]
}