1 / 12

Programming vs. Packaged

Programming vs. Packaged. Packaged: Easier if what you need is available Programming: Takes longer, can do anything. Related Classes. GSP 470/570: Spatial Modeling GSP Programming II: Fall 2018 CS 325 Database Design W3Schools and other great web sites!. Servers. Workstation. Sensors.

radford
Download Presentation

Programming vs. Packaged

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Programming vs. Packaged • Packaged: • Easier if what you need is available • Programming: • Takes longer, can do anything

  2. Related Classes • GSP 470/570: Spatial Modeling • GSP Programming II: Fall 2018 • CS 325 Database Design • W3Schools and other great web sites!

  3. Servers Workstation Sensors Mobile

  4. Types of Languages • Scripted • Each line of code is parsed, then executed • Fast to write, slow to execute • Great for data acquisition and preparation • Compiled • Entire program is compiled, then executed • Slower to write, faster to execute • Best where speed is needed • Large data prep (LiDAR, UAV) • Simulations

  5. Applications w/Scripting • Excel w/VBA • R, SPSS, SAS • ArcGIS, QGIS, BlueSpray… • MatLab • Logo • Stella, GME • Browsers: JavaScript • Others…

  6. Scripting Languages • VBA in Excel • Easiest to prep data in Excel • Python • Most common for GIS • Interfaces to SciPy, R • R • Vector and Matrix based statistics • PHP • Was most popular for server-side-scripting • Python!

  7. Excel VBA • File -> Options -> Customize Ribbon • Under “Customize the Ribbon”, check “Developer” • Developer Tab -> Visual Basic • Right Click on the menu bar and select “Debug” to show debugging tools

  8. VBA in Excel

  9. Compiled Languages • VB • Windows-only • Visual Studio: powerful but expensive • Visual Studio Code? • Relatively easy to write • Java • Portable • Relatively easy to write • Free • C#: Microsoft’s answer to Java • C++: Too hard to write • Fortran: Going away

  10. Servers Workstation Sensors Mobile

  11. Programming Languages • Servers: • PHP • Python • C++ • C# • Java • Mobile: • Android: Java • Apple: xCode • Sensors: • Python • Workstations: • C++ • Java • Python • SQL (database) • C# • Browsers: • HTML • CSS • JavaScript

  12. Python GIS Libraries • ArcGIS: lots of functions, expensive, slow • QGIS API is really challenging • BlueSpray: fast, limited features, documentation, testing • GeoPandas: Up and coming? • Lots of open source libraries • Only can get it to work with Anaconda? • Not as many features as ArcPy but we can do anything in Python!

More Related