Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/nekromoff/bicycle-count

Open source generator / helper for bicycle counting (traffic counting) projects. Automatically generates count survey documents for all locations and directions.
https://github.com/nekromoff/bicycle-count

counter generator surveys traffic traffic-analysis traffic-counter

Last synced: 7 days ago
JSON representation

Open source generator / helper for bicycle counting (traffic counting) projects. Automatically generates count survey documents for all locations and directions.

Awesome Lists containing this project

README

        

Bicycle counting helper
============

Generates printable survey documents (PDF) with locations and combinations of directions based on TSV (CSV) provided.

Installation
------------
- download files using `git clone` or as a ZIP file
- run `composer install`
- edit TSV input file (see below)
- Open generate.php in your browser

TSV input file (locations.tsv):
------------
|Location|Sublocation|Exact place|Note|Direction 1|Direction 2|Direction 3|...|Direction X|
|----|----|----|----|----|----|----|----|----|
|River|Bridge X|Link to streetview|By the end of bridge|City center|Street X|Under bridge|Riverbank|District Y|

Dependencies
------------
### mPDF

(c) 2018+ Daniel Duris