随笔分类 - 未完待续
摘要:文章参考:https://linuxtools-rst.readthedocs.io/zh_CN/latest/tool/wget.html nasa wget 下载: https://disc.gsfc.nasa.gov/data-access#mac_linux_wget https://wik
阅读全文
摘要:在centos上用pip安装包,显示成功安装,但是用pip list去看发现实际上并没有安装? 安装用的是pip install xxx 是不行的,需要用sudo pip install xxx就可以了。 如何杀死一个进程? 1、如用 ps -ef | grep python(简写为pgrep py
阅读全文
摘要:windows系统下 在python中直接pip install rpy2时,会出错,没仔细看错误,直接下载了whl文件(https://www.lfd.uci.edu/~gohlke/pythonlibs/)进行安装。 此时可以import rpy2,但是在import rpy2.robjects
阅读全文
摘要:目录: 通用操作 条件函数 前提: import arcpy from arcpy.sa import * 1、通用操作 设置工作路径:arcpy.env.workspace("path_of_environment") 并行处理: arcpy.env.parallelProcessingFacto
阅读全文
摘要:目录: windows命令行中执行R dataframe 常用函数、变量 1、windows命令行中执行R 前提:已经把R的命令目录加入了系统路径中。 在windows中,命令行执行R可以用以下两种方式: (1)RCMD BATCH xxx.r 这种方式也可以写成”r cmd BATCH“、”rcm
阅读全文

浙公网安备 33010602011771号