ootz0rz / homejoy-interview-project

Mini Project for Homejoy Interview

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

homejoy-interview-project

Mini Project for Homejoy Interview

Given

  • zipjoy.py (more or less still in-tact)

Tasks

  1. Read in .SHP file.
    • Given a straight line between two points, return all intersecting zip codes along that line
    • Write tests
  2. Use google maps to make a visual UI for this, highlighting all intersecting zipcodes on the map
  3. Change the line to use google's navigation API between the two points. Show all intersecting zipcodes along this path.
  4. Extract only the California zipcodes, export into a geoJSON file. Use this for the google maps UI.

About

Mini Project for Homejoy Interview


Languages

Language:Python 75.6%Language:CSS 22.9%Language:JavaScript 1.5%