Annotated Bibliography 2020 9.28-10.4
Annotated Bibliography 2020 9.28-10.4
I will try to read three or four papers every week and update my annotation.
Update 2020 9.30: At least two paper.
Annotated Bibliography 2020 9.28-10.4
I will try to read three or four papers every week and update my annotation.
Update 2020 9.30: At least two paper.
This year I attended the JpGU-AGU Joint Meeting 2020 and made a poster presentation.
https://confit.atlas.jp/guide/event/jpgu2020/subject/HTT15-P07/detail
和matplotlib一样pandas也有cheatsheet
其实我一点儿都不想用pandas的dataframe,总感觉这个东西很难用,也许是我的水平还没达到。但是好多时候读写实验室的excel和输出成excel又必须用这个,之前用的seaborn也是基于pandas的,那就再把基础操作复习一下。
这两天在收拾画图的事情,发现我matplotlib这些东西学的真的差,这个笔记用来整理一下自己会用到的东西,除了cartopy之外的。
一些在读别人代码的时候发现自己还没有掌握的东西。
最近在读别人代码的时候发现了好多自己当时学python的时候没有学过的东西
终于把博客恢复过来了,一边听着2020年lpl夏季赛常规赛的最后一个饭堂,一边写点感想。
在读别人代码的时候看到的,发现自己对这个东西不是很熟悉,复习一下记个笔记。
lambda 函数是一种小的匿名函数。
lambda 函数可接受任意数量的参数,但只能有一个表达式。
Basemap在2020年底停止维护,取而代之的是cartopy,在这里写一下一些学习笔记。
先说结论,截止到2020年8月1日,0.18版本仍然不能完全取代basemap,尤其是近岸数据分辨率的问题,但是已经展现出优势了,自己要在之后多多尝试使用。