alex_bn_lee

导航

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

2023年11月16日 #

[940] Create a progress bar in Python

摘要: To create a progress bar in Python, you can use the tqdm library, which is a popular library for adding progress bars to your loops. If you haven't in 阅读全文

posted @ 2023-11-16 12:43 McDelfino 阅读(4) 评论(0) 推荐(0) 编辑

[939] Generate a new shapefile based on a list of records and query polygons from a large shapefile

摘要: ref: arcpy.management.MakeFeatureLayer(in_features, out_layer, {where_clause}, {workspace}, {field_info}) ref: arcpy.management.SelectLayerByAttribute 阅读全文

posted @ 2023-11-16 11:55 McDelfino 阅读(6) 评论(0) 推荐(0) 编辑

2023年11月15日 #

[938] How to operate with shapefiles using Geopandas

摘要: Geopandas is a Python library that makes working with geospatial data easier by extending the data manipulation capabilities of pandas to spatial data 阅读全文

posted @ 2023-11-15 14:04 McDelfino 阅读(5) 评论(0) 推荐(0) 编辑

[937] Combine different shapefiles and remove duplicate features

摘要: In arcpy, you can combine different shapefiles and remove duplicate features using the arcpy.management.Merge tool and the arcpy.management.DeleteIden 阅读全文

posted @ 2023-11-15 13:56 McDelfino 阅读(6) 评论(0) 推荐(0) 编辑

2023年11月6日 #

[936] Save a GeoDataFrame as a Shapefile

摘要: In GeoPandas, you can save a GeoDataFrame as a Shapefile using the to_file method. Here's how to do it: import geopandas as gpd # Create or load a Geo 阅读全文

posted @ 2023-11-06 11:51 McDelfino 阅读(11) 评论(0) 推荐(0) 编辑

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