我的github
摘要: 性能优化 现在流行大数据,分布式,并行化,等等 arcgis server ArcGIS Server性能优化:https://max.book118.com/html/2018/1006/8116062107001125.shtm ArcGIS 10.2 for Server性能优化策略:http 阅读全文
posted @ 2020-12-11 23:10 XiaoNiuFeiTian 阅读(235) 评论(0) 推荐(0)
摘要: a, b = wholeString.split('..')https://www.cnpython.com/qa/56107 材质筛查: def Cal(value): if(value.find(' ')): value=value.split(' ') if(len(value)>1): re 阅读全文
posted @ 2020-12-11 14:17 XiaoNiuFeiTian 阅读(1343) 评论(0) 推荐(0)
摘要: ArcPy属性表查询: Open("gdb/table1") SQL return 关联查询: select 表2.xxx from Relate1 select 表2.xxx from 表1,表2 where 表1.yyy=表2.yyy 阅读全文
posted @ 2020-12-11 13:34 XiaoNiuFeiTian 阅读(602) 评论(0) 推荐(0)
摘要: https://support.esri.com/en/technical-article/000012711 Matching records may not appear in table view due to join validation errors.: https://gis.stac 阅读全文
posted @ 2020-12-11 11:33 XiaoNiuFeiTian 阅读(253) 评论(0) 推荐(0)
摘要: dict={1:'混凝土管',2:'钢筋混凝土管',3:'砖石管',4:'陶土管',5:'PE管',6:'HDPE管',7:'UPVC管',8:'铸铁管',9:'玻璃钢夹砂管',10:'钢管',11:'石棉水泥管',12:'其它'}def CalMeter(): 阅读全文
posted @ 2020-12-11 09:46 XiaoNiuFeiTian 阅读(673) 评论(0) 推荐(0)