alex_bn_lee

导航

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) 编辑