Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 1.55 KB

README.md

File metadata and controls

27 lines (20 loc) · 1.55 KB

raster

Package raster provides tiled raster data (such as MBTiles, GeoPackage, OpenStreetMap servers, ...) manipulation helpers.

The available tools are:

Currently available drivers are:

GoDoc

Install

The raster_init tool depends on GEOS C library being available in your PATH. See https://github.com/paulsmith/gogeos.

go get github.com/xeonx/raster/...

Roadmap

  • more tests and benchmarks
  • improved documentation (code examples)

License

This code is licensed under the MIT license. See LICENSE.