Skip to content

hack4reno2013/housemind

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Housemind

Let's mine the Washoe County assessor data!

Build

Copy the example_settings.py to settings.py and adjust the database connection strings for whatever database install you want to use.

To generate the CSV files from the assessor data, run the command convert_to_csv.py in the python/ directory. No dependencies are needed.

python convert_to_csv.py Property.txt

Sample JSON files can be also generated using convert_to_json.py. It takes an optional limit argument to output a specific number of items. No dependencies are needed.

python convert_to_json.py Property.txt

python convert_to_json.py Property.txt 20

To run the build script, there must be a PostGres installation and the following python dependencies must be installed:

  • SQLAlchemy==0.8.2

To build, run these scripts in the schema dir (or use the build file!):

python build.py
python load.py <path to .csv data>
python flatten.py <path to support data>
python latlong.py <path to address file>

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages