w-gis
v1.0.63
Published
A tool for geotech analysis.
Downloads
134
Maintainers
Readme
w-gis
A tool for geotech analysis.
Documentation
To view documentation or get support, visit docs.
Example
To view some examples for more understanding, visit examples:
convertCoordinate: ex-convertCoordinate.html [source code]
getCentroidMultiPolygon: ex-getCentroidMultiPolygon.html [source code]
getCenterOfMassMultiPolygon: ex-getCenterOfMassMultiPolygon.html [source code]
Installation
Using npm(ES6 module):
Note: w-gis is mainly dependent on
@turf
,proj4
,d3-tricontour
,d3-delaunay
,polybooljs
,lodash-es
andwsemi
.
npm i w-gis
In a browser(UMD module):
Note: w-gis does not dependent on any package.
Add script for w-gis.
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/w-gis.umd.js"></script>