gnssrefl.ydoy module

gnssrefl.ydoy.main()

converts year/day of year to month and day. prints to the screen

Parameters:
  • year (int) – full year

  • doy (int) – day of year

Returns:

  • month (int)

  • day (int)