KO
|
EN
gitlite — search
Search
#javascript
#python
#hacktoberfest
#react
#ai
#typescript
#llm
#go
#golang
#android
#machine-learning
#rust
#deep-learning
#linux
LocLog
★ 13
Open GitHub ↗
Location logging in CouchDB
Download README (.md)
Explore Similar Repositories
ngx_http_qqwry_module
:
A nginx module that creates variables with location info from QQWry
cmd
:
Quick command execution for browsers.
udpproxy
:
a Netfilter powered UDP proxy
routineer
:
Scala DSL for declaring HTTP routes
webgl-unproject
:
A Javascript port of the standard gluUnProject function used for mapping window coordinates to object coordinates.
// 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
LocLog
?
Download (.md)
## About LocLog LocLog is a growing collection of location logging stuff for CouchDB. It currently supports the following input sources: * [JSON Location Tracker](http://www.precentral.net/homebrew-apps/json-location-tracker) if you set its POST field to http://host/database/_design/loclog/_update/jlt. (At one point JLT's continuous mode was not compatible, haven't tested lately.) * GPX track segments, via Python script * NMEA files from GPS loggers, via Python script * fetch your [Geoloqi](https://geoloqi.com/) history via Python script Mostly LocLog just generates CouchDB view indexes with this data. One view roughly match the structure of [HTML5 geolocation data](http://dev.w3.org/geo/api/spec-source.html#coordinates_interface) and the other is similar to [GeoJSON](http://geojson.org/geojson-spec.html) and designed for compact transfer into other apps like [ShutterStem](https://github.com/natevw/ShutterStem)'s geotagger. There is also a sample HTML map viewer included which reads data via an interesting reduce function, providing a summary of all the breadcrumbs in the database.