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": "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]
|
||||
]]
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -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]
|
||||
]]
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -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]
|
||||
]]
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"type": "FeatureCollection",
|
||||
"features": [
|
||||
{
|
||||
"type": "Feature",
|
||||
"properties": { "name": "云南省", "code": "530000" },
|
||||
"geometry": {
|
||||
"type": "Polygon",
|
||||
"coordinates": [[
|
||||
[97.5, 27.5], [98.5, 28.8], [100.0, 29.3], [101.5, 28.5],
|
||||
[103.0, 28.0], [104.5, 27.5], [105.5, 26.5], [106.2, 25.5],
|
||||
[106.0, 24.0], [105.5, 23.0], [104.5, 22.2], [103.5, 22.0],
|
||||
[102.5, 21.5], [101.5, 21.1], [100.5, 21.8], [99.5, 22.5],
|
||||
[98.5, 23.5], [97.8, 24.5], [97.5, 25.5], [97.5, 27.5]
|
||||
]]
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user