/scot_property_info

CLI for accessing property information for addresses in Scotland

Primary LanguageRust

scot_property_info

Aim

I'd like to have a way to be able to access all publicly available information about a property, given its address or postcode.

Progress

  • Initial repo creation
  • Define interfaces
  • Create CLI
  • Add SIMD data from SIMD provided spreadsheets
  • Add a geolocation provider to convert between addresses, postcodes etc. (OSM?)
  • Query the SAA for council tax info (https://www.saa.gov.uk/)
  • Allow for non-postcode queries
  • Get market info for the location (https://scotlis.ros.gov.uk/)
  • Format the info from the above providers
  • Improve SIMD data to give more info about each part of the score
  • Create browser extension using WASM