Files
gis-actions/suites/test-windows/data/dali.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
473 B
JSON

{
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"properties": { "name": "大理州", "code": "532900", "population": 3300000 },
"geometry": {
"type": "Polygon",
"coordinates": [[
[99.5, 26.5], [99.8, 26.3], [100.0, 26.2], [100.3, 26.0],
[100.5, 25.8], [100.4, 25.5], [100.3, 25.3], [100.1, 25.1],
[99.9, 25.0], [99.7, 25.1], [99.5, 25.3], [99.5, 26.5]
]]
}
}
]
}