05 2020 档案

摘要:# 1. 下载对应版本到本地磁盘 https://github.com/sass/node-sass/releases/ d:\win32-x64-72_binding.node # 2. 设置sass路径 set SASS_BINARY_PATH=本地磁盘路径 set SASS_BINARY_PA 阅读全文
posted @ 2020-05-31 09:33 ParamousGIS 阅读(4521) 评论(0) 推荐(1) 编辑
摘要:转自: https://www.giserdqy.com/database/postgresql/25838/参考:https://my.oschina.net/u/1464512/blog/1631972https://github.com/mapbox/tippecanoehttps://github.com/mapbox/tile-coverhttps://github.com/mapbox... 阅读全文
posted @ 2020-05-21 11:00 ParamousGIS 阅读(1384) 评论(0) 推荐(0) 编辑
摘要:git push origin master --repo=git://github.com/~username/xxxxx/yyyyyy.git 参考: file:///D:/GreenSoftware/PortableGit/mingw64/share/doc/git-doc/git-push. 阅读全文
posted @ 2020-05-19 09:43 ParamousGIS 阅读(1248) 评论(0) 推荐(0) 编辑
摘要:在路网操作中,会遇到将首尾相连的多条道路合并成一条道路的情况,使用JTS中的LineMerger类,可以很好的完成这个操作,代码:WKTReader reader = new WKTReader();Geometry geom_1 = reader.read("LINESTRING (116.96832000000000562 36.64882000000000062, 116.968490000... 阅读全文
posted @ 2020-05-10 11:11 ParamousGIS 阅读(1051) 评论(0) 推荐(0) 编辑
摘要:有时候我们需要将多个相邻的多边形合并成一个多边形,常规用法是使用union方法,将其合并,当待合并的多边形个数较多时,效率就会非常的低,这里我们可以使用计算缓冲区的方法进行处理,效率会提升很多。待合并多边形合并结果图代码://蓝色多边形char* szWKT_1 = "POLYGON ((113.885 22.6815, 113.9425 22.6585, 113.91 22.7, 113.885... 阅读全文
posted @ 2020-05-10 11:07 ParamousGIS 阅读(850) 评论(0) 推荐(0) 编辑
摘要:libspatialindex是一种高效的C++空间索引库。支持复杂查询,如范围查询、点位置查询、 最近邻查询、K邻近查询以及参数化查询。创建内存空间索引示例代码:IStorageManager* diskfile = StorageManager::createNewMemoryStorageManager();StorageManager::IBuffer* file = StorageMan... 阅读全文
posted @ 2020-05-10 11:04 ParamousGIS 阅读(1053) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示