{"id":49509388,"url":"https://github.com/com-480-data-visualization/est-property-prices","last_synced_at":"2026-05-01T18:34:34.481Z","repository":{"id":281511029,"uuid":"945494409","full_name":"com-480-data-visualization/est-property-prices","owner":"com-480-data-visualization","description":"Project for the course COM-480 Data Visualization Course @ EPFL, Spring Semester 2025","archived":false,"fork":false,"pushed_at":"2025-05-24T13:22:43.000Z","size":18840,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-24T14:43:25.725Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Jupyter Notebook","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/com-480-data-visualization.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-03-09T15:01:28.000Z","updated_at":"2025-05-24T13:22:46.000Z","dependencies_parsed_at":"2025-03-28T09:27:28.947Z","dependency_job_id":"c6bb1a87-c923-41aa-8549-20ac471b5df5","html_url":"https://github.com/com-480-data-visualization/est-property-prices","commit_stats":null,"previous_names":["jankokla/est-property-prices","com-480-data-visualization/est-property-prices"],"tags_count":0,"template":false,"template_full_name":"com-480-data-visualization/com-480-project-template","purl":"pkg:github/com-480-data-visualization/est-property-prices","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/com-480-data-visualization%2Fest-property-prices","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/com-480-data-visualization%2Fest-property-prices/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/com-480-data-visualization%2Fest-property-prices/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/com-480-data-visualization%2Fest-property-prices/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/com-480-data-visualization","download_url":"https://codeload.github.com/com-480-data-visualization/est-property-prices/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/com-480-data-visualization%2Fest-property-prices/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32508905,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-30T13:12:12.517Z","status":"online","status_checked_at":"2026-05-01T02:00:05.856Z","response_time":64,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-05-01T18:34:33.838Z","updated_at":"2026-05-01T18:34:34.464Z","avatar_url":"https://github.com/com-480-data-visualization.png","language":"Jupyter Notebook","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🇪🇪 Estonia - Property Prices\nYou can find our marvelous website [here](https://suvariik.eu/).\n\n### Resources for Milestone 3\n[Video presentation](https://github.com/user-attachments/assets/da3531f9-d823-4503-84ce-15d61acb3707) • [Process book](/docs/process_book.pdf)\n\n\n## 💡 The project\n\nIn this project, we aim to show the **property prices** evolution across **time and space** in Estonia. We believe that the trends provide **critical insights** into the country's economy, wealth distribution, and urban development. Our goal is to present these insights through **intuitive and visually compelling dashboards** that make complex data easy to understand.\n\n### The objectives\n\nOur project has three key goals:  \n\n- Make real estate data accessible to the Estonian population and empower citizens  \n\n- Create meaningful visualizations for policymakers \n\n- Our methodology and visualisations could be envisoned for any other country, giving it a broad dimension\n \n\n### The data\n\nWe selected a dataset provided by the **Estonian Government**: [Estonian Real Estate Transactions](https://www.maaamet.ee/kinnisvara/htraru/FilterUI.aspx).  \nWe refer you to [Milestone 1](/docs/milestone_1.md) and [Milestone 2](/docs/milestone_2.md) for more information about data quality and preprocessing. \n\n## ⚙️ The technical setup\n### Running the app locally\nThe website requires Node.js to run. Instructions for installing Node on your specific operating system can be found here: [https://nodejs.org/en/download](https://nodejs.org/en/download)\n\nClone the repository\n```bash\ngit clone https://github.com/com-480-data-visualization/est-property-prices.git\n```\n\nNavigate to the app directory and install Node dependencies\n```bash\ncd app/\nnpm install\n```\n\nLaunch the web server with:\n```bash\nnode app.js\n```\n\nThe website should become available at http://localhost:3000\n\n### The website structure\nThe website is built using two main pages.\n- the **Landing Page**: serves as the entry point for users to explore national temporal and spatial trends in real estate prices.\n- the **County-specific dashboards**: provide a more granular view of real estate data, offering multiple visualizations and statistics.\n\nWe refer you to [Milestone 2](/docs/milestone_2.md) for more information about each visualisation.  \n\n\n\n### The repository\n\nThe repository is built as follows:\n```\n├─── app   \n        ├─── public                                      \n                ├─── data                 JSON data files\n                ├─── js                   Visualizations and scripts\n                ├─── views                Handlebars templates\n        ├─── app.js                       Main application entry point                \n├─── docs                                 Previous milestones\n├─── notebooks                            Data analysis notebooks\n```\n\n\n\n## Previous milestones\n\n[Milestone 1](/docs/milestone_1.md) • [Milestone 2](/docs/milestone_2.md)\n\n## 🤝 Authors\n\n| Student's name             | SCIPER |\n| -------------------------- | ------ |\n| Jan Kokla                  | 367628 |\n| Mahlia Merville-Hipeau     | 345625 |\n| Siim Markus Marvet         | 377510 |\n\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcom-480-data-visualization%2Fest-property-prices","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcom-480-data-visualization%2Fest-property-prices","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcom-480-data-visualization%2Fest-property-prices/lists"}