KO
|
EN
gitlite — search
Search
#python
#java
#python3
#arduino
#golang
#machine-learning
#rust
#html
#flask
#javascript
#seismology
#nodejs
t38c
★ 22
Open GitHub ↗
Tile38 client library for Go
Download README (.md)
Explore Similar Repositories
crnn-tutorial
:
Training Convolutional Recurrent Neural Network (CRNN) using PyTorch
weapp-auth-demo
:
微信小程序授权统一管理方案(包含对wx对象的扩展)
Dylib-Hijack-Scanner
:
JavaScript for Automation (JXA) version of Patrick Wardle's tool that searches applications for dylib hijacking opportunities
spring-boot-stripe-payment-integration
:
No description available.
zeroone
:
Language (prettified API) + headless MIDI sequencer for live coding music
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
t38c
?
Download (.md)
# Overview [](https://pkg.go.dev/kreklow.us/go/t38c)    [](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.