https://github.com/fjebaker/geovoronoi
JS Template Webpage for creating Voronoi plots using geographic data.
https://github.com/fjebaker/geovoronoi
Last synced: about 1 year ago
JSON representation
JS Template Webpage for creating Voronoi plots using geographic data.
- Host: GitHub
- URL: https://github.com/fjebaker/geovoronoi
- Owner: fjebaker
- License: gpl-3.0
- Created: 2020-07-14T21:48:19.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T11:30:13.000Z (over 3 years ago)
- Last Synced: 2025-04-05T01:06:58.513Z (about 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 2.16 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# geoVoronoi
JS Template Webpage for creating Voronoi plots using geographic data; created for data-exploratory use.
## Setup
Setup is as simple as
```
npm i .
```
## Usage
Edit the `src/index.js` file to interpret the data you wish to use, e.g. some `.csv` file. The data to represent should be included in the `build/assets` folder.
Then either start a `webpack` development server with
```
npm run dev
```
or package a `dist` using
```
npm run build
```
and share on a file server.