Changes for page 3.3. Software
Last modified by Wai-Tim Ng on 2019/11/13 09:26
Change comment:
There is no comment for this version
Summary
-
Page properties (2 modified, 0 added, 0 removed)
Details
- Page properties
-
- Author
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki. Tim1 +XWiki.FranzSchmid - Content
-
... ... @@ -2,13 +2,12 @@ 2 2 3 3 * Application Programming Interface 4 4 * Geographic Information System 5 -* Jupyt her notebook5 +* Jupyter notebook 6 6 * Python 7 7 * QGIS 8 8 9 - 10 -(% cellpadding="5" cellspacing="5" %) 11 -|an [[**application Programming Interface**>>https://en.wikipedia.org/wiki/Application_programming_interface]] (API) is a set of subroutine definitions, protocols, and tools for building application software. In general terms, it is a set of clearly defined methods of communication between various software components. A good API makes it easier to develop a computer program by providing all the building blocks, which are then put together by the programmer. An API may be for a web-based system, operating system, database system, computer hardware, or software library. 9 +(% cellpadding="5" cellspacing="5" style="height:315px; width:1299px" %) 10 +|An [[**Application Programming Interface**>>https://en.wikipedia.org/wiki/Application_programming_interface]] (API) is a set of subroutine definitions, protocols, and tools for building application software. In general terms, it is a set of clearly defined methods of communication between various software components. A good API makes it easier to develop a computer program by providing all the building blocks, which are then put together by the programmer. An API may be for a web-based system, operating system, database system, computer hardware, or software library. 12 12 |A [[**Geographic Information System**>>https://en.wikipedia.org/wiki/Geographic_information_system]] (GIS) is a system designed to integrate, store, edit, analyze, share, and display geographic or spatial data. GIS applications are tools that allow users to create interactive queries (user-created searches), analyze spatial information, edit data in maps, and present the results of all these operations. Geographic information science is the science underlying geographic concepts, applications, and systems. 13 13 |The [[**Jupyter Notebook**>>https://jupyter.org/]] is an open-source web application that allows you to create and share documents that contain live code, equations, visualizations and narrative text. Uses include: data cleaning and transformation, numerical simulation, statistical modeling, data visualization, machine learning, and much more. The[[ IPython>>https://ipython.org/notebook.html]] Notebook is now known as the Jupyter Notebook. It is an interact2ive computational environment, in which you can combine code execution, rich text, mathematics, plots and rich media. 14 14 |[[**Python**>>https://www.python.org/]] is an interpreted high-level programming language for general-purpose programming, with a design philosophy that emphasizes code readability, notably using significant whitespace. It provides constructs that enable clear programming on both small and large scales. Python features a dynamic type system and automatic memory management. It supports multiple programming paradigms, including object-oriented, imperative, functional and procedural, and has a large and comprehensive standard library. In addition, Python is available for many operating systems.