Difference between revisions of "Accessibility Map LOG"

From ESE205 Wiki
Jump to navigation Jump to search
Line 35: Line 35:
  
 
'''Sunday 2/25:''' Noah created a program in python to figure out distance between two coordinates. It took around 30 minutes.
 
'''Sunday 2/25:''' Noah created a program in python to figure out distance between two coordinates. It took around 30 minutes.
 +
 +
 +
Hannah completed the python assignment listed below in goals (2.5 hours)
 +
  
 
'''Monday 2/26:''' Noah created a program that sorts the distances between coordinates in order. It took around 2 hours.
 
'''Monday 2/26:''' Noah created a program that sorts the distances between coordinates in order. It took around 2 hours.
 +
 +
 +
'''Tuesday 2/27:'''  Hannah, Zahra and Noah met with  William Winston, an arGIS specialist on campus. We discussed the best possible programs and have scheduled another meeting for Friday afternoon.
 +
 +
 +
  
 
==Current Goals==
 
==Current Goals==

Revision as of 04:05, 28 February 2018

Week of January 29

Wednesday: group met from 2-4 and discussed challenges of the project. We researched what exactly we will use to build the device as well as worked on the Gantt chart.

Week of February 5

Sunday 2/4: Hannah spent 1 hour downloading and learning more about the Python program.

Goals:

  • What to put into the algorithm
  • Getting GIS to work
  • Getting GIS to work
  • QGIS download
  • Read more info

Download Pycharm + QGIS

Monday 2/5: Hannah spent 1 hour creating powerpoint presentation for class presentation.

Wednesday 2/7: Group met for one hour adding to wiki page and project proposal

Week of February 12

Tuesday 2/13: Wiki page was updated to include TA, Gantt Chart and a longer description of the project. The presentation was also worked on for the class.

Wednesday 2/14: Today we hashed out our GANTT chart, in addition to making additions to our longterm goals. We updated our wiki, and have goals for next week to present our proposal, become adept in python and gather the data of distances.

Wednesday 2/16: Presented project proposal to class.

Week of February 19

Sunday 2/18: Watched multiple python tutorial videos. Most helpful links is below.

https://www.youtube.com/watch?v=N4mEzFDjqtA

Week of February 26

Sunday 2/25: Noah created a program in python to figure out distance between two coordinates. It took around 30 minutes.


Hannah completed the python assignment listed below in goals (2.5 hours)


Monday 2/26: Noah created a program that sorts the distances between coordinates in order. It took around 2 hours.


Tuesday 2/27: Hannah, Zahra and Noah met with William Winston, an arGIS specialist on campus. We discussed the best possible programs and have scheduled another meeting for Friday afternoon.



Current Goals

Python Skills:

Given two points, calculates distance between the two (2d coordinates)

Program, given n points, gives distance between all points in sorted order


arcGIS :

Be able to load up Python environment and get points from a layer (list of points)


Link to main project page