d3-geo-voronoi
Voronoi / Delaunay tessellations on the sphere
File Explorer
Download Latest Version (.zip)- node.js.yml
- eslint.json
- sphereCanvas.html
- geocontour-blurry.jpg
- geocontour-h3.jpg
- geocontour-isobands.jpg
- geocontour-iterator.jpg
- geocontour.jpg
- geodelaunay-edges.png
- geodelaunay-neighbors.jpg
- geodelaunay-urquhart.png
- geoVoronoiCircumcircles.png
- geoVoronoiFind.png
- geoVoronoiHull.png
- geoVoronoiMars.png
- geoVoronoiPolygons.png
- geoVoronoiPorts.png
- geoVoronoiRadome.png
- geoVoronoiTriangles.png
- geoVoronoiUrquhart.png
- geoVoronoiXY.png
- cartesian.js
- contour.js
- delaunay.js
- index.js
- math.js
- voronoi.js
- poly1.json
- poly2.json
- poly3.json
- poly4.json
- poly5.json
- poly6.json
- poly7.json
- .eslintrc.json
- geo-contour-test.js
- geo-voronoi-test.js
- .eslintrc.json
- .gitignore
- .npmignore
- LICENSE
- package.json
- README.md
- rollup.config.js
- yarn.lock
# Installation Guide
1. Get the code
git clone https://github.com/Fil/d3-geo-voronoi
Downloads the entire project code from GitHub to your computer.
cd d3-geo-voronoi
Moves into the project folder you just downloaded.
2. Node.js
Easy RecommendedPrerequisites
<script src="https://cdn.jsdelivr.net/npm/d3-geo-voronoi@2"></script>
Type this command into your terminal and run it.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
