搜索资源列表
gc
- 通过图面上的等高线 获取等高线之间的高程点 用于高程点加密(须有cass配合)-Contour through the surface between the contour lines for elevation point for the elevation point encryption (must have cass match)
DelaunayNet
- 在测绘或地图学中,经常会需要用高程点生成DEM,一般首先由这些点按最小原则生成三角网,此代码即是根据任意多个点生成Delaunay三角网功能。-In the mapping or cartography often elevation point will need to generate DEM, generally the first point from these principles by the smallest triangulation generated, the code t
自动移高程程序
- 自动移动叠加的高程点到合适位置,而不改变高程。(Automatically move the superimposed height points to the right place without changing elevation.)
点线矛盾检查
- 检查等高线点线矛盾工具,检查等高线节点与高程点是否矛盾(Check contour line point contradiction tool)
DEM高程内插
- 根据提供的10个数据点的坐标(Xn,Yn,Zn)和待求点的平面坐标(Xp,Yp),要求利用移动二次曲面拟合法,由格网点P(Xp,Yp)周围的10个已知点内插出待求格网点P的高程,编制相应的程序(According to the coordinates of the 10 data points provided by the (Xn, Yn, Zn) and to calculate the plane coordinates (Xp, Yp), using two mobile surface
gaocheng
- 删除图形中所有房屋上的高程点,使用时必须将房屋转化为多段线(Delete elevation points on all houses in the graphic)
高程值异常检查
- 地形图编辑中的误操作导致高程值为0或其他不符值,该程序快速检查出异常高程值(the elevation value anomaly is cheched in the topographic map)
高程点抽稀
- 该源码能实现高程点均匀抽稀,和pix4d和inpho空三格式转换,可以加到自己的程序中,连exe都上传了(The source code can achieve elevation points evenly pumping thin, and pix4d and INPHO empty three format conversion, can be added to their own procedures, and even exe Uploaded)
add129
- 两等高线间按需要加高程,选取两根相邻的等高线就会随机按距离计算并内插高程点。(According to need to add height between two contour, the selection of two adjacent contours will randomly according to the distance calculation and interpolation elevation point.)
任意数字高程点提取(TQGC)
- CAD中任意数字提取坐标,高程为数字本身(Any number in CAD extracts coordinates, and elevation is the number itself)
移动拟合法求待定点高程
- 利用移动拟合法来求待定点的高程,就是利用已知点的坐标来推算未知点的高程(Move the fitting method to get fixed point elevation)
加泥面高程序
- 此插件能解决测量行业外业高程点采集不够能在CAD中加水田泥面高程点(This plug-in can solve the measurement industry field elevation point collection is not enough to add elevation points in CAD paddy soil)
ExtractElev
- google地图高程点下载,可生成等高线(Google map elevation point Download)
TT内插高程点
- 输入TT,有图面高程加密,或者两高程加密,可以无限加密(Input TT, there are graph elevation, or two elevation, you can infinitely encrypt elevation points.)
ggc批量修改高程1
- 批量修改高程点,对于已经生成的高程点做图面检查,批量修改。(Batch modification of elevation point)
CASS插件 高程点挪压盖
- 用于CASS绘图,自动挪高程点注记压盖,非常实用的一个小插件。
CASS小插件 内插高程点
- 采用lisp进行开发的一款cass小插件,主要用于高程点内插,非常实用。
lisp小插件
- vba 和 lisp 的源代码 涉及CAD的多段线坐标提取,面积统计为亩,高程点的内插等一系列功能(The source code of VBA and LISP involves CAD multi line coordinate extraction, area statistics for mu, elevation point interpolation, and a series of functions.)
纯数字生成高程点数据
- 根据CAD图面内的数据注记生成高程点数据原始文件(Generation of elevation point data original file based on data annotation in CAD drawing)
高程点自动匹配程序
- 由于程序需要用到arcgis自带的arcpy,而arcpy不是需要付费的,故只能将脚本导入arcgis中运行,具体方法如下: 1.在lwcheck软件中,生成mdb,并导入检测点数据后,进行平面点自动匹配,然后关闭lwcheck软件,打开arcgis,导入mdb数据,添加“Check_Points”和“Point_0”两个点层。点击python按钮,调出python窗口。 2.在python窗口中,点击右键,点击“load...”,选择“高程点自动匹配.py”,点击确定,按下回车键,