FTP 테스트 프로그램 from ftplib import FTP import os # FTPTest02 FTPADDRESS = .... FTPUSER = .... FTPPASSWORD = .... def get_list_ftp(ftp, cwd, files=[], directories=[]): data = [] ftp.cwd(cwd) ftp.dir(data.append) for item in data: pos = item.rfind(' ') print('[item]', item) item_ = item.split(" ") for item_2 in item_: name = cwd + item_2 if item.startswith("d"): directories.append(name) get_list_ftp(..
1. 파일에서 데이터를 읽어서 Dict 형태로 불러오기 2. 전처리를 위해 빈 데이터 채우기 3. 특정 항목별로 값 배열 만들기(class, array 활용) 4. 특정 범위(일정 기간 등) 값에 대한 최대값, 최소값, 평균, 표준편차 등을 계산 def Test14(weatherStation1): filename = "E:/tttt/"+weatherStation1['StationCode']+"_AllData01.csv" file1 = open(filename, 'r') keyLine = file1.readline() keys1 = keyLine.split(",") keyNumber = len(keys1) dataList = [] while(True): valueLine = file1.readline() ..
def Test12(weatherStation1): #weatherStation1 = WeatherStationList[0] print(weatherStation1) startTime = theBeginning endTime = startTime + timedelta(days=30) startTimeString = startTime.strftime('%Y-%m-%d') endTimeString = endTime.strftime('%Y-%m-%d') isFileCreated = False dataLength = 0 while(True): weatherData1 = LoadWeatherDatas(weatherStation1['StationCode'], startTimeString, endTimeString)..
보호되어 있는 글입니다.
소스 : OpenAPI06_1 def Test01(): weatherStation1 = WeatherStationList[0] print(weatherStation1) 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) print(weatherData1)
보호되어 있는 글입니다.
소스 : 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=..
보호되어 있는 글입니다.
보호되어 있는 글입니다.
보호되어 있는 글입니다.
- Total
- Today
- Yesterday
- image
- 전압전류모니터링
- 둎
- DYOV
- 혁신
- badp
- 오블완
- arduino
- 티스토리챌린지
- ServantClock
- 심심풀이치매방지기
- 전류
- 심심풀이
- Innovations
- 절연형
- Innovation&Hurdles
- Hurdles
- 혁신과허들
- 치매방지
- Decorator
- Video
- bilient
- 전압
- 배프
- 허들
- 치매
- 아두이노
- BSC
- Innovations&Hurdles
- 빌리언트
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |