8000 GitHub - protomaps/go-pmtiles: Single-file executable tool for working with PMTiles archives
[go: up one dir, main page]

Skip to content

protomaps/go-pmtiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

go-pmtiles

The single-file utility for creating and working with PMTiles archives.

Installation

See Releases for your OS and architecture.

Docs

See docs.protomaps.com/pmtiles/cli for usage.

See Go package docs for API usage.

Development

Run the program in development:

go run main.go

Run the test suite:

go test ./pmtiles
0