cloudv-node-shapefile
v0.0.12
Published
This is a NodeJs library to help to read/write shapefile from your disk.
Downloads
10
Maintainers
Readme
cloudv-node-shapefile
本项目 fork 自 ginkgoch-shapefile, 并在其基础上解决了 shapefile 文件记录更新与文件读写的功能性问题,本项目最有优势的特性是支持以流式API对文件进行读写,并以迭代器方式进行文件对象遍历与统计,能够适应大型 shapefile 文件的读写场景。
使用示例
import Shape from 'cloudv-node-shapefile'
所有实例均参照 ginkgoch-shapefile 文档,本仓库没有进行api的修改,只是通过无感的方式解决生成的 shapefile 无法用 QGIS 等传统 GIS 软件打开的问题,以便于兼容传统文件的数据交换方式,感谢 ginkgoch-shapefile 的作者仁兄,本库在本人参与的的诸多项目中都得到了应用。
其他
有任何技术问题欢迎邮箱联系 [email protected],本人是开源文化的受益者,也愿意尽自己所能为开源文化作出贡献!