alex_bn_lee

导航

上一页 1 ··· 51 52 53 54 55 56 57 58 59 ··· 245 下一页

2023年7月9日 #

【855】country converter, ISO alpha 3

摘要: Ref: country-converter 1.0.0 Ref: Python-pycountry | Understand How to Use pycountry These two python libraries are both used to process information a 阅读全文

posted @ 2023-07-09 11:12 McDelfino 阅读(19) 评论(0) 推荐(0)

2023年7月6日 #

【854】通过polygon切取tif栅格数据(rasterio读取与存储)

摘要: 参考:Cutting a polygon from TIFF with Python [closed] import rasterio import rasterio.mask import geopandas as gpd dataset = rasterio.open("wc2.1_10m_el 阅读全文

posted @ 2023-07-06 08:25 McDelfino 阅读(409) 评论(0) 推荐(0)

【853】numpy里面替换值

摘要: 参考:How to Replace Elements in NumPy Array (3 Examples) You can use the following methods to replace elements in a NumPy array: Method 1: Replace Eleme 阅读全文

posted @ 2023-07-06 07:48 McDelfino 阅读(76) 评论(0) 推荐(0)

【852】rasterio用来读取栅格数据

摘要: 参考:使用Rasterio读取栅格数据 参考:rasterio 官方 Tutorial 参考:使用Rasterio读取栅格数据 参考:Rasterio入门 阅读全文

posted @ 2023-07-06 07:46 McDelfino 阅读(55) 评论(0) 推荐(0)

2023年7月5日 #

【851】空间相关性计算

摘要: 参考:皮尔逊相关系数(Pearson Correlation Coefficient) 参考:空间相关系数 通过计算每个象元的相关性,然后把整个象元再描绘出来,就形成一幅地图! 参考:A&C分区|两变量相关系数空间分布图(空间演变及影响因子分析第三集:空间相关性分析) 参考:Python气象数据处理 阅读全文

posted @ 2023-07-05 15:10 McDelfino 阅读(387) 评论(0) 推荐(0)

上一页 1 ··· 51 52 53 54 55 56 57 58 59 ··· 245 下一页