xiaoairen322的个人博客分享 http://blog.sciencenet.cn/u/xiaoairen322

博文

按标题搜索
Python cad 实践一
2021-11-17 22:51
Python cad 实践一 from pyautocad import Autocad , APoint import pandas as pd acad = Autocad () entities = acad . get_selection () for entity in entities : if AcDbPolyline in entity .ObjectName: &n ...
个人分类: python 语言学习|2267 次阅读|没有评论
sarscape 报错40002 及40005
2021-4-25 15:47
sarscape 5.2.1对sar 数据的裁剪有两种方式 一种是基于sar坐标进行裁剪 另一种是基于矢量数据进行裁剪。 但是在裁剪是经常报错 file not found 40002 或40005,这种报错 看博客是文件存放路劲 设置的问题 后面发现在文件路径设置正确的情况下需要选用 pwr 强度数据&nbs ...
个人分类: INSAR|4230 次阅读|没有评论
track 遇到运行报错 segmentation fault
2021-3-27 22:37
增加虚拟机的内存即可
个人分类: gnss|1903 次阅读|没有评论
关于G-NUT/Anubis 绘图的一些补充
热度 1 2021-3-4 16:20
G-NUT/Anubis 2.3发布已经很长时间了,但是绘图程序没有更新,对北斗3的支持 ,免费版本还是望问莫及。自从《北斗分析 众神之战》发布以后,经常有一些师弟,师妹及同行涉及到一些绘图程序无法正确绘图,本人就一下问题作出解答: 1,绘图库的安装及依赖低层库的安装问题: 依赖低层库 ...
个人分类: G-NUT/ANUBIS|3819 次阅读|2 个评论 热度 1
关于geopandas 与 contextily 安装冲突的解决方法
2021-3-4 16:03
geopandas contextily geopandas 的安装依赖fiona,fiona依赖gdal 库,所以在安装geopandas 库时,会将gdal库安装。 但是在安装contextily 库配合geopandas库进行绘图操作时,contextily又依赖rasterio库,rasterio的安装必须是在gdal 的安装完成下进行的 ,二者对gdal 库的版本要求不一样,所以经常导致冲突, ...
个人分类: python 语言学习|2720 次阅读|没有评论
jupyter notebook 遇到的问题 " DLL load failed"
2021-2-24 10:28
jupyter notebook 启动问题 ****错误: from . import libzmq ImportError: DLL load failed while importing libzmq: The specified module could not be found. ****解决方法: &nbs ...
个人分类: python 语言学习|3490 次阅读|没有评论
python 获取文本中的指定行 并写入csv
2021-1-20 11:56
import os import linecache import pandas as pd lne= for root,dirs,files in os.walk(os.getcwd()): for file in files:   ...
个人分类: python 语言学习|2641 次阅读|没有评论
python pillow库 python界的ps 实现数据批量盖章 并打包成exe
2021-1-12 16:10
python pillow库完成数据批量盖章 打包成相应的exe 盖章前   ...
个人分类: python 语言学习|2759 次阅读|没有评论
python 调用wget 自动下载香港cors数据 统计站点数据空缺
2020-12-23 18:08
import os,sys import wget path= ftp://ftp.geodetic.gov.hk/rinex2 year= input ( 请输入您要下载的年份: ) yr=year ptname= day= int ( input ( 请输入您要下载的天数: )) ft=[] out_dir= C://User ...
个人分类: python 语言学习|1789 次阅读|没有评论

本页有 1 篇博文因作者的隐私设置或未通过审核而隐藏

Archiver|手机版|科学网 ( 京ICP备07017567号-12 )

GMT+8, 2024-3-29 14:21

Powered by ScienceNet.cn

Copyright © 2007- 中国科学报社

返回顶部