2018年9月18日

win10下anaconda3安装dlib与face_recognition

摘要: 1. 下载安装 anaconda3 x64版本 2. 安装cmake x64位版本 3.运行anaconda_navigation 4.新建python3.6环境 5.点击“Open Terminal”进入该Python环境下的dos窗口 6. (learn36) C:\Users\xxxx>pip 阅读全文

posted @ 2018-09-18 16:35 jobgeo 阅读(3470) 评论(0) 推荐(0) 编辑

2018年8月27日

Python3安装geohash

摘要: Geohash是一个可以对地理位置信息进行加密和解密的系统,https://en.wikipedia.org/wiki/Geohash Python安装geohash库后,可调用decode()和encode()函数。按照一般的步骤进行安装(pip install geohash),在确认安装成功后 阅读全文

posted @ 2018-08-27 17:39 jobgeo 阅读(1366) 评论(0) 推荐(0) 编辑

2018年8月17日

nds坐标获取瓦片编号

摘要: Eiffel Tower 2.2945° 48.858222° 27374451 582901293 0x1a1b373 0x22be5e2d nds使用的是WGS84坐标系统(the World Geodetic System dating from 1984),就是平常我们说的经纬度。当我们说一 阅读全文

posted @ 2018-08-17 13:28 jobgeo 阅读(1860) 评论(1) 推荐(0) 编辑

2018年8月16日

python os.path模块常用方法详解

摘要: 今天在做一个图片灰度转换时,发现os.path.isfile判断居然出错,才发现传入的是文件名称,应该是文件的路径,在此记录一下 def convert_rgb_to_gray(rgb_img_dir, gray_img_dir): for file in os.listdir(rgb_img_di 阅读全文

posted @ 2018-08-16 16:14 jobgeo 阅读(266) 评论(0) 推荐(0) 编辑

2017年7月6日

【转载】Arcengine IElement 的节点编辑

摘要: 原文地址 : http://blog.csdn.net/wangtao510/article/details/52789440 IElement的编辑用到两个关键接口:IElementEditVertices,ISelectTracker; 首先你得自定义一个 Tool; 在Tool 的 onCli 阅读全文

posted @ 2017-07-06 20:56 jobgeo 阅读(827) 评论(0) 推荐(0) 编辑

ArcSDE+Oracle+Arcmap+ArcServer_10.2版本安装全教程

摘要: 先占个位置,这两周在做这个事情,忙完就整理一个完整的安装教程。。。 阅读全文

posted @ 2017-07-06 20:55 jobgeo 阅读(338) 评论(0) 推荐(0) 编辑

2017年7月4日

CreateMemoryFeatureClass

摘要: 1 public static IFeatureClass CreateMemoryFeatureClass( 2 ISpatialReference spatialReference, esriGeometryType geometryType, string name = "Temp") 3 { 4 // 创... 阅读全文

posted @ 2017-07-04 21:04 jobgeo 阅读(364) 评论(0) 推荐(0) 编辑

Arcengine将圆形、矩形转换为多边形 ;ICircularArc、IEnvelope转化为IPolygon

摘要: Arcengine将圆形、矩形转换为多边形 ;ICircularArc、IEnvelope转化为IPolygon 1、将ICircularArc转化为IPolygon 1 1: ICircularArc pCircularArc = null; 2 2: IRubberBand pRubberBan 阅读全文

posted @ 2017-07-04 21:01 jobgeo 阅读(830) 评论(0) 推荐(0) 编辑

2017年5月27日

线段与矩形相交计算(QT方法)

摘要: 不想加载geos库,故使用qt的方法,计算出矩形与线段的交集。 阅读全文

posted @ 2017-05-27 16:39 jobgeo 阅读(2489) 评论(0) 推荐(0) 编辑

2017年5月25日

QSerialPort的线程常用操作(包含心跳,读写延时方法等)

摘要: 测试方法 阅读全文

posted @ 2017-05-25 14:02 jobgeo 阅读(7882) 评论(0) 推荐(0) 编辑

导航