- 博客(4)
- 收藏
- 关注
原创 【rasterio安装】
安装rasterio确定gdal和rasterio安装版本对应,然后在https://lfd.uci.edu/~gohlke/pythonlibs/#分别下载gdal和rasterio的whl文件。示例:先安装gdal3.0.4,再安装rasterio1.0.28。导致的问题Fiona包引用出现问题From Fiona.ogrext import Iterator, ItemsIterator, KeysIteratorImportError: DLL load failed: 找不到模块解决
2022-03-14 12:10:25 1344
原创 论文附图制作参考
论文附图制作参考流程图12345678910111213研究区域图示12345实验图示123流程图1A Bilevel Scale-Sets Model for Hierarchical Representation of Large Remote Sensing Images2Accurate object localization in remote sensing images based on convolutional neural networks3Detection of l
2021-05-08 10:19:46 452
原创 GDAL+Python将影像像素深度由16位转为8位
"""将16位遥感图像压缩至8位,并保持色彩一致"""import gdalimport osimport globimport numpy as npdef read_tiff(input_file): """ 读取影像 :param input_file:输入影像 :return:波段数据,仿射变换参数,投影信息、行数、列数、波段数 """ dataset = gdal.Open(input_file) rows = datase
2021-03-03 10:05:11 2542 8
原创 from google.protobuf.pyext import _message ImportError: DLL load failed
from google.protobuf.pyext import _messageImportError: DLL load failed安装tensorflow1.10.0默认把protobuf3.12.2安装上,但是报上述错误,之后把protobuf卸载再装上protobuf3.6.0就好了
2020-06-23 15:47:48 560
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人