我的github
上一页 1 ··· 266 267 268 269 270 271 272 273 274 ··· 338 下一页
摘要: 今天arcgis能打开excel但是无法执行查询,使用arcpy打开excel表格会提示“无法打开表”,但是上周还好好的:https://gis.stackovernet.xyz/cn/q/51072 >>有可能的问题:(1)中文字符;(2)表头格式。 阅读全文
posted @ 2020-12-14 20:23 XiaoNiuFeiTian 阅读(223) 评论(0) 推荐(0)
摘要: 修改1000条数据要五六分钟。。但是Excel却很快。那么试试JavaScript调用REST接口修改ArcGIS属性数据呢?:https://www.cnblogs.com/2008nmj/p/14094761.html 1.Javascript要先调用Excel插件读取Excel文件的数据。(I 阅读全文
posted @ 2020-12-14 16:35 XiaoNiuFeiTian 阅读(217) 评论(0) 推荐(0)
摘要: SQL判断某列中是否包含中文字符、英文字符、纯数字:https://www.cnblogs.com/charlie-brant/p/11996213.html ArcGIS SQL语句的坑:https://blog.csdn.net/dugushangliang/article/details/93 阅读全文
posted @ 2020-12-12 22:26 XiaoNiuFeiTian 阅读(4010) 评论(0) 推荐(0)
摘要: 性能优化 现在流行大数据,分布式,并行化,等等 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)
摘要: python判断字符串是否包含某子字符串:https://www.php.cn/python-tutorials-413025.html https://blog.csdn.net/qq_31033037/article/details/89184785 使用 python 将 "\r\n" 转换为 阅读全文
posted @ 2020-12-10 17:01 XiaoNiuFeiTian 阅读(121) 评论(0) 推荐(0)
摘要: 属性表 Join 使用场景:将一个要素类与一个普通表进行关联 https://blog.csdn.net/linghe301/article/details/6649689 关联出错:Validation出错 原因:PipeID不唯一 1:n和n:1的关系 阅读全文
posted @ 2020-12-10 15:28 XiaoNiuFeiTian 阅读(251) 评论(0) 推荐(0)
上一页 1 ··· 266 267 268 269 270 271 272 273 274 ··· 338 下一页