Git Product home page Git Product logo

covid-opendata-bulgaria's Introduction

covid-opendata-bulgaria

open data aggregate about COVID-19 pandemic in Bulgaria

Всекидневна информация ще бъде качвана тук.
Събирането на броят случаи по градове става автоматично на 30 минути.

Събира се информация за:



API endpoints

На това репо в /data има 3 файла, които се генерират автоматично през 30 минути:

  • /data/historical_data.json - пълен JSON със случаите по дати и региони
  • /data/latest_data.json - кратък JSON с новите случаи за деня по региони и summary за всички до този момент
  • /data/last_update.json - timestamp на последно обновяване на репото (случва се само при промени)



Примерен резултат от /data/latest_data.json:

{
  "date": "06-04-2020",            // DD-MM-YYYY формат
  "data": [                        // array
    {
      "name": "Sofia City",        // Име на областта
      "total_cases": 10            // Брой случаи за деня
    }
  ],
  "confirmed_cases_new": 10,       // Потвърдени нови случаи за деня
  "confirmed_cases_total": 541,    // Тотал потвърдени случаи до момента
  "deaths_new": 1,                 // Брой смъртни случаи за деня
  "deaths_total": 21,              // Тотал смъртни случаи до момента
  "recoveries_new": 2,             // Брой възстановени за деня
  "recoveries_total": 39,          // Тотал възстановени до момента
  "active_cases_total": 481,       // Активни случаи в момента
  "active_cases_icu": 22,          // Активни хоспитализирани случаи (критични)
  "active_cases_hospitalized": 210 // Активни хоспитализирани случаи (тотал)
}

/data/historical_data.json е в същият формат, но под формата на лист. За разлика от /data/latest_data.json там има и области с total_cases: 0 за деня. Това е с цел да има списък от всички засегнати градове (т.е. точно както е в таблицата от Wikipedia). Нулевите резултати са филтрирани за /data/latest_data.json

Източник на информацията: https://en.wikipedia.org/wiki/Template:2019%E2%80%9320_coronavirus_pandemic_data/Bulgaria_medical_cases


To be updated...

#stayhome

covid-opendata-bulgaria's People

Contributors

dependabot[bot] avatar snify avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

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.