DOY is a small python script to determine the DOY either of the current day, or a custom datetime.
This is useful to quickly determine what the DOY of a given day was, and download data from remote FTP servers
that typically sort GNSS data by DOY.
- Determine the DOY for today:
./tools/doy.py- Determine what was the DOY for 2023-02-28:
./tools/doy.py 2023-02-28 %Y-%m-%dSet to development and testing tools.
parse_crit_benchmark.pyPython script to parse the results of our Criterion benchmarks (CI/dev purposes). Originally writen by Christopher Rabotin.builddoc.shbuilds the API doc exactly how publication with cargo doestestlib.shtests the API built with several different options