https://github.com/radical-data/reducegeojson
Web app to reduce the size of GeoJSON files.
https://github.com/radical-data/reducegeojson
compression geojson geojson-data geojson-format minify simplification simplify
Last synced: 2 months ago
JSON representation
Web app to reduce the size of GeoJSON files.
- Host: GitHub
- URL: https://github.com/radical-data/reducegeojson
- Owner: radical-data
- Created: 2023-10-27T18:51:31.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-08T15:09:43.000Z (over 1 year ago)
- Last Synced: 2025-01-08T20:36:42.509Z (4 months ago)
- Topics: compression, geojson, geojson-data, geojson-format, minify, simplification, simplify
- Language: Svelte
- Homepage: https://reducegeojson.radicaldata.org/
- Size: 94.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Reduce GeoJSON
Web app to reduce the size of GeoJSON files.
## Developing
1. Install dependencies: `bun install`
1. Run: `bun run dev`## Building
To create a production version:
```bash
bun run build
```