pysat / pysatMadrigal

Madrigal instrument support for the pysat ecosystem
BSD 3-Clause "New" or "Revised" License
1 stars 1 forks source link

BUG: list_remote_files and two_digit_year_break #70

Closed rstoneback closed 1 year ago

rstoneback commented 2 years ago

Description

pysatMadrigal.general.list_remote_files only accepts a single input for two_digit_year_break though the use of this keyword may need to vary for different tags. For examples, gnss_tec the vtec tag has a two digit year in filename, while site does not.

To Reproduce this bug:

Steps to reproduce the behavior:

  1. gnss = pysat.Instrument("gnss", "tec", 'vtec')
  2. gnss.remote_file_list(dt.datetime(2020, 12, 1), dt.datetime(2020, 12, 2), user=user, password=password)
  3. See error

Consider including images or test files to help others reproduce the bug and solve the problem.

Test configuration

Additional context

Add any other context about the problem here.

aburrell commented 1 year ago

@rstoneback is this fixed?