Giter Site home page Giter Site logo

roboticsmap's Introduction

RoboticsMap

This was a small project to automatically create a map of all of the teams attending the competition event at my high school. Part of the promotion of the event was to emphasize how big the event was and how people were coming from all over New England. With 40 Teams however this would be a challenge manually.

How It Works

The map is created in four distinct steps.

  1. The data on teams coming to the event is downloaded off of TheBlueAlliance in the backend with python. This was an expensive operation that both took a lot of bandwidth on my computer and would take a lot of networking resources if done by the client every page load. Because of this, this step is done only once.
  2. Team addresses are turned into latitude and longitude coordinates to use in Google Maps. This is done with Google's geocoding service with Maps.
  3. These two pieces of data are stored together on every team in a generated JavaScript file.
  4. JavaScript code reads this team data and creates a dynamic Google Map.

Gallery

Here are some screenshots that I was able to grab. I don't want to publish my Google Maps application key online so I cannot host a live demo.

The program in the backend with take all of the latitude and longitude coordinates to determine the total bounding box of all the markers. Zoomed Out

The map is interactive and has custom graphics to show where the event is taking place (the star). Zoomed In

Each of the markers that shows where teams come from also display information such as their motto, their website, and their dates of establishment. Team Selected

roboticsmap's People

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.