Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/nekromoff/bicycle-count
- Owner: nekromoff
- License: lgpl-3.0
- Created: 2018-06-18T19:01:48.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-09-11T10:27:14.000Z (about 4 years ago)
- Last Synced: 2024-10-11T16:51:03.537Z (about 1 month ago)
- Topics: counter, generator, surveys, traffic, traffic-analysis, traffic-counter
- Language: PHP
- Size: 6.84 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 browserTSV 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