geodezyx.conv.bin package
geodezyx.bin
Command-line interface entry points for the geodezyx toolbox.
Submodules
geodezyx.conv.bin.date_conv module
geodezyx.bin.doy
CLI tool: convert a date string (any format accepted by date_pattern2dt) and print all equivalent date representations.
Entry point registered as date_conv in pyproject.toml.
- geodezyx.conv.bin.date_conv.main()
Command-line interface for date_pattern2dt.
Convert a date string in various formats to a Python datetime and print all equivalent representations.
Accepted input formats
YYYY-MM-DD : ISO date e.g. 2026-03-17 or 2026 03 17 YYYY-DDD : Year + DayOfYear e.g. 2026-076 or 2026 076 WWWW-D : GPS Week + DoW e.g. 2408-2 or 2408 2 YYYYMMDD : compact ISO e.g. 20260317 YYMMDD : 2-digit year ISO e.g. 260317 JJJJJ : CNES Julian day e.g. 29665 <free text> : parsed by dateparser e.g. “17 March 2026”