aboutsummaryrefslogtreecommitdiff
path: root/src/main/python/create_measurements.py
Commit message (Collapse)AuthorAgeFilesLines
* Fixes progress bar for `create_measurements.py`Ruslan Kovtun2024-03-031-5/+7
|
* Explicit float in commented out codeDaniel Patrick2024-03-031-1/+1
|
* More accurate file size estimateDaniel Patrick2024-03-031-16/+12
|
* batched writing to disk (#659)nicky2024-01-311-5/+8
| | | instead of writing result line by line, implemented random.choices for randomisation of multiple stations and writing large batche ot the disk, also instead of "round" just using :.1f which is probably quicker on a large scale, because it's not a mathematical function
* Added license header to create_measurements.py (#403)Bruno Félix2024-01-141-0/+15
| | | | | | | | | | | * Update create_measurements.py Added license header to the python script to avoid breaking the build. * Update src/main/python/create_measurements.py --------- Co-authored-by: Gunnar Morling <gunnar.morling@googlemail.com>
* added python script to build test data (#366)Eadrom2024-01-141-0/+143
* added python script to build test data * moved create_measurements.py to src/main/python and updated paths for file io * Updated readme to include blurb about python script to generate measurements