alex_bn_lee

导航

2023年11月1日 #

[931] arcpy - buffer, delete shp and rename shp

摘要: The script is as follows: arcpy.analysis.Buffer("siteboundary.shp","siteboundary1.shp","-5 Centimeters","FULL","ROUND","NONE",None,"GEODESIC") arcpy.m 阅读全文

posted @ 2023-11-01 14:12 McDelfino 阅读(23) 评论(0) 推荐(0)

[930] arcpy - change spatial reference, zoom to layer and export to PDF

摘要: The general idea is as follows: aprx -> layout -> map -> layer -> extent layout -> setExtent layout -> exportToPDF The script is as follows: def expor 阅读全文

posted @ 2023-11-01 12:59 McDelfino 阅读(50) 评论(0) 推荐(0)

[929] datetime format (strftime() and strptime() Format Codes)

摘要: ref: strftime() and strptime() Format Codes The following is a list of all the format codes that the 1989 C standard requires, and these work on all p 阅读全文

posted @ 2023-11-01 07:43 McDelfino 阅读(40) 评论(0) 推荐(0)