Giter VIP home page Giter VIP logo

data61-capstone-2016's People

Contributors

rachelleclayton avatar treemeister avatar xordspar0 avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

data61-capstone-2016's Issues

Explore route quality visualizations

A route can be rated based on:

  • time
  • distance
  • convenience
  • toll price
  • ratings of tourist attractions
  • etc.

We need to find out how to represent each of these best. Which ones should be the same/similar/different?

Prepare a demo for the midterm presentation

Our demo should ideally:

  1. be able to export routes as KML.
  2. style routes based on a predefined rating of "good" or "bad".
  3. show mockup tweets in the placemark of some cities (click on the pin on the map to bring up the title, Tweet text, and image URL).
  4. get mockup tweet data and route rating from a CSV file that we make.

Most of the Flickr photos have "undefined" coordinates

If you look at the resulting KML file after adding the Flickr photos, only 1 or 2 of the 250 or so photos have latitude and longitude coordinates. I think there is a problem with the way I am doing the location API calls in dataSources.js. It might need to be paralellized somehow.

Import KML into Google map

The Google API for importing KML into a map only supports actual files that are accessible from the Web. Our code currently just makes the KML file in memory in the user's browser. We might have to write some server side code that could generate the KML file and serve it to Google.

Display KML in the embedded map in our app

Now that we won't be implementing our interface directly in NationalMap, we need our visualizations and styles to show up in our app. We will still have an export button that will allow the user to download a KML file that works with NationalMap and other map services.

Put project documents on the Github wiki

We are going to put the project specification, weekly report, and other project documents here on Github. We should put a link to the Github wiki on our Trac page so that the professor and TAs can find it. I asked Dr. Knudson and this is what he recommended.

Export routes as KML

This will allow us to import routes generated by any API (Google or Data61) into a variety of map services, including National Map.

The plan is to use the native DOM of Javascript to write a KML file that can be saved to disk and uploaded to the map service.

Link the side panel to the KML layers

The functionality behind the panel isn't implemented yet. The check boxes should be able to toggle the visibility of certain elements in the map.

Generate map points from data

We could use a downloaded data set from data.gov, data.gov.au, the sample data from Iman's project, etc.

This is the first step to getting data from social media.

Notify the user when KML file is ready to download

Either hide the link until it's ready, or make the delay time more dynamic (currently it is hard-coded to wait a few seconds to make sure the API calls come back).

Probably both of those would be good things to do.

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.