alex_bn_lee

导航

上一页 1 ··· 18 19 20 21 22 23 24 25 26 ··· 228 下一页

2023年11月3日 #

[935] Python Programming in QGIS3

摘要: ref: Getting Started With Python Programming (QGIS3) ref: 1.4.1. Using PyQGIS in standalone scripts 阅读全文

posted @ 2023-11-03 13:03 McDelfino 阅读(3) 评论(0) 推荐(0) 编辑

[934] Run the python file directly (ArcGIS Pro)

摘要: ref: The Edit with IDLE and Run with ArcGIS Pro options are not available in the context menu when right-clicking Python files Description In some ins 阅读全文

posted @ 2023-11-03 11:00 McDelfino 阅读(5) 评论(0) 推荐(0) 编辑

2023年11月2日 #

[933] In ArcPy, how to get the geometry of a feature from a shapefile

摘要: In ArcPy, you can get the geometry of a feature from a shapefile using the SearchCursor or UpdateCursor and the SHAPE@ token to access the geometry of 阅读全文

posted @ 2023-11-02 10:37 McDelfino 阅读(7) 评论(0) 推荐(0) 编辑

[932] In ArcPy, how to get the extent of a shapefile

摘要: In ArcPy, you can get the extent of a shapefile using the Describe function and the extent property. Here's how you can do it: import arcpy # Set the 阅读全文

posted @ 2023-11-02 10:32 McDelfino 阅读(23) 评论(0) 推荐(0) 编辑

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 阅读(4) 评论(0) 推荐(0) 编辑

上一页 1 ··· 18 19 20 21 22 23 24 25 26 ··· 228 下一页