w-gis
v1.0.83
Published
A tool for geotech analysis.
Maintainers
Readme
w-gis
A tool for geotech analysis.
Statement
This project is forked and adapted from the following open-source project:
- Forked from kriging.js by oeo4b
The original project is licensed under the MIT License, and this project is also distributed under the MIT License.
Special thanks to the original author for their valuable contribution, which made this project possible. 🙏
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):
npm i w-gisIn a browser(UMD module):
Add script for w-gis.
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/w-gis.umd.js"></script>
