Skip to content

map-services/gps-routes-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

301 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gps-routes-api Go Report Card Coverage Status

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' {} +

About

No description or website provided.

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors