Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

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: 29 days ago
JSON representation

Web app to reduce the size of GeoJSON files.

Lists

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
```