# node-wmshp **Repository Path**: mirrors_mapbox/node-wmshp ## Basic Information - **Project Name**: node-wmshp - **Description**: Reproject shapefiles to EPSG:3857 using node-gdal - **Primary Language**: Unknown - **License**: ISC - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-09 - **Last Updated**: 2025-10-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # node-wmshp [![Build Status](https://travis-ci.com/mapbox/node-wmshp.svg?branch=master)](https://travis-ci.com/mapbox/node-wmshp) Reproject shapefiles into EPSG:3857 using [node-gdal](https://github.com/naturalatlas/node-gdal). ## Usage As a shell script: ``` wmshp ``` In Node.js ```js var wmshp = require('wmshp'); wmshp('/path/to/input.shp', '/path/to/output.shp'); ```