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:
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"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]
|
||||
]]
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user