日本語のREADMEはこちらです: README.ja.md
A web application for visualizing people flow sensor data. This project utilizes the PUSH Open Data platform to fetch and display real-time and historical sensor information.
- Interactive Charts: Visualize people flow data by sensor location with daily and hourly aggregations.
- Date Range Filtering: Select a custom date range to analyze historical trends.
- Demographic Data: The AICAM demo provides a breakdown of people flow by gender and age group.
- CSV Export: Download the raw data for your selected time range and location for offline analysis.
This project is a static web application built with HTML and JavaScript, hosted on GitHub Pages.
- Live data for the current day is fetched directly from the MixSoda API.
- Historical data is served from CSV files stored within the repository's
/datadirectory. - A scheduled GitHub Action runs daily to back up the latest data, ensuring a comprehensive historical record.
No installation is required. Simply open one of the demo websites in your browser.
- Select an area and a specific sensor location from the dropdown menus.
- Use the date pickers to define the time range for the data you want to view.
- The charts will automatically update to reflect your selection.
- Click the "CSV download" button to export the currently displayed data.
MIT License