GithubHelp home page GithubHelp logo

isitright's Introduction

여기 어때? - Is It Right

.Net 5.0, 서울시 생활인구 기반 데이터 분석 라이브러리

  • 한국어 (이 문서)

개요

서울시 열린데이터 광장서울 생활인구를 활용한 행정동 별로 특정 조건에 알맞게 원하는 데이터를 검색 및 추출하여 Excel 형식으로 저장 및 피벗 차트 생성을 해주는 라이브러리 입니다.

환경 구성

아래와 같은 요구사항을 만족해야 사용이 가능합니다.

  • .Net 5.0을 지원하는 시스템 및 .Net 5.0 SDK가 설치된 시스템
  • Microsoft Office 제품군 중 Excel이 설치된 시스템

결과 예시

  • 서울시 역삼 1동의 2021년 6월 1일4일 7시20시 까지의 남여 20-34세 생활인구 데이터

사용법

직접 빌드하여 사용

가장 최신의 릴리즈를 받아 직접 .Net 5.0 환경에서 빌드하여 사용하실수 있습니다.

사전 컴파일 된 바이너리 사용

최신의 릴리즈에서 바이너리 파일들을 통해 사전 컴파일된 바이너리를 참조시켜 사용이 가능합니다.

GUI 어플리케이션 바로 사용 (일반 사용자)


이미 샘플 제공 및 릴리즈 되어 있는 GUI 기반의 Windows 어플리케이션 사용이 가능합니다. 이는 별도의 GUI 문서를 참고해 주십시오.

도큐멘트

별도의 도큐멘트는 존재하지 않으며 클래스 내 Summary 활용하여 어떤 기능인지 알 수 있습니다.

사용법에 대한 예제는 동봉된 IsItRight-Sample-Console에서 확인 가능합니다.

using IsItRight;

class Program{
    static void Main(string[] args){
        DataAnalytisc dataAnalytisc = new DataAnalytisc((string) API키, (int) 행정동 코드);
    }
}

위 코드를 통해 가장 기본적인 C# 기반의 어플리케이션 사용이 가능 합니다.

라이브러리

isitright's People

Contributors

icaros7 avatar

Stargazers

 avatar

Watchers

 avatar

isitright's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.