摘要: 一、三维遥感底图 在大范围的三维地图建设中,采用卫星图像作为三维底图是最好的选择,而免费的遥感图像清晰度无法满足建设 **三维地图的需求,故以**范围为依据,购买取得最新的高空间分辨率卫星遥感图。 卫星遥感图像分类大概有: ① 卫星类型 l 光学卫星:worldview1、worldview2、wo 阅读全文
posted @ 2017-09-14 10:01 帕洛马山 阅读(527) 评论(0) 推荐(0) 编辑
摘要: 在使用turf.union方法合并面的时候,报错了。无法全部合并完成。 按照提示说是出现线的拓扑错误。至于哪里错误也看不出来。 turf不提供拓扑修正功能的js包 难道有转到arcgis中去修复?好搓的方法 想到了mapshaper这个强大的工具,加载进去一看,果然发现了错误红点。 使用simpli 阅读全文
posted @ 2017-02-28 17:11 帕洛马山 阅读(561) 评论(0) 推荐(0) 编辑
摘要: turf 是Advanced geospatial analysis geojson data in javascript. 官网:http://turfjs.org/ 针对github 中的源码。 记得在以前使用arcgis 的反距离插值的时候有搜索半径和剪切范围定义。 于是就增加了这两个参数。 阅读全文
posted @ 2016-12-28 17:09 帕洛马山 阅读(531) 评论(0) 推荐(0) 编辑
摘要: 由于要进行反距离插值,离散点太多肯定会影响插值的效率。 为了提升插值速度,就有了这个点的抽稀。 参考这位仁兄的思路。http://blog.csdn.net/cdl2008sky/article/details/8281316 抽稀前:3087个点 simplifyMutiPoints.getPro 阅读全文
posted @ 2016-12-16 11:01 帕洛马山 阅读(1217) 评论(1) 推荐(0) 编辑
摘要: like the github issue: https://github.com/openlayers/ol3-cesium/issues/344#issuecomment-214098148 thanks jmgomezpoveda . i find the way to deal with i 阅读全文
posted @ 2016-12-14 14:49 帕洛马山 阅读(766) 评论(0) 推荐(0) 编辑
摘要: An extension of GeoJSON that encodes topology! TopoJSON https://github.com/topojson/topojson The TopoJSON Format Specification https://github.com/topo 阅读全文
posted @ 2016-12-14 11:27 帕洛马山 阅读(282) 评论(0) 推荐(0) 编辑
摘要: function flatten(array) { return [].concat.apply([], array); } function polygonToLineString(coordinates, properties) { return coordinates.map(function(coordinates) { ... 阅读全文
posted @ 2016-12-14 11:21 帕洛马山 阅读(2324) 评论(0) 推荐(0) 编辑
摘要: 当我向我们的dba拿数据库文档编写文档模板d时候,她给了我这个脚本。虽然没有达到我真正想要的,但是很不错。SELECT 表名 = CASE WHEN A.COLORDER=1 THEN D.NAME ELSE '' END, 表说明 = CASE WHEN A.COLORDER... 阅读全文
posted @ 2015-01-19 16:25 帕洛马山 阅读(234) 评论(0) 推荐(0) 编辑
摘要: 径向基函数工作原理,样条函数法X 阅读全文
posted @ 2013-01-17 12:07 帕洛马山 阅读(1302) 评论(0) 推荐(0) 编辑
摘要: 反距离权重法 阅读全文
posted @ 2013-01-17 11:58 帕洛马山 阅读(2702) 评论(0) 推荐(0) 编辑