Skip to content

extendedppr/irish-property-analysis

Repository files navigation

Irish Property Analysis

A project focused on analyzing, and visualizing data from Ireland’s property market. It combines rental data from the Residential Tenancies Board (RTB) with scraped historical datasets from property platforms for sales, rentals, and shares.

Demo

This shows the results of poetry run get_property_details --county dublin --address-substr-csv 87,avenue

demo

Installation

poetry install

Downloading / Scraping Data

Historical Listing Data

poetry run download_listings

Supplementary Listing Data

poetry run download_ppr
poetry run download_school_data
poetry run download_bus_data

RTB data

Visit rtb-scraper and follow the scraping data steps.

Searching Properties

Run poetry run get_property_details --county dublin --address-substr-csv 87,avenue

usage: get_property_details [-h] [--address-substr-csv ADDRESS_SUBSTR_CSV] [--county COUNTY] [--all ALL]

Get all available details about an address

options:
  -h, --help            show this help message and exit
  --address-substr-csv ADDRESS_SUBSTR_CSV
                        CSV values of address substrings that must be within the found address (e.g. '13,dublin,grand canal')
  --county COUNTY       County to search in
  --all ALL             Don't truncate long strings

About

Analyse Irish housing data from historic listings / RTB data

Topics

Resources

License

Stars

Watchers

Forks

Languages