gps-routes-api

command module
v0.2.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 22, 2025 License: MIT Imports: 7 Imported by: 0

README

gps-routes-api Go Report Card

Local setup

$ python3 -m venv .venv
$ source .venv/bin/activate
$ pip install --upgrade pip
$ pip install -r requirements.txt
$ cp .env.example .env
$ vi .env  # <== edit the API keys

Data Cleansing

To remove escaped new-lines & non-breaking spaces:

find data/backup -type f -exec perl -i -pe 's/\ / /g' {} +
find data/backup -type f -exec perl -i -pe 's/\\n/ /g' {} +
find data/backup -type f -exec perl -i -pe 's/ , /,  /g' {} +
find data/backup -type f -exec perl -i -pe 's/ \. /. /g' {} +

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL