Skip to content

rsin46/property-prices

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

property-prices

Code for property price mapping using leaflet and python (Data sources not committed to GitHub)

Hosted on:

propertyprices.melbourne

propertyprices.sydney

by robusinsights.com.au

Using TopoJSON

Geo-JSON file from realestate-analysis.py will need to be converted to TopoJSON format to reduce size and provide useable load times

Install via NPM:

npm install -g topojson

Run following code to quantize and simplify Geo-JSON file:

geo2topo < input > output

topoquantize 1e5 < input > output

toposimplify -p 5e-8 (or 1e-8) < input > output

Rename output in data.js for use with HTML Leaflet script

About

Code for property price mapping using leaflet and python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published