Skip to content

pratt-savi-810/pratt-savi-810-2020-03-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pratt SAVI - Python for Geospatial - Final Project

Due 5/11 Monday, Presentation 5/6 Wednesday

Your final project is the only thing you'll be evaluated on.

  1. Code Successfully Runs (33.3%)

    • Self contained-can run on course instructor(s) machine, either provide download links or auto-download. (Entire 33.3% of this portion of the code.)
    • Screen recording of code in action, either Recordit.app or to YouTube.
    • If your code does not run, you'll have 1 week from Instructor testing to refactor/repair.
  2. Code Readability (33.3%)

    • No PEP-8 issues (when PyCharm shows red or yellow warnings) (11.1%)
      • Exceptions being for arcpy.mapping, arcpy.search, arcpy.da, etc.
    • Functional def some_function() rather than linear scripting (11.1%)
    • Do not include file names inside functions (11.1%), pass them as variables.
    • Bonus 10+ points for using a config.json or commandline arguments.
    • If your code has readability issues, you'll have 1 week from Instructor testing to refactor/repair.
  3. Documentation (33.3%)

Final Checklist for Submission

  • Code Successfully Runs (33.3%)
  • Code Readability
    • No PEP-8 issues (11.1%)
    • Functional (11.1%)
    • File names not inside functions, pass as vars/params. (11.1%)
  • Documentation
    • Project Description (11.1%)
    • Outline (pseudo code or outline of steps) (11.1%)
    • Screen recording (11.1%)

Documentation must be submitted on submission date, if not, 33.3% of project grade will not be earned.

About

Pratt SAVI - Python for Geospatial Final Project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published