Giter Site home page Giter Site logo

group061's Introduction

This is your group repo for your final project for COGS108.

This repository is private, and is only visible to the course instructors and your group mates; it is not visible to anyone else.

This repository will be frozen on the due date: 11:59pm on Tuesday, June 13th. No further changes can be made after that time.

Your final project will be graded based solely on a project notebook.

Make sure you have a notebook called 'FinalProject.ipynb' present in this repository by the due date.

Workflow for Pushing Changes

After completing changes IN YOUR BRANCH:

  • Add and commit all relevant files

Update your branch to have the new master changes:

  • git checkout [YOUR BRANCH]
  • git merge master
  • fix any merge conflicts
  • test to make sure nothing broke

Squash your commits:

  • git rebase -i HEAD~[NUMBER OF COMMITS] OR git rebase -i [SHA HASH OF FIRST COMMIT]

Push to master

  • git checkout master
  • git merge [YOUR BRANCH]
  • git push

group061's People

Contributors

apesek avatar enagola avatar ishaanshrivastav avatar parkerjiang avatar ramitgoolry avatar voytek avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

group061's Issues

Geocoding takes forever

Geocoding addresses takes forever, API calls are time-inefficient.

Proposed Solution

Make another file where you do all the geocoding and store its result in a csv/json to have easy access to.

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.