https://github.com/program--/tilesaw
https://github.com/program--/tilesaw
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/program--/tilesaw
- Owner: program--
- License: mit
- Created: 2023-03-16T05:17:26.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-16T18:48:29.000Z (almost 3 years ago)
- Last Synced: 2025-02-05T00:27:34.433Z (12 months ago)
- Language: TypeScript
- Size: 29.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# tilesaw
A TypeScript/JavaScript library that aims to provide robust methods of slicing/sawing vector data into vector tiles on the fly,
like [geojson-vt](https://github.com/mapbox/geojson-vt/), but for any vector type through adapters.
## Tooling
Currently this project uses the following tools:
- [vitest](https://vitest.dev/): Testing
- [Prettier](https://prettier.io/): Formatting
- [yarn](https://yarnpkg.com/): Dependency Management
## Licensing/Attribution
tilesaw draws most of its inspiration from [geojson-vt](https://github.com/mapbox/geojson-vt) and the [geoarrow spec](https://github.com/geoarrow/geoarrow),
and utilizes similar ideas from them. While the source code is not identical, licenses for both repositories are stored in the [NOTICE](./NOTICE) file.
tilesaw itself is MIT licensed.