npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

cloudv-node-shapefile

v0.0.12

Published

This is a NodeJs library to help to read/write shapefile from your disk.

Downloads

10

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],本人是开源文化的受益者,也愿意尽自己所能为开源文化作出贡献!