JSPM

  • Created
  • Published
  • Downloads 36
  • Score
    100M100P100Q69574F
  • License MIT

Package Exports

  • w-gis
  • w-gis/dist/w-gis.umd.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (w-gis) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

w-gis

A tool for geotech analysis.

language npm version license gzip file size npm download jsdelivr download

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 and wsemi.

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/w-gis@1.0.32/dist/w-gis.umd.js"></script>