摘要: 在工作或科研中,往往需要同时merge多个表单;但是pandas没有提供诸如pandas.mege([df1,df2,df3,df4],...)这样的接口。如果表单数量少还好,我们可以通过重复上面的代码完成。但是这样做,一方面不是很“优雅”,另一方面,当表单很多,比如逐日的气象数据,那冗余代码量是巨 阅读全文
posted @ 2023-11-14 00:20 GeoAi 阅读(321) 评论(0) 推荐(0) 编辑
摘要: Google Earth Engine平台不仅有着快速的运算能力,其本身涵盖的大量数据也令人垂涎不已。这里分享下通过点状Shapefile文件和Export函数,将点位上的数据导出的代码。 首先,我们需要将shapefile文件上传到我们平台的assets中,具体方式不多介绍,网上自行搜索;下面代码 阅读全文
posted @ 2023-11-14 00:18 GeoAi 阅读(52) 评论(0) 推荐(0) 编辑
摘要: Micro-Estimates of Wealth for all Low 数据搜集 Micro-Estimates of Wealth for all Low- and Middle-Income Countries 1. The first test uses data from 15 LMICs that have collected and published census 阅读全文
posted @ 2023-04-03 10:28 GeoAi 阅读(24) 评论(0) 推荐(0) 编辑
摘要: https://www.runoob.com/w3cnote/python-single-thread-multi-thread-and-multi-process.html 具体实验见原文,这里只是引用实验结果,方便查询 阅读全文
posted @ 2023-03-20 09:28 GeoAi 阅读(14) 评论(0) 推荐(0) 编辑
摘要: zsh配置备份(.zshrc设置, onmyzsh, zsh_suggestion) .zshrc设置 # Enable Powerlevel10k instant prompt. Should stay close to the top of ~/.zshrc. # Initialization 阅读全文
posted @ 2022-04-12 09:15 GeoAi 阅读(581) 评论(0) 推荐(0) 编辑
摘要: ImageCollection转多波段Image // 1. 用toBands()内置函数 var ndvi = finalImage.toBands(); // 2. 遍历ImageCollection,并组合 var ndvi = CollectionToImage(finalImage); f 阅读全文
posted @ 2021-12-25 15:52 GeoAi 阅读(351) 评论(0) 推荐(0) 编辑
摘要: 博客园CSS备份 1、切换主题到simple memory 2、自定义CSS输入以下下代码 #cnblogs_ch{ display: none; } .under-post-card{ display: none; } .itnews under-post-card{ display: none; 阅读全文
posted @ 2021-12-25 15:14 GeoAi 阅读(47) 评论(0) 推荐(0) 编辑
摘要: 论文题目第一遍阅读(10-15分钟)(粗略阅读,明确文章的位置) 1. 文章类型(这是一篇什么类型的文章?测量数据类/现有系统的分析/描述一个研究原型/...) 1. 内容(它和其他什么文章相关?用了哪些理论基础来分析问题?) 1. 正确性(假设是否合理?) 1. 主要贡献 1. 清晰度(表述是否清 阅读全文
posted @ 2021-09-06 19:47 GeoAi 阅读(39) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2021-07-13 19:28 GeoAi 阅读(12) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2020-08-31 23:11 GeoAi 阅读(684) 评论(0) 推荐(0) 编辑