alex_bn_lee

导航

2023年3月15日 #

【823】Python subprocess.call() 运行 R 代码

摘要: 参考:How to Use R and Python Together? Try These 2 Packages 实现功能:在 Python 代码中运行 R 文件,得到结果再在 Python 里面操作! import subprocess res = subprocess.call("Rscrip 阅读全文

posted @ 2023-03-15 18:28 McDelfino 阅读(67) 评论(0) 推荐(0)

【822】GeoPandas 绘图,专题图绘制

摘要: 参考:Mapping and Plotting Tools 参考:geopandas.GeoDataFrame.plot 参考:Choosing Colormaps 参考:geopandas,用python分析地理空间数据原来这么简单! 参考:「GIS教程」Python-GeoPandas地图、专题 阅读全文

posted @ 2023-03-15 15:12 McDelfino 阅读(314) 评论(0) 推荐(0)