alex_bn_lee

导航

#

[置顶] 【089】◀▶ Microsoft Office 技巧

摘要: 目录: 一、Word 篇: 二、Excel 篇: 三、Visio 篇: 四、Power Point 篇: 一、Word 篇: 二、Excel 篇: 三、Visio 篇: 【中文版】连接线格式->行为->连接线->跨线->添加->从不 【英文版】format->behavior…->Connector 阅读全文

posted @ 2012-10-25 15:35 McDelfino 阅读(1458) 评论(0) 推荐(0) 编辑

2024年4月24日 #

[988] Checking intersection between two Geodataframes

摘要: Certainly! To check if the polygons in the left GeoDataFrame intersect with the polygons in the right GeoDataFrame and create a new column with “yes” 阅读全文

posted @ 2024-04-24 07:10 McDelfino 阅读(1) 评论(0) 推荐(0) 编辑

2024年4月23日 #

[987] geopandas.sjoin

摘要: geopandas.sjoin: Spatial join of two GeoDataFrames. geopandas.sjoin(left_df, right_df, how='inner', predicate='intersects', lsuffix='left', rsuffix='r 阅读全文

posted @ 2024-04-23 11:42 McDelfino 阅读(3) 评论(0) 推荐(0) 编辑

[986] Filter rows by containing a particular word in Pandas

摘要: In Pandas, you can filter rows based on whether a specific column contains a particular word or substring. Here are a few ways to achieve this: Using  阅读全文

posted @ 2024-04-23 08:56 McDelfino 阅读(1) 评论(0) 推荐(0) 编辑

[985] Filter by Column Value & Multiple Conditions in Pandas dataframe

摘要: ref: Ways to filter Pandas DataFrame by column values Filter by Column Value: To select rows based on a specific column value, use the index chain met 阅读全文

posted @ 2024-04-23 08:34 McDelfino 阅读(1) 评论(0) 推荐(0) 编辑

2024年4月22日 #

[984] Using geopandas to read geodatabase

摘要: Like this: gdf_NSW = gpd.read_file(path_cadastre, layer="NSW") path_cadastre: the filepath of the geodatabase. layer="NSW": the different feature file 阅读全文

posted @ 2024-04-22 12:44 McDelfino 阅读(1) 评论(0) 推荐(0) 编辑