https://github.com/protomaps/go-pmtiles
Single-file executable tool for working with PMTiles archives
https://github.com/protomaps/go-pmtiles
caddy pmtiles
Last synced: about 1 year ago
JSON representation
Single-file executable tool for working with PMTiles archives
- Host: GitHub
- URL: https://github.com/protomaps/go-pmtiles
- Owner: protomaps
- License: bsd-3-clause
- Created: 2021-04-22T02:57:59.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2025-05-11T01:34:24.000Z (about 1 year ago)
- Last Synced: 2025-05-11T02:36:30.787Z (about 1 year ago)
- Topics: caddy, pmtiles
- Language: Go
- Homepage: https://docs.protomaps.com/pmtiles/cli
- Size: 471 KB
- Stars: 430
- Watchers: 9
- Forks: 61
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# go-pmtiles
The single-file utility for creating and working with [PMTiles](https://github.com/protomaps/PMTiles) archives.
## Installation
See [Releases](https://github.com/protomaps/go-pmtiles/releases) for your OS and architecture.
## Docs
See [docs.protomaps.com/pmtiles/cli](https://docs.protomaps.com/pmtiles/cli) for usage.
See [Go package docs](https://pkg.go.dev/github.com/protomaps/go-pmtiles/pmtiles) for API usage.
## Development
Run the program in development:
```sh
go run main.go
```
Run the test suite:
```sh
go test ./pmtiles
```