Slight reformatting
This commit is contained in:
parent
ff65688774
commit
cd1a587c22
1 changed files with 4 additions and 3 deletions
|
@ -159,9 +159,10 @@ class BUFRSounding(Sounding):
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def valid_by_timestamp(station: str, timestamp: datetime.datetime) -> Self:
|
def valid_by_timestamp(station: str, timestamp: datetime.datetime) -> Self:
|
||||||
epoch = timestamp.timestamp()
|
epoch = timestamp.timestamp()
|
||||||
request = BUFRSounding.create_request(station)
|
|
||||||
|
|
||||||
|
request = BUFRSounding.create_request(station)
|
||||||
datatimes = DataAccessLayer.getAvailableTimes(request)
|
datatimes = DataAccessLayer.getAvailableTimes(request)
|
||||||
|
|
||||||
by_delta = dict()
|
by_delta = dict()
|
||||||
|
|
||||||
for datatime in datatimes:
|
for datatime in datatimes:
|
||||||
|
|
Loading…
Add table
Reference in a new issue