https://github.com/pirxpilot/dump-tile
Dumps MVT tiles encoded in .pbf to JSON
https://github.com/pirxpilot/dump-tile
Last synced: 10 months ago
JSON representation
Dumps MVT tiles encoded in .pbf to JSON
- Host: GitHub
- URL: https://github.com/pirxpilot/dump-tile
- Owner: pirxpilot
- Created: 2018-03-18T04:55:10.000Z (over 8 years ago)
- Default Branch: main
- Last Pushed: 2024-02-22T10:03:28.000Z (over 2 years ago)
- Last Synced: 2025-03-21T10:38:16.943Z (over 1 year ago)
- Language: JavaScript
- Size: 258 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
- Changelog: History.md
Awesome Lists containing this project
README
[![NPM version][npm-image]][npm-url]
[![Build Status][build-image]][build-url]
[![Dependency Status][deps-image]][deps-url]
# dump-tile
Dumps MVT tiles encoded in .pbf to JSON
## Install
```sh
$ npm -g install dump-tile
```
## Usage
```sh
# dump tile from tile service
curl --compress https://tiles.example.com/tile/2/3/5/pbf | dump-tile
# dump tile from file
cat tile.pbf | dump-tile > tile.json
```
## License
MIT © [Damian Krzeminski](https://furkot.com)
[npm-image]: https://img.shields.io/npm/v/dump-tile
[npm-url]: https://npmjs.org/package/dump-tile
[build-url]: https://github.com/pirxpilot/dump-tile/actions/workflows/check.yaml
[build-image]: https://img.shields.io/github/actions/workflow/status/pirxpilot/dump-tile/check.yaml?branch=main
[deps-image]: https://img.shields.io/librariesio/release/npm/dump-tile
[deps-url]: https://libraries.io/npm/dump-tile