hydrogeoscience / pygtide

A Python module and wrapper for ETERNA PREDICT to compute gravitational tides on Earth
Mozilla Public License 2.0
50 stars 19 forks source link

etpolut1_end problem #8

Closed WilkAndy closed 3 years ago

WilkAndy commented 4 years ago

Could be related to #7 . To get pygtide to run, i must change this line

        self.etpolut1_end = dt.datetime.strptime(str(etpred.inout.etpol_end), "%Y%m%d")

to hardcode the end date. Eg

self.etpolut1_end = dt.datetime.strptime(str(20190821), \"%Y%m%d\")

This is because str(etpred.inout.etpol_end) = '0'

hydrogeoscience commented 3 years ago

Please see the new update.