Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cjkreklow/t38c
Tile38 client library for Go
https://github.com/cjkreklow/t38c
Last synced: 16 days ago
JSON representation
Tile38 client library for Go
- Host: GitHub
- URL: https://github.com/cjkreklow/t38c
- Owner: cjkreklow
- License: mit
- Created: 2019-06-02T02:30:48.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2024-08-05T15:24:51.000Z (3 months ago)
- Last Synced: 2024-10-01T08:18:30.784Z (about 1 month ago)
- Language: Go
- Size: 52.7 KB
- Stars: 16
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Overview
[![PkgGoDev](https://pkg.go.dev/badge/kreklow.us/go/t38c)](https://pkg.go.dev/kreklow.us/go/t38c)
![License](https://img.shields.io/github/license/cjkreklow/t38c)
![Version](https://img.shields.io/github/v/tag/cjkreklow/t38c)
![Status](https://github.com/cjkreklow/t38c/actions/workflows/push.yml/badge.svg?branch=main)
[![Codecov](https://codecov.io/gh/cjkreklow/t38c/branch/main/graph/badge.svg)](https://codecov.io/gh/cjkreklow/t38c)`t38c` is a Go client library for the Tile38 geospatial database.
# Usage
`import kreklow.us/go/t38c`
Use `Connect()` to instantiate a `Database` object. A limited set of
commands are currently available. Commands that retrieve data return a
`Response` object.Functions other than `Close()` accept arguments in the same form as the
Tile38 CLI. See [Tile38 Commands](https://tile38.com/commands/) for further
information.# Links
* [Tile38 Web Site](https://tile38.com/)# About
`t38c` is maintained by Collin Kreklow. The source code is licensed under
the terms of the MIT license, see `LICENSE.txt` for further information.