Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 1 day 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 (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-10-24T19:28:09.000Z (20 days ago)
- Last Synced: 2024-10-26T05:55:53.953Z (18 days ago)
- Topics: caddy, pmtiles
- Language: Go
- Homepage: https://docs.protomaps.com/pmtiles/cli
- Size: 469 KB
- Stars: 370
- Watchers: 9
- Forks: 51
- Open Issues: 8
-
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
```