# read_shp **Repository Path**: iminifly/read_shp ## Basic Information - **Project Name**: read_shp - **Description**: 使用js读取shp文件, 解析为wkt/geojson; 用到了turfjs + wkt-parser-helper + shapefile 三个库 - **Primary Language**: JavaScript - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2022-11-14 - **Last Updated**: 2023-10-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # read_shp #### 介绍 使用js读取shp文件, 解析为wkt/geojson; #### 软件架构 element-plus + vue3 + js 读取shp用到了turfjs + wkt-parser-helper + shapefile 三个库 #### 安装教程 1. npm install 2. npm run serve 3. 打开网页, 上传一个.shp文件(注意, 只需要.shp, 不需要.dbf.shx等文件) #### 参与贡献 1. Fork 本仓库 2. 新建 Feat_xxx 分支 3. 提交代码 4. 新建 Pull Request