hughsturrock / tanzania_residential_predictor / 0.1.3
README.md
Overview
Demostration of algorithm to predict whether user provided building footprint data for buidings in Tanzania are residential (1) or not (0)
Applicable Scenarios and Problems
For users with geojson of building footprints in Tanzania only
Usage
Input
Polygons of building footprints in geojson format. Currently only supports up to 1000 buildings (for demo purposes).
Output
vector of 1's and 0's
Examples
See examples on the 'Run' tab