Hui_R_Q_XIONGDA
码龄4年
  • 135,501
    被访问
  • 72
    原创
  • 20,920
    排名
  • 120
    粉丝
关注
提问 私信
  • 加入CSDN时间: 2018-03-12
博客简介:

XIONGDA的博客

查看详细资料
  • 3
    领奖
    总分 456 当月 12
个人成就
  • 获得125次点赞
  • 内容获得61次评论
  • 获得647次收藏
创作历程
  • 6篇
    2022年
  • 6篇
    2021年
  • 47篇
    2020年
  • 11篇
    2019年
  • 4篇
    2018年
成就勋章
TA的专栏
  • 安装的坑
    11篇
  • 遥感
    3篇
  • python
    6篇
  • 开发的坑
    2篇
  • 前端
    2篇
  • 深度学习
    3篇
  • uni-app
    1篇
  • 计算机图形学
    1篇
  • PAT
    11篇
  • QGIS
  • 王道机试
    1篇
  • 疫情分析
    2篇
  • echarts
    1篇
  • 数学
  • gps
    1篇
  • matlab
    1篇
  • 编程
    3篇
  • Pytho
    2篇
  • 计算机三级
    2篇
  • 计算机四级
  • arcgis
    3篇
兴趣领域 设置
  • 人工智能
    opencv语音识别计算机视觉机器学习深度学习神经网络tensorflowpytorch图像处理数据分析
  • 最近
  • 文章
  • 资源
  • 问答
  • 帖子
  • 视频
  • 课程
  • 关注/订阅/互动
  • 收藏
搜TA的内容
搜索 取消

ImportError: No module named _thread

调用arcpy的时候报错了这个问题,查了好半天,以为是arcpy环境配置的问题,后来才发现是vscode版本的问题将vscode降级到2022.2.1924087327就行点击卸载,安装别的版本
原创
发布博客 2022.04.03 ·
229 阅读 ·
0 点赞 ·
1 评论

Non-system disk or disk error

重启之后一直ctrl+P进入startup menu然后选择 boot ,驱动改为hardware,保存change,退出
原创
发布博客 2022.03.10 ·
78 阅读 ·
0 点赞 ·
0 评论

FSDAF遥感影像时空融合 python代码

发布资源 2022.02.05 ·
zip

遥感时空融合算法一:STARFM (python实现)

参考github代码链接:https://github.com/shx951104/remote-sensing-images-fusion/blob/b4b4147c7896468516bd84c544a98270cd26589b/starfm_torch.py稍稍做了修改输入:一组同一日期的高分辨率和低分辨率数据s1和l1
原创
发布博客 2022.01.30 ·
2228 阅读 ·
0 点赞 ·
9 评论

发生异常: SystemExit 2

args, _ = parser.parse_known_args()这里报错,把前面的add_argument的’dataset’加两个–变成’–dataset’就可以了
原创
发布博客 2022.01.05 ·
812 阅读 ·
0 点赞 ·
0 评论

module ‘fiona‘ has no attribute ‘_loading‘

在控制台输入这句话,可以看到报错的地方在E:\Software\Anaconda3-5.2.0\envs\env_pytorch\lib\site-packages\fiona_init_.py 这个文件下的第85行,说安装的fiona没有_loading这个属性解决方法:直接修改_init_.py文件原文件第84和低85行import fiona._loadingwith fiona._loading.add_gdal_dll_directories():改成import _loadin.
原创
发布博客 2022.01.05 ·
1649 阅读 ·
0 点赞 ·
12 评论

安装gdal和fiona和geopandas

碰到一些问题,大概就是gdal和fiona不匹配。所以要先装gdal,再装fiona。建议用whl文件安装。
原创
发布博客 2022.01.04 ·
352 阅读 ·
0 点赞 ·
0 评论

Vue onload事件的坑

先占个位,大概就是asnyc同步异步的问题等我有时间再来写,开个新坑,基于webgis的矢量数据管理系统
原创
发布博客 2021.11.13 ·
2401 阅读 ·
0 点赞 ·
0 评论

电脑音频没声音,静音

电脑安装双屏之后一直没声音。在设置里面找到音量选项,输出是显示器的输出,改成扬声器就好了
原创
发布博客 2021.11.04 ·
25 阅读 ·
0 点赞 ·
0 评论

通过线要素创建等间隔的点

先开个坑,代码写完了来填坑改了一下原github的代码https://github.com/mittrees/Treepedia_Public# This program is used in the first step of the Treepedia project to get points along street # network to feed into GSV python scripts for metadata generation.# Copyright(C) Ian Sei
原创
发布博客 2021.10.19 ·
34 阅读 ·
0 点赞 ·
0 评论

通过线要素创建等间隔的点

先开个坑,代码写完了来填坑改了一下原github的代码https://github.com/mittrees/Treepedia_Public# This program is used in the first step of the Treepedia project to get points along street # network to feed into GSV python scripts for metadata generation.# Copyright(C) Ian Sei
原创
发布博客 2021.10.19 ·
34 阅读 ·
0 点赞 ·
0 评论

fiona安装失败

pip install fiona安装失败去下载whl安装也失败最后的解决方法:conda install -c conda-forge fiona但是一定要先装好gdal
原创
发布博客 2021.10.18 ·
1054 阅读 ·
0 点赞 ·
0 评论

Openlayers添加Geojson数据不显示

很有可能是地图投影的问题
原创
发布博客 2021.10.18 ·
214 阅读 ·
0 点赞 ·
3 评论

问题:IndentationError: unindent does not match any outer indentation level

问题如下图所示,应该是缩进问题,但是我看都对齐了,不知道问题出现在哪,后来才发现,虽然都对齐了,但是空格和tab键是不一样的这两行代码虽然对齐了但是第二行会报错的原因是,第一行是tab键,第二行则是用的四个空格但是我明明是用的tab键,为什么变成了空格呢,在vscode里面这样设置一下就好了如果使用vscode,点击右下角 制表符长度,选择tab缩进,选择4就可以了...
原创
发布博客 2021.02.06 ·
100 阅读 ·
0 点赞 ·
0 评论

CUDA out of memory. Tried to allocate 230.00 MiB (GPU 0; 2.00 GiB total capacity; 1.12 GiB already a

CUDA out of memory. Tried to allocate 230.00 MiB (GPU 0; 2.00 GiB total capacity; 1.12 GiB already allocated; 218.58 MiB free; 1.13 GiB reserved in total by PyTorch)在使用深度学习验证测试的时候爆显卡了,还不知道解决方法
原创
发布博客 2020.12.02 ·
3317 阅读 ·
0 点赞 ·
0 评论

gdal将数据写入tif

from osgeo import gdal, gdalconstdef writetif(dataset,target_file): dataset = gdal.Open(source_file, gdalconst.GA_ReadOnly) band_count = dataset.RasterCount # 波段数 band1 = dataset.GetRasterBand(1) data_type = band1.DataType target = d.
原创
发布博客 2020.11.30 ·
1375 阅读 ·
2 点赞 ·
1 评论

uni-app 开发问题(一)uni.showModal调用函数或变量失败

本来想调用uniapp的methods里面的function,发现报错,说没有这个函数解决方法:success后面加上.bind(this)
原创
发布博客 2020.10.23 ·
3033 阅读 ·
7 点赞 ·
5 评论

WriteError Resulting document after update is larger than 16777216

MongoDB插入数据失败问题描述:发生异常: WriteErrorResulting document after update is larger than 16777216, full error: {‘index’: 0, ‘code’: 17419, ‘errmsg’: ‘Resulting document after update is larger than 16777216’}解决方案:...
原创
发布博客 2020.09.21 ·
639 阅读 ·
0 点赞 ·
0 评论

MongoDB对某个字段进行附加数据

mycol = mydb["trajectory_info1"] mydoc = mycol.find({'camera_id':data['camera_id'],'id':data['id']}) if mydoc.count()>0: mycol.update({'camera_id':data['camera_id'],'id':data['id']},{'$addToSet':{ 'lon_lat':data['lon_lat']..
原创
发布博客 2020.09.19 ·
247 阅读 ·
0 点赞 ·
0 评论

关于辐射的一些概念

辐射通量: 单位时间内通过某一面积的辐射能量辐射出射度:面辐射源在单位时间内,从单位面积上辐射出的辐射能量辐射照度:指面辐射源在单位时间内,从单位面积上接收的辐射能量,即照射到物体单位面积上的辐射通量。辐射强度:点辐射源在单位立体角内发出的辐射通量辐射亮度:辐射源在单位投影面积上、单位立体角内的辐射通量...
原创
发布博客 2020.08.14 ·
628 阅读 ·
0 点赞 ·
0 评论
加载更多