HOME > OPEN API > 해양관측부이 실측 유향 유속

해양관측부이 실측 유향 유속

  • 설명 해양관측부이에서 관측하는 유향 유속을 조회한다.
  • 분류 해수유동 > 해양관측
  • 요청주소 http://www.khoa.go.kr/api/oceangrid/DataType/search.do?ServiceKey=인증키&ObsCode=관측소 번호&Date=검색 기준 날짜&ResultType=json
  • 비고 본 자료는 1차 품질처리만 거친 자료며 데이터 수신중 부분결측, 수신중단, 자료이상 등의 이유로 데이터가 없을수 있습니다.

관측소 목록

※ 본 API를 제공하는 관측소목록을 조회할 수 있습니다 관측소 목록보기

요청변수

항목명(영문) 항목명(국문) 샘플데이터 비고
DataType 데이터 종류 tidalBu
ServiceKey 인증키 wldhxng34hkddbsgm81lwldhxng34hkddbsgm81l==
ObsCode 관측소 번호 TW_0069
Date 검색 기준 날짜 20160101 년월일
ResultType 결과타입 json, xml

출력결과

항목명(영문) 항목명(국문) 샘플데이터 비고
obs_post_id 고정 관측소 ID TW_0069
obs_post_name 고정 관측소 명 대천해수욕장
obs_lat 관측소 위도 36.27972
obs_lon 관측소 경도 126.45528
obs_time 관측시간 2016-01-01 00:00:00
current_speed 유속 45.0 cm/s
current_direct 유향 201 deg
obs_last_req_cnt 금일요청가능횟수 800/20000 남은요청수/할당요청수

사용예제

REST(URL)

응답메시지 ( JSON )

  • {
    "result" :{
    "meta": {
    "obs_post_id": "TW_0069",
    "obs_post_name": "대천해수욕장",
    "obs_lat": "36.27972",
    "obs_lon": "126.45528",
    "obs_last_req_cnt":"800/20000"
    },
    "data": [
    {
    "obs_time": "2016-01-01 00:00:00",
    "current_speed": "45.0",
    "current_direct": "201"
    },
    {
    "obs_time": "2016-01-01 00:05:00",
    "current_speed": "46.4"
    ""current_direct": "202"
    },
    {
    "obs_time": "2016-01-01 00:10:00",
    "current_speed": "45.7",
    "current_direct": "202"
    }
    ]
    }
    }