Git Product home page Git Product logo

getaway-house's Introduction

Find a Getaway House

The goal of this project is to create an ETL pipeline (Extract, Transform, Load) that takes in a list of lakes in various US states and incrementally adds data about those lakes and the nearby homes for sale and filters everything down until we have a few candidate properties that are worth looking into.

Some filters we want to have for lakes

  • lake size between 50 and 1000 acres
  • lake can be natural or man-made (ie reservoir)
  • lake should be 1-6 hours drive from hometown

Some filters we want to have for the property

  • property should be "waterfront" or "lakefront", shouldn't be down the street or require driving/parking
  • property should have 3 or more bedrooms
  • property should be recently updated
  • property should be listed between $100k and $500k USD

Current Steps:

  1. Using the scripts directory, we start with copy/pasted value from wikipedia's list of lakes for Ohio in get_lakes.py.
  2. From there, we look up geocoding information to get lat/lon pairs for each lake based on the town name in geocode.py.
  3. Finally, we upload the CSV with the lat/lon pairs to a new Google My Map, for visual analysis here.

To Do:

  1. Take a closer look at the artificial Ohio lakes
  2. Add lists of lakes from nearby Pennsylvania, New York and Michigan
  3. Instead of visualizing the lakes on a map, look each lake up to get its driving distance from hometown via some API (which one?)
  4. Use the Zillow API to look up 3 bedroom properties in the area of each lake
  5. Filter properties based on "waterfront", recently updated, price, etc

getaway-house's People

Contributors

hartleybrody avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.