05 2022 档案

摘要:首先安装MySQL,具体步骤见:https://cloud.tencent.com/developer/article/1636375 安装Navicat for MySQL(断网安装!!!) 具体过程见下图: 阅读全文
posted @ 2022-05-23 20:54 搞研究不秃头 阅读(39) 评论(0) 推荐(0) 编辑
摘要:将csv中的年月日转换为DOY,其中年月日在CSV中的具体情况如下表所示: 代码如下: # Ren Yan import math import pandas as pd from pandas import Series file = pd.read_csv('读入csv') year_file 阅读全文
posted @ 2022-05-11 20:27 搞研究不秃头 阅读(764) 评论(0) 推荐(0) 编辑
摘要:参考论文:The scattering coefficient, extinction coefficient and single scattering albedo of water soluble in the radiative forcing of urban aerosols 直射太阳光 阅读全文
posted @ 2022-05-10 14:51 搞研究不秃头 阅读(3501) 评论(0) 推荐(0) 编辑
摘要:主要运用的包:arcpy 配置方法:https://www.cnblogs.com/renyan1128/p/16225343.html 1 import os 2 import sys 3 import re 4 sys.path.append(r"D:\arcgis\Desktop10.2\ar 阅读全文
posted @ 2022-05-08 10:39 搞研究不秃头 阅读(447) 评论(0) 推荐(0) 编辑
摘要:找到Arcgis的安装位置,确定Argis中python的地址: 点击python.exe输入import arcpy 配置pycharm中的相关信息 按照下列顺序点击 进行配置 !!!!!!输入import arcpy之后如果运行的时候显示找不到Arcpy 模块 使用以下解决方法:在代码中配置Ar 阅读全文
posted @ 2022-05-05 16:46 搞研究不秃头 阅读(1677) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示