티스토리 뷰
소스 : OpenAPI06_1
def Test02():
weatherStation1 = WeatherStationList[3]
startTime = theBeginning
endTime = startTime + timedelta(days=30)
startTimeString = startTime.strftime('%Y-%m-%d')
endTimeString = endTime.strftime('%Y-%m-%d')
weatherData1 = LoadWeatherDatas(weatherStation1['StationCode'], startTimeString, endTimeString)
if weatherData1:
weatherData2 = sorted(weatherData1, reverse=True, key=(lambda x:x['tm']))
weatherData21 = weatherData2[0]
weatherData22 = weatherData2[1]
weatherValues21 = cWeatherValues(weatherData21)
weatherValues22 = cWeatherValues(weatherData22)
print(weatherValues21.tm, ", ", weatherValues22.tm)
반응형
'SWDesk > App' 카테고리의 다른 글
[Python] DB에서 데이터 불러오기 (0) | 2020.10.24 |
---|---|
[Python] OpenAPI05-3, DB 중복 데이터 제거 (0) | 2020.10.23 |
[Python] 중복 데이터 제거하기 (0) | 2020.10.18 |
Python, 날씨, 해양 기상, 전력 데이터 수집 (0) | 2020.10.10 |
Python, Collecting Weather Data (0) | 2020.10.09 |
반응형
250x250
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
링크
TAG
- 치매
- image
- Hurdles
- 아두이노
- 오블완
- 배프
- 심심풀이
- arduino
- 전류
- 허들
- 전압전류모니터링
- badp
- 둎
- BSC
- 혁신과허들
- Innovations&Hurdles
- 티스토리챌린지
- 전압
- 심심풀이치매방지기
- Innovation&Hurdles
- Innovations
- ServantClock
- DYOV
- 혁신
- Video
- 빌리언트
- bilient
- 절연형
- 치매방지
- Decorator
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 | 31 |
글 보관함