Skip to content

code4fukui/fdma_go_jp

Repository files navigation

Emergency Transport Difficulty Data (FDMA Japan)

日本語のREADMEはこちらです: README.ja.md

This repository provides CSV-formatted open data on "emergency transport difficulty cases" in Japan during the COVID-19 pandemic. The data is sourced from the Fire and Disaster Management Agency (FDMA) of the Ministry of Internal Affairs and Communications.

The original Excel data is automatically downloaded and converted into multiple, user-friendly CSV formats.

Live Demos

Data Files

The data is processed into three levels of granularity, available via the following static URLs:

Definition: "Emergency transport difficulty cases" are incidents where an emergency squad had to make 4 or more hospital referrals and the on-scene time was 30 minutes or more, as reported by each fire department to the FDMA.

Automated Workflow

The data is kept current using Deno scripts. To run the update process locally:

  1. Download Source Data
    Fetches the latest coronavirus_data.xlsx file from the FDMA website.

    deno run --allow-net download.js
  2. Process and Convert to CSV
    Reads the downloaded Excel file, cleans the data, and generates the three CSV files.

    deno run --allow-read --allow-write make.js
  3. Update Repository (For Maintainers)
    Commits and pushes the updated data files to the GitHub repository.

    ./gitpush.sh

Data Sources & Attribution

License

MIT License

About

総務省消防庁オープンデータのCSV化

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors