https://github.com/tristen/inverted-polygons
A friendly app for inverting polygons
https://github.com/tristen/inverted-polygons
donuts geojson polygons
Last synced: 8 months ago
JSON representation
A friendly app for inverting polygons
- Host: GitHub
- URL: https://github.com/tristen/inverted-polygons
- Owner: tristen
- Created: 2019-05-05T20:04:44.000Z (about 7 years ago)
- Default Branch: main
- Last Pushed: 2023-01-04T16:16:47.000Z (over 3 years ago)
- Last Synced: 2025-08-31T13:36:19.614Z (10 months ago)
- Topics: donuts, geojson, polygons
- Language: JavaScript
- Homepage: https://tristen.ca/inverted-polygons/
- Size: 1.65 MB
- Stars: 11
- Watchers: 0
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Inverted polygons
---
Create inverted polygons with ease. Use the [standalone demo](http://tristen.ca/inverted-polygons/) or commandline app.
#### Commandline instructions
```bash
$ npm install -g inverted-polygons
# Send input via stdin
$ cat polygon.geojson | inverted-polygons > polygon-inverted.geojson
```