alex_bn_lee

导航

上一页 1 ··· 46 47 48 49 50 51 52 53 54 ··· 245 下一页

2023年9月21日 #

[880] Calculate Field in ArcGIS Pro (with python code)

摘要: Firstly, we should define a function. def IsFlood(join_count): if join_count > 0: return "Yes" else: return "No" Secondly, we should call this functio 阅读全文

posted @ 2023-09-21 09:21 McDelfino 阅读(23) 评论(0) 推荐(0)

2023年9月20日 #

[879] Run stand-alone scripts of arcpy

摘要: Ref: Run stand-alone scripts Ref: Export a model to Python plain paste in Windows: shift+ctrl+V How do I run a stand-alone script? In other ArcGIS pro 阅读全文

posted @ 2023-09-20 11:23 McDelfino 阅读(64) 评论(0) 推荐(0)

[878] Records of LandInsight

摘要: 1. Arcpy: (1) Table To Excel arcpy.conversion.TableToExcel( Input_Table=r"S:\TRAINING\Bingnan\Default.gdb\LI_CLR_VIC", Output_Excel_File=r"D:\OneDrive 阅读全文

posted @ 2023-09-20 10:54 McDelfino 阅读(11) 评论(0) 推荐(0)

2023年9月7日 #

【877】Feature Engineering、correlation coefficient、heatmap

摘要: 参考:特征工程中的特征选择 参考:相关性分析、相关系数矩阵热力图 参考:Li's 影像组学视频学习笔记(26)-相关系数热图Heatmap 参考:Correlation Coefficients: Positive, Negative, and Zero 参考:Correlation coeffic 阅读全文

posted @ 2023-09-07 14:11 McDelfino 阅读(56) 评论(0) 推荐(0)

2023年9月5日 #

【876】Top 50 matplotlib Visualizations – The Master Plots (with full python code)

摘要: ref: Top 50 matplotlib Visualizations – The Master Plots (with full python code) 阅读全文

posted @ 2023-09-05 08:23 McDelfino 阅读(21) 评论(0) 推荐(0)

上一页 1 ··· 46 47 48 49 50 51 52 53 54 ··· 245 下一页