• 제목/요약/키워드: Open API(Application Programming Interface)

검색결과 49건 처리시간 0.023초

공간정보 오픈플랫폼 설계를 위한 2D Web Mapping Open API 비교 연구 (The Comparative Research On 2D Web Mapping Open API for Designing Geo-Spatial Open Platform)

  • 최원근;김민수;장인성;장윤섭
    • Spatial Information Research
    • /
    • 제22권5호
    • /
    • pp.87-98
    • /
    • 2014
  • Google 지도는 AJAX(Asynchronous JavaScript and XML) 기술을 이용하여 Web-GIS의 반응 속도를 크게 변화시켰다. 또한 Google은 Open API(Application Programming Interface)인 Google Maps API를 공개하여 기존의 SDK(Software Development Kit)와 ASP(Application Service Provider)가 주도하던 지도 시장에 Open API라는 패러다임의 변화를 가져왔다. 이후, 많은 정부와 기업과 오픈소스 진영에서 비슷한 방식의 Open API를 내놓았으며 Web-GIS 시장을 키워왔다. 또한 HTML5 표준에 대한 최신 웹브라우저의 적극적인 표준 구현으로 인해 웹지도는 단순한 웹페이지가 아닌 하나의 웹어플리케이션으로 진화하여 속도와 성능향상을 이루었다. 하지만 많은 공간정보 2D Open API들이 나왔지만 국내의 API에 대한 현실적인 비교분석은 잘 이루어지지 않은 실정이다. 따라서 본 논문에서는 먼저 공간정보 2D Open API를 이루고 있는 구성요소들을 살펴보고, 각각의 API들이 어떠한 기능들을 얼마만큼 지원하는지를 살펴보고자 한다. 또한 각 API 별로 기능적인 특징과 서비스적인 특징들을 살펴보고 비교분석을 수행하고자 한다. 끝으로, 공간정보 2D Open API의 서비스 사례들을 살펴보고 앞으로의 발전 방향에 대해 제시하고자 한다.

A Study on Optimizing User-Centered Disaster and Safety Information Application Service

  • Gaeun Kim;Byungjoo Park
    • International journal of advanced smart convergence
    • /
    • 제12권4호
    • /
    • pp.35-43
    • /
    • 2023
  • This paper emphasizes that information received in disaster situations can lead to disparities in the effectiveness of communication, potentially causing damage. As a result, there is a growing demand for disaster and safety information among citizens. A user-centered disaster and safety information application service is designed to address the rapid dissemination of disaster and safety-related information, bridge information gaps, and alleviate anxiety. Through the Open API (Open Application Programming Interface), we can obtain clear information about the weather, air quality, and guidelines for disaster-related actions. Using chatbots, we can provide users with information and support decision-making based on their queries and choices, utilizing cloud APIs, public data portal open APIs, and solution knowledge bases. Additionally, through Mashup techniques with the Google Maps API and Twitter API, we can extract various disaster-related information, such as the time and location of disaster occurrences, update this information in the disaster database, and share it with users.

A Study on Comparison of Open Application Programming Interface of Securities Companies Supporting Python

  • Ryu, Gui Yeol
    • International journal of advanced smart convergence
    • /
    • 제10권1호
    • /
    • pp.97-104
    • /
    • 2021
  • Securities and investment services had the most data per company on the average, and used the most data. Investors are increasingly demanding to invest through their own analysis methods. Therefore, securities and investment companies provide stock data to investors through open API. The data received using the open API is in text format. Python is effective and convenient for requesting and receiving text data. We investigate there are 22 major securities and investment companies in Korea and only 6 companies. Only Daishin Securities Co. supports Python officially. We compare how to receive stock data through open API using Python, and Python programming features. The open APIs for the study are Daishin Securities Co. and eBest Investment & Securities Co. Comparing the two APIs for receiving the current stock data, we find the main two differences are the login method and the method of sending and receiving data. As for the login method, CYBOS plus has login information, but xingAPI does not have. As for the method of sending and receiving data, Cybos Plus sends and receives data by calling the request method, and the reply method. xingAPI sends and receives data in the form of an event. Therefore, the number of xingAPI codes is more than that of CYBOS plus. And we find that CYBOS plus executes a loop statement by lists and tuple, dictionary, and CYBOS plus supports the basic commands provided by Python.

모바일 벡터 그래픽 가속기 설계를 위한 OpenVG API 구현 (Implementation of OpenVG API for Mobile Vector Graphics Accelerator)

  • 김영옥;노영섭;오삼권
    • 한국컴퓨터정보학회:학술대회논문집
    • /
    • 한국컴퓨터정보학회 2008년도 제38차 하계학술발표논문집 16권1호
    • /
    • pp.251-255
    • /
    • 2008
  • 최근 모바일 시스템의 성능이 향상되면서 다양한 형태의 동적인 메뉴 구성과, 메일 및 이차원 지도 등의 표현에 벡터 그래픽을 도입하고 있다. 모바일 기기에서 사용되는 벡터 그래픽 처리 기술은 Flash Lite, SVG(Scalable Vector Graphics)등이 널리 사용되고 있는데 두 가지 모두 소프트웨어 방식으로 사용되고 있다. 매크로미디어사의 Flash Lite는 연산에 많은 메모리를 필요로 하고, SVG는 웹 표준에 맞춘 스크립트 해석 기반으로 구동 속도가 느리다. 모바일 컴퓨팅 환경에서 벡터 그래픽스에 대한 필요성과 사용빈도가 증가함에 따라 메모리를 적게 사용하고 하드웨어 가속기를 지원 할 수 있도록 저 수준의 API(Application Programming Interface)인 OpenVG 1.0을 크로노스 그룹(Khronos Group)에서 제정하였다. 본 논문은 모바일 사용 환경에 맞추어 사용될 수 있도록 OpenVG 1.0에 기반한 API를 구현하고 실험하였다. 구현된 API는 느린 소프트웨어의 한계를 벗어나기 위해 하드웨어 가속기 설계에 적합하도록 각각의 API 블록 및 형태를 하드웨어 파이프라인 형태의 관점에서 설계하였고, 구현된 API를 윈도우즈 환경에서 기능을 검증하였다.

  • PDF

시맨틱 기반의 Open API 정보제공을 위한 시맨틱 어노테이션 기법 연구 (A Study on Semantic Annotation Scheme for Providing Open API information Based Semantic)

  • 김상일;김화성
    • 한국정보과학회:학술대회논문집
    • /
    • 한국정보과학회 2011년도 한국컴퓨터종합학술대회논문집 Vol.38 No.1(B)
    • /
    • pp.175-176
    • /
    • 2011
  • 웹 서비스는 최근 급속한 발전과 함께 기존의 단절적이고 폐쇄적인 서비스에서 벗어나 정보를 개방하고 공유할 수 있는 웹 2.0 시대로 발전하고 있다. 또한 스마트 폰과 같은 휴대용 단말기의 빠른 보급과 함께 웹 서비스는 고정된 장소에서뿐만 아니라 이동 환경 등 다양한 장소에서 사용될 수 있어 웹 서비스에 대한 관심이 더욱 고조되고 있다. 이러한 웹 서비스는 Open API(Application Programming Interface)를 이용한 형태로 제공된다. 따라서 수집한 Open API 정보를 빠르고 쉽게 사용하려면 사용자에게 필요한 정보만을 제공할 수 있는 기술이 필요하다. 본 논문에서는 국외의 타겟 사이트에서 획득한 Open API 데이터를 기반으로 데이터 마이닝을 통한 Open API정보의 시맨틱 어노테이션에 대한 연구를 수행하였다.

통신 기반 날씨정보 표현 상자 (Communication-based Weather Information Display Box)

  • 하동원;신준현;황상규;진태석
    • 한국정보통신학회:학술대회논문집
    • /
    • 한국정보통신학회 2017년도 춘계학술대회
    • /
    • pp.456-458
    • /
    • 2017
  • 본 캡스톤디자인에서는 웹 API(Application Programming Interface)를 이용한 날씨 정보를 웹으로부터 얻어와 그 정보를 토대로 사용자가 보다 편리하고 직관적으로 날씨정보를 습득할 수 있는 실감형 날씨 디스플레이를 제작하였다. 이것을 구현하기 위하여 날씨정보를 제공하는 공개 API를 통해 지역에 따른 날씨정보 데이터를 얻어온다. 이 데이터를 토대로 LED와 수중펌프, 가습기 모듈의 조합으로써 비, 안개, 천둥, 흐림, 화창함 등의 날씨를 구현하였다. 와이파이 통해 다양한 지역의 날씨정보를 얻을 수 있고 한 번의 날씨정보 표현 루틴 이후에 데이터를 다시 받아옴으로써 실시간적인 날씨정보를 얻을 수 있다. 와이파이뿐만 아니라 블루투스 통신으로도 날씨의 표현을 가능하게 하여 사용자가 원하는 날씨 효과를 연출 가능할 수 있는 기본 성능을 테스트 하였다.

  • PDF

구글어스와 공간데이터베이스를 이용한 웹기반 지리정보 표출시스템 개발 (Development of a Web-based Geovisualization System using Google Earth and Spatial DBMS)

  • 임우혁;이양원;서용철
    • Spatial Information Research
    • /
    • 제18권4호
    • /
    • pp.141-149
    • /
    • 2010
  • 최근 웹 GIS에 있어 큰 흐름 중의 하나는 오픈소스 소프트웨어 (Free and Open Source Software: FOSS)를 이용한 시스템 구축이다. 지리정보를 웹에서 처리하는데 있어서 오픈소스 소프트웨어의 등장은 기존 상용소프트웨어의 기술에 의존하지 않으면서, 구현모듈의 재사용과 시스템 확장성을 증대시키고 있다. 본 연구에서는 오픈소스 공간데이터베이스인 PostgreSQL/PostGIS와 동적상호작용을 지원하는 구글어스를 이용하여 지리정보의 효율적인 사각화를 위한 웹기반의 지리정보 표출시스템을 설계 및 구현하였다. 본 시스템의 지도 시각화는 구글어스 플러그인 및 API(application programming interface)를 이용하여 구현하였으며, 사용자의 요구에 따라 동적으로 데이터를 KML(Keyhole Markup Language)로 자동 생성하여 구글어스 상에 다양한 지리적 형태로 시각화 할 수 있는 자바 모듈(KML Generator)을 구현하였다. 프로토타입 시스템은 우리나라의 LAI(leaf area index), 임상도 및 정곡생산량 데이터를 이용하여 테스트되었으며 본 연구에서 설계 및 구현된 웹기반의 지리정보 표출 시스템이 다양한 지리공간데이터의 시각화에 적용될 수 있는 가능성을 제시하였다.

데이터 기반 경영을 위한 국가R&D API관리시스템의 운영 데이터 활용 가능성 탐색 (Exploring the Possibilities of Operation Data Use for Data-Driven Management in National R&D API Management System)

  • 나혜인;이준영;이병희;최광남
    • 한국콘텐츠학회논문지
    • /
    • 제20권4호
    • /
    • pp.14-24
    • /
    • 2020
  • 본 논문은 최근 세계적인 데이터 개방·공유 정책에 따라 국가R&D 데이터 기반 경영을 위한 효율적인 국가R&D API(Application Programming Interface) 관리시스템 구축과 운영 데이터 활용 가능성 탐색을 목적으로 한다. 국가R&D 데이터 개방·공유 추세에 따라 국가R&D API 서비스의 운영 데이터 분석을 통해 경영효율화 방안을 마련한다. 이를 위해 기존에 개별적으로 배포하던 국가R&D API에 대해 파라미터를 표준화하고 개별 API들을 통합하여 국가R&통합API 관리시스템을 구축한다. 국가R&D API의 서비스 호출 트래픽을 보면 측정을 시작한 2015년 대비 2019년까지 554.5%의 큰 성장세를 이루고 있다. 이에 따라 본 논문은 국가R&D통합API 관리시스템의 실제 운영에 있어서 서비스 운영관리 데이터 기반의 데이터 준비, 분석, 예측을 통해 운영 데이터 활용 가능성을 탐색한다.

Khronos OpenVG 1.0 벡터 그래픽 표준 API 구현 (Implementation of Khronos OpenVG 1.0 Standard for Vector Graphics)

  • 이환용;이준영;오애경;성현찬;박기현
    • 한국컴퓨터그래픽스학회논문지
    • /
    • 제12권3호
    • /
    • pp.7-11
    • /
    • 2006
  • 최근 임베디드 환경에서 2차인 Vector Graphics에 대한 요구는 크게 증가하고 있으며, Flash Lite, SVG등의 응용이 이미 널리 사용되고 있다. 반면 이러한 응용을 지원하기 위한 API의 표준은 전무한 실정이었다. OpenVG 1.0은 임베디드 시스템을 위한 미디어 표준 제정 기관인 Khronos Group에서 제정한 2차원 벡터 그래픽스를 위한 API (Application Programming Interface)로 2005년 8월 발표되었다. 본 논문에서는 OpenVG 표준에 대해 간략히 소개하고 (주)휴원에서 세계최초로 상용화 개발에 성공한 AlexVG Engine의 개발과정과 결과에 대하여 설명한다.

  • PDF

실시간 제어에 의한 개방형 CNC 소프트웨어 모듈의 설계 및 구현 (The Design and Implementation of Open Architecture CNC Software Module by a Real-time Control)

  • 이제필
    • 한국생산제조학회지
    • /
    • 제8권5호
    • /
    • pp.54-62
    • /
    • 1999
  • This paper describes the design and implementation of a PC(personal computer) based open architecture machine tool controller. The hardware of open architecture CNC has generally a motion control board on a PC for controlling a servo motor. But this paper describes open architecture hardware that consists of a PC, a counter board a DAC board and a DIO board only. This makes it easy to generate CNC software module in a hardware-independent way. The proposed open architecture CNC software runs on the MS-Windows NT. The paper describes a method of con-trolling servo motors using a real-time timer of MS-Windows NT and a commercial real-time operating system on the MS-Windows. NT. An open and reconfigurable software module is made up of an object and an API(application programming interface). Using the object and the API a new CNC system can be quickly configured to control dif-ferent machine tools. The proposed open architecture CNC system is applied to 4-axis lettering center.

  • PDF