Added a gazillion options to gnssir_input to accommodate daily_avg and subdaily users that want to store strategies there. See the gnssir_input code for more details, i.e. the parameter names.
3.1.3
Allow users to store required input parameters to daily_avg in the json used by gnssir. The names of these parameters are: "daily_avg_reqtracks" and "daily_avg_medfilter". For those making a new json, the parameters will be set to None if you don't choose a value on the command line. You can also hand edit or add it. This would be helpful in not having to rerun gnssir_input and risk losing some of your other specialized selections.
3.1.2
Fixed bugs in highrate RINEX 3 downloads/translations that conflicted with parallel processing (GA and BKG archives). This was mostly related to how I stored interim Rinex 2 files.
Restored csv outputs to subdaily module.
3.1.1
nmea2snr checks rapid, final, and ultra GNSS orbits from GFZ.
Changed it so that last spline written out by subdaily only includes time periods with data. Before it was starting at the beginning of first day and ending at the end of the last day. This didn't cause huge problems when full days were analyzed but is definitely wrong otherwise.
3.1.0
hourly downloads from NGS allowed (download_rinex using ngs-hourly archive) At some point the NGS merges the files - but this allows you to follow real time activities
fixed the ultra orbits option to look both day of and day before, as that is how it works for GFZ
rewrote nmea2snr to use standard python packaging tools
rewrote rinex2snr to use standard python packaging tools. now set up for multi-processor use.
3.0.0
parallel processing for gnssir, makes it much much faster. still testing how it should be used with the docker.
fixed some places in gnssir where files were being downloaded/created - this has been moved to gnssir_cl.py so that multiple spawned processes won't overwrite.