alex_bn_lee

导航

上一页 1 ··· 21 22 23 24 25 26 27 28 29 ··· 245 下一页

2024年6月11日 #

[1005] Convert a Shapely polygon to an Esri polygon using ArcPy

摘要: To convert a Shapely polygon to an Esri polygon using ArcPy, you can follow these steps: Create a Shapely Polygon: First, create your desired Shapely 阅读全文

posted @ 2024-06-11 11:34 McDelfino 阅读(19) 评论(0) 推荐(0)

2024年6月4日 #

[1004] Some insights on Python

摘要: ref: The Python Tutorial 1. Whetting Your Appetite 2. Using the Python Interpreter 3. An Informal Introduction to Python 4. More Control Flow Tools 5. 阅读全文

posted @ 2024-06-04 13:52 McDelfino 阅读(8) 评论(0) 推荐(0)

2024年5月28日 #

[1003] Plot two geopandas dataframes in one map

摘要: To plot two GeoPandas DataFrames on the same map, you can follow these steps: Ensure Both DataFrames Have the Same Coordinate Reference System (CRS): 阅读全文

posted @ 2024-05-28 14:45 McDelfino 阅读(31) 评论(0) 推荐(0)

2024年5月24日 #

[1002] Customize page numbers and their formats in different Word document sections

摘要: ref: Customize page numbers and their formats in different Word document sections Windows: The following shows an intro with lower case Roman numerals 阅读全文

posted @ 2024-05-24 12:19 McDelfino 阅读(21) 评论(0) 推荐(0)

[1001] Change the background color of a specific cell in a table using the python-docx library

摘要: To change the background color of a specific cell in a table using the python-docx library, you need to manipulate the cell's XML directly. Unfortunat 阅读全文

posted @ 2024-05-24 12:14 McDelfino 阅读(964) 评论(0) 推荐(0)

上一页 1 ··· 21 22 23 24 25 26 27 28 29 ··· 245 下一页