日本語のREADMEはこちらです: README.ja.md
A repository of open data related to Fukui Prefecture, Japan, featuring automatically updated population statistics and interactive visualizations.
This project collects data from various official sources, processes it into clean CSV format, and provides web-based demos to visualize the information.
The population data for Sabae and Tsuruga is automatically updated daily via a GitHub Action.
- Dataset:
sabae_population.csv - Demo App: Population Dashboard
- Live CSV: https://code4fukui.github.io/opendata_fukui/sabae_population.csv
- Source: 鯖江市の現在の人口 – めがねのまちさばえ 鯖江市
- Dataset:
tsuruga_population_statistics.csv - Demo App: Population Trend
- Source: 敦賀市オープンデータ 敦賀市-Tsuruga City-
- Demo App: Comparison Chart
- Dataset:
sabae_npo_act.csv - Live CSV: https://code4fukui.github.io/opendata_fukui/sabae_npo_act.csv
- Source: さばえNPOサポートリンク集他
- Dataset (Payments):
renewpay_payment_2022.csv - Dataset (Linked with Tourism Survey):
renewpay_payment_linked_2022.csv - Source: 株式会社ふくいのデジタル & ふくいドットコム 福井県観光データ分析システム FTAS
This repository uses a GitHub Actions workflow to keep population data current. The process runs daily and consists of the following steps:
- Fetch: Deno scripts download the latest population data (in XLS or CSV format) from the official websites for Sabae and Tsuruga.
- Process: The raw data is parsed, cleaned, and converted into a standardized CSV format.
- Commit: The updated CSV files are committed back to this repository.