Distributed GIS
   HOME

TheInfoList



OR:

Distributed GIS refers to GI Systems that do not have all of the system components in the same physical location. This could be the processing, the
database In computing, a database is an organized collection of data or a type of data store based on the use of a database management system (DBMS), the software that interacts with end users, applications, and the database itself to capture and a ...
, the rendering or the
user interface In the industrial design field of human–computer interaction, a user interface (UI) is the space where interactions between humans and machines occur. The goal of this interaction is to allow effective operation and control of the machine fro ...
. It represents a special case of
distributed computing Distributed computing is a field of computer science that studies distributed systems, defined as computer systems whose inter-communicating components are located on different networked computers. The components of a distributed system commu ...
, with examples of distributed systems including
Internet GIS Internet GIS is broad set of technologies and applications that employ the Internet to access, analyze, visualize, and distribute spatial data via geographic information systems (GIS). Internet GIS is an outgrowth of traditional GIS, and represen ...
,
Web GIS Web GIS, also known as Web-based GIS, are Geographic Information Systems (GIS) that employ the World Wide Web (the Web) to facilitate the storage, visualization, analysis, and distribution of spatial information over the Internet. Web GIS involv ...
, and Mobile GIS. Distribution of resources provides corporate and enterprise-based models for GIS (involving multiple databases, different computers undertaking
spatial analysis Spatial analysis is any of the formal Scientific technique, techniques which study entities using their topological, geometric, or geographic properties, primarily used in Urban design, Urban Design. Spatial analysis includes a variety of techni ...
and a diverse ecosystem of often spatially-enabled client devices). Distributed GIS permits a
shared services Shared services is the provision of a service by one part of an organization or group where that service had previously been found in more than one part of the organization or group. Thus the funding and resourcing of the service is shared and the ...
model, including data fusion (or mashups) based on
Open Geospatial Consortium The Open Geospatial Consortium (OGC) is an international voluntary consensus standards organization that develops and maintains international standards for geospatial content and location-based services, sensor web, Internet of Things, Geographi ...
(OGC) web services. Distributed GIS technology enables modern online mapping systems (such as
Google Maps Google Maps is a web mapping platform and consumer application offered by Google. It offers satellite imagery, aerial photography, street maps, 360° interactive panorama, interactive panoramic views of streets (Google Street View, Street View ...
and
Bing Maps Bing Maps (previously Live Search Maps, Windows Live Maps, Windows Live Local, and MSN Virtual Earth) is a web mapping service provided as a part of Microsoft's Bing suite of search engines and powered by the Bing Maps Platform framework which al ...
),
Location-based services Location-based service (LBS) is a general term denoting software services which use geographic data and information to provide services or information to users. LBS can be used in a variety of contexts, such as health, indoor object search, ent ...
(LBS), web-based GIS (such as ArcGIS Online) and numerous map-enabled applications. Other applications include transportation,
logistics Logistics is the part of supply chain management that deals with the efficient forward and reverse flow of goods, services, and related information from the point of origin to the Consumption (economics), point of consumption according to the ...
, utilities, farm / agricultural information systems, real-time environmental information systems and the analysis of the movement of people. In terms of data, the concept has been extended to include volunteered geographical information. Distributed processing allows improvements to the performance of spatial analysis through the use of techniques such as parallel processing.


Etymology

The term Distributed GIS was coined by Bruce Gittings at the
University of Edinburgh The University of Edinburgh (, ; abbreviated as ''Edin.'' in Post-nominal letters, post-nominals) is a Public university, public research university based in Edinburgh, Scotland. Founded by the City of Edinburgh Council, town council under th ...
. He was responsible for one of the first
Internet The Internet (or internet) is the Global network, global system of interconnected computer networks that uses the Internet protocol suite (TCP/IP) to communicate between networks and devices. It is a internetworking, network of networks ...
-based distributed GIS. In 1994, he designed and implemented the World Wide Earthquake Locator, which provided maps of recent earthquake occurrences to a location-independent user, which used the Xerox PARC Map Viewer (based in
California California () is a U.S. state, state in the Western United States that lies on the West Coast of the United States, Pacific Coast. It borders Oregon to the north, Nevada and Arizona to the east, and shares Mexico–United States border, an ...
, USA), managed by an interface based in Edinburgh (Scotland), which drew data in real-time from the
National Earthquake Information Center The National Earthquake Information Center (abbreviated NEIC) is part of the United States Geological Survey (USGS) located on the campus of the Colorado School of Mines in Golden, Colorado. The NEIC has three main missions: * First, the NEIC de ...
(USGS) in
Colorado Colorado is a U.S. state, state in the Western United States. It is one of the Mountain states, sharing the Four Corners region with Arizona, New Mexico, and Utah. It is also bordered by Wyoming to the north, Nebraska to the northeast, Kansas ...
, USA.
The justification for the original Earthquake Locator, an experiment in distributed internetworking, World Wide Earthquake Locator
Gittings first taught a course in Distributed GIS in 2005 as part of the Masters Programme in GIS at that institution .The University of Edinburgh Course Catalogue


Types


Parallel computing in GIS

Parallel computing, Parallel processing is the use of multiple
CPU A central processing unit (CPU), also called a central processor, main processor, or just processor, is the primary processor in a given computer. Its electronic circuitry executes instructions of a computer program, such as arithmetic, log ...
’s to execute different sections of a program together. The terms "concurrent computing," "parallel computing," and "distributed computing" do not have a clear distinction between them. Parallel computing today involves the utilization of a single computer with
multi-core processor A multi-core processor (MCP) is a microprocessor on a single integrated circuit (IC) with two or more separate central processing units (CPUs), called ''cores'' to emphasize their multiplicity (for example, ''dual-core'' or ''quad-core''). Ea ...
s or multiple computers that are connected over a network working on the same task. Asanovic, Krste ''et al.'' (December 18, 2006)
"The Landscape of Parallel Computing Research: A View from Berkeley"
(PDF). University of California, Berkeley. Technical Report No. UCB/EECS-2006-183.
In the case of Distributed GIS, parallel computing using multi-core processors on the same machine would be where the line starts to blur between traditional desktop GIS and distributed. When done in different locations, it is much clearer. As parallel computing has become the dominant paradigm in computer architecture, mainly in the form of
multi-core processor A multi-core processor (MCP) is a microprocessor on a single integrated circuit (IC) with two or more separate central processing units (CPUs), called ''cores'' to emphasize their multiplicity (for example, ''dual-core'' or ''quad-core''). Ea ...
s, this is important to mention. Today, there are many examples of applying parallel computing to GIS. For example,
remote sensing Remote sensing is the acquisition of information about an physical object, object or phenomenon without making physical contact with the object, in contrast to in situ or on-site observation. The term is applied especially to acquiring inform ...
and surveying equipment have been providing vast amounts of spatial information, and how to manage, process or dispose of this data have become major issues in the field of
Geographic Information Science Geographic information science (GIScience, GISc) or geoinformation science is a scientific discipline at the crossroads of computational science, social science, and natural science that studies geographic information, including how it represe ...
(GIS). To solve these problems there has been much research into the area of parallel processing of GIS information. This involves the utilization of a single computer with multiple processors or multiple computers that are connected over a network working on the same task, or series of tasks. The
hadoop Apache Hadoop () is a collection of Open-source software, open-source software utilities for reliable, scalable, distributed computing. It provides a software framework for Clustered file system, distributed storage and processing of big data usin ...
framework has been used successfully in GIS processing.


Organization GIS


Enterprise GIS

Enterprise GIS Enterprise (or the archaic spelling Enterprize) may refer to: Business and economics Brands and enterprises * Enterprise GP Holdings, an energy holding company * Enterprise plc, a UK civil engineering and maintenance company * Enterprise ...
refers to a geographical information system that integrates geographic data across multiple departments and serves the whole organisation. The basic idea of an enterprise GIS is to deal with departmental needs collectively instead of individually. When organisations started using
GIS A geographic information system (GIS) consists of integrated computer hardware and software that store, manage, analyze, edit, output, and visualize geographic data. Much of this often happens within a spatial database; however, this is not ...
in the 1960s and 1970s, the focus was on individual projects where individual users created and maintained data sets on their own desktop computers. Due to extensive interaction and work-flow between departments, many organisations have in recent years switched from independent, stand-alone GIS systems to more integrated approaches that share resources and applications. Some of the potential benefits that an enterprise GIS can provide include significantly reduced redundancy of data across the system, improved accuracy and integrity of geographic information, and more efficient use and sharing of data.Sipes, 2005 Since data is one of the most significant investments in any GIS program, any approach that reduces acquisition costs while maintaining data quality is important. The implementation of an enterprise GIS may also reduce the overall GIS maintenance and support costs providing a more effective use of departmental GIS resources. Data can be integrated and used in decision making processes across the whole organisation.


Corporate GIS

A corporate
Geographical Information System A geographic information system (GIS) consists of integrated computer hardware and software that store, manage, analyze, edit, output, and visualize geographic data. Much of this often happens within a spatial database; however, this is not ...
, is similar to
Enterprise GIS Enterprise (or the archaic spelling Enterprize) may refer to: Business and economics Brands and enterprises * Enterprise GP Holdings, an energy holding company * Enterprise plc, a UK civil engineering and maintenance company * Enterprise ...
and satisfies the spatial information needs of an organisation as a whole in an integrated manner. Corporate GIS consists of four technological elements which are
data Data ( , ) are a collection of discrete or continuous values that convey information, describing the quantity, quality, fact, statistics, other basic units of meaning, or simply sequences of symbols that may be further interpreted for ...
,
standards Standard may refer to: Symbols * Colours, standards and guidons, kinds of military signs * Standard (emblem), a type of a large symbol or emblem used for identification Norms, conventions or requirements * Standard (metrology), an object t ...
,
information technology Information technology (IT) is a set of related fields within information and communications technology (ICT), that encompass computer systems, software, programming languages, data processing, data and information processing, and storage. Inf ...
and personnel with expertise. It is a coordinated approach that moves away from fragmented desktop GIS. The design of a corporate GIS includes the construction of a centralised corporate
database In computing, a database is an organized collection of data or a type of data store based on the use of a database management system (DBMS), the software that interacts with end users, applications, and the database itself to capture and a ...
that is designed to be the principle resource for an entire organisation. The corporate database is specifically designed to efficiently and effectively suit the requirements of the organisation. Essential to a corporate GIS is the effective management of the corporate database and the establishment of standards such as OGC for mapping and database technologies. Benefits include that all the users in the organisation have access to shared, complete, accurate, high quality and up-to-date data. All the users in the organisation also have access to shared technology and people with expertise. This improves the efficiency and effectiveness of the organisation as a whole. A successfully managed corporate database reduces redundant collection and storage of information across the organisation. By centralising resources and efforts, it reduces the overall cost.


Internet GIS


Web GIS


Mobile GIS

Cell phones and other wireless communication forms have become common in society. Many of these devices are connected to the internet and can access internet GIS applications like any other computer. These devices are networked together, using technology such as the
mobile web The mobile web comprises mobile browser-based World Wide Web services accessed from handheld mobile devices, such as smartphones or feature phones, through a mobile network, mobile or other wireless network. History and development Traditiona ...
. Unlike traditional computers, however, these devices generate immense amounts of spatial data available to the device user and many governments and private entities. The tools, applications, and hardware used to facilitate GIS through the use of wireless technology is mobile GIS. Used by the holder of the device, mobile GIS enables navigation applications like
Google Maps Google Maps is a web mapping platform and consumer application offered by Google. It offers satellite imagery, aerial photography, street maps, 360° interactive panorama, interactive panoramic views of streets (Google Street View, Street View ...
to help the user navigate to a location. When used by private firms, the location data collected can help businesses understand foot traffic in an area to optimize business practices. Governments can use this data to monitor citizens. Access to locational data by third parties has led to privacy concerns. With ~80% of all data deemed to have a spatial component, modern Mobile GIS is a powerful tool. The number of mobile devices in circulation has surpassed the world's population (2013) with a rapid acceleration in
iOS Ios, Io or Nio (, ; ; locally Nios, Νιός) is a Greek island in the Cyclades group in the Aegean Sea. Ios is a hilly island with cliffs down to the sea on most sides. It is situated halfway between Naxos and Santorini. It is about long an ...
, Android and
Windows 8 Windows 8 is a major release of the Windows NT operating system developed by Microsoft. It was Software release life cycle#Release to manufacturing (RTM), released to manufacturing on August 1, 2012, made available for download via Microsoft ...
tablet up-take. Tablets are fast becoming popular for Utility field use. Low-cost MIL-STD-810 certified cases transform consumer tablets into fully ruggedized yet lightweight field-use units at 10% of legacy ruggedized laptop costs. Although not all applications of mobile GIS are limited by the device, many are. These limitations are more applicable to smaller devices such as
cell phones A mobile phone or cell phone is a portable telephone that allows users to make and receive Telephone call, calls over a radio frequency link while moving within a designated telephone service area, unlike fixed-location phones (landline phone ...
and PDAs. Such devices have small screens with poor resolution, limited memory and processing power, a poor (or no) keyboard, and short battery life. Additional limitations can be found in web client-based tablet applications: poor web GUI and device integration, online reliance, and very limited offline web client cache. Mobile GIS has a significant overlap with internet GIS; however, not all mobile GIS employs the internet, much less the mobile web. Thus, the categories are distinct.


CyberGIS

CyberGIS, or cyber geographic information science and systems, is a term used to describe the use of
cyberinfrastructure United States federal government agencies use the term cyberinfrastructure to describe research environments that support advanced data acquisition, data storage, data management, data integration, data mining, data visualization and other computin ...
, to perform GIS tasks with storage and processing resources of multiple institutions through, usually through the World Wide Web. CyberGIS focuses on computational and data-intensive geospatial problem-solving within various research and education domains by leveraging the power of distributed computation. CyberGIS has been described as "GIS detached from the desktop and deployed on the web, with the associated issues of hardware, software, data storage, digital networks, people, training and education." The term CyberGIS first entered the literature in 2010, and is predominantly used by the
University of Illinois at Urbana-Champaign The University of Illinois Urbana-Champaign (UIUC, U of I, Illinois, or University of Illinois) is a public land-grant research university in the Champaign–Urbana metropolitan area, Illinois, United States. Established in 1867, it is the f ...
and collaborators to describe their software and research developed to use big data and
high-performance computing High-performance computing (HPC) is the use of supercomputers and computer clusters to solve advanced computation problems. Overview HPC integrates systems administration (including network and security knowledge) and parallel programming into ...
approaches to collaborative problem-solving.


CyberGIS Supercomputer

In 2014, the CyberGIS Center for Advanced Digital and Spatial Studies at the University of Illinois at Urbana-Champaign received a
National Science Foundation The U.S. National Science Foundation (NSF) is an Independent agencies of the United States government#Examples of independent agencies, independent agency of the Federal government of the United States, United States federal government that su ...
major research instrumentation grant to establish ROGER as the first cyberGIS
supercomputer A supercomputer is a type of computer with a high level of performance as compared to a general-purpose computer. The performance of a supercomputer is commonly measured in floating-point operations per second (FLOPS) instead of million instruc ...
. ROGER, hosted by the
National Center for Supercomputing Applications The National Center for Supercomputing Applications (NCSA) is a unit of the University of Illinois Urbana-Champaign, and provides high-performance computing resources to researchers in the United States. NCSA is currently led by Professor Bill ...
, is optimized to deal with geospatial data and computation and is equipped with: * approximately six petabytes of raw disk storage with high input/output bandwidth; * solid-state drives for applications demanding high data-access performance; * advanced graphics processing units for exploiting massive parallelism in geospatial computing; * interactive visualization supported with a high-speed network and dynamically provisioned cloud computing resources. CyberGIS software and tools integrate these system components to support a large number of users who are investigating scientific problems in areas spanning biosciences, engineering, geosciences, and social sciences.


CyberGIS Conferences

* The First International Conference on Space, Time, and CyberGIS * The Second International Conference on CyberGIS and Geodesign * The Third International Conference on CyberGIS and Geospatial Data Science The term CyberGIS first entered the literature in 2010, and is predominantly used by the
University of Illinois at Urbana-Champaign The University of Illinois Urbana-Champaign (UIUC, U of I, Illinois, or University of Illinois) is a public land-grant research university in the Champaign–Urbana metropolitan area, Illinois, United States. Established in 1867, it is the f ...
and collaborators to describe their software and research developed to use big data and
high-performance computing High-performance computing (HPC) is the use of supercomputers and computer clusters to solve advanced computation problems. Overview HPC integrates systems administration (including network and security knowledge) and parallel programming into ...
approaches to collaborative problem-solving.


Applications


Location-Based Services

Location-based service Location-based service (LBS) is a general term denoting software service (economics), services which use geographic data and information to provide services or information to users. LBS can be used in a variety of contexts, such as health, indoor ...
s (LBS) are services that are distributed wirelessly and provide information relevant to the user's current location. These services include such things as ‘find my nearest …’, directions, and various vehicle monitoring systems, such as the GM OnStar system amongst others. Location-based services are generally run on mobile phones and PDAs, and are intended for use by the general public more than Mobile GIS systems which are geared towards commercial enterprise. Devices can be located by triangulation using the mobile phone network and/or GPS.


Web Mapping Services

A web mapping service is a means of displaying and interacting with maps on the Web. The first web mapping service was the Xerox PARC Map Viewer built in 1993 and decommissioned in 2000. There have been 3 generations of
web map service A Web Map Service (WMS) is a standard protocol developed by the Open Geospatial Consortium in 1999 for serving georeferenced map images over the Internet. These images are typically produced by a map server from data provided by a GIS database ...
. The first generation was from 1993 onwards and consisted of simple image maps which had a single click function. The second generation was from 1996 onwards and still used image maps the one click function. However, they also had zoom and pan capabilities (although slow) and could be customised through the use of the
URL A uniform resource locator (URL), colloquially known as an address on the Web, is a reference to a resource that specifies its location on a computer network and a mechanism for retrieving it. A URL is a specific type of Uniform Resource Identi ...
API An application programming interface (API) is a connection between computers or between computer programs. It is a type of software interface, offering a service to other pieces of software. A document or standard that describes how to build ...
. The third generation was from 1998 onwards and were the first to include slippy maps. They utilise
AJAX Ajax may refer to: Greek mythology and tragedy * Ajax the Great, a Greek mythological hero, son of King Telamon and Periboea * Ajax the Lesser, a Greek mythological hero, son of Oileus, the king of Locris * Ajax (play), ''Ajax'' (play), by the an ...
technology which enables seamless panning and zooming. They are customisable using the
URL A uniform resource locator (URL), colloquially known as an address on the Web, is a reference to a resource that specifies its location on a computer network and a mechanism for retrieving it. A URL is a specific type of Uniform Resource Identi ...
API An application programming interface (API) is a connection between computers or between computer programs. It is a type of software interface, offering a service to other pieces of software. A document or standard that describes how to build ...
and can have extended functionality programmed in using the DOM. Web map services are based on the concept of the
image map In HTML and XHTML, an image map is a list of coordinates relating to a specific image, created in order to hyperlink areas of an image to different destinations (as opposed to a normal image link, in which the entire area of the image links to a s ...
whereby this defines the area overlaying an image (e.g. GIF). An
image map In HTML and XHTML, an image map is a list of coordinates relating to a specific image, created in order to hyperlink areas of an image to different destinations (as opposed to a normal image link, in which the entire area of the image links to a s ...
can be processed client or server side. As functionality is built into the web server, performance is good. Image maps can be dynamic. When image maps are used for geographic purposes, the co-ordinate system must be transformed to the geographical origin to conform to the geographical standard of having the origin at the bottom left corner. Web maps are used for
location-based service Location-based service (LBS) is a general term denoting software service (economics), services which use geographic data and information to provide services or information to users. LBS can be used in a variety of contexts, such as health, indoor ...
s.


Local search

Local search is a recent approach to internet searching that incorporates geographical information into search queries so that the links that you return are more relevant to where you are. It developed out of an increasing awareness that many
search engine A search engine is a software system that provides hyperlinks to web pages, and other relevant information on World Wide Web, the Web in response to a user's web query, query. The user enters a query in a web browser or a mobile app, and the sea ...
users are using it to look for a business or service in the local area. Local search has stimulated the development of web mapping, which is used either as a tool to use in geographically restricting your search (see
Live Search Maps Bing Maps (previously Live Search Maps, Windows Live Maps, Windows Live Local, and MSN Virtual Earth) is a web mapping service provided as a part of Microsoft's Bing (search engine), Bing suite of search engines and powered by the Bing Maps Platfo ...
) or as an additional resource to be returned along with search result listings (see
Google Maps Google Maps is a web mapping platform and consumer application offered by Google. It offers satellite imagery, aerial photography, street maps, 360° interactive panorama, interactive panoramic views of streets (Google Street View, Street View ...
). It has also led to an increase in the number of small businesses advertising on the web.


Mashups

In distributed GIS, the term mashup refers to a generic web service which combines content and functionality from disparate sources; mashups reflect a separation of information and presentation. Mashups are increasingly being used in commercial and government applications as well as in the public domain. When used in GIS, it reflects the concept of connecting an application with a mapping service. An examples is combining Google maps with
Chicago Chicago is the List of municipalities in Illinois, most populous city in the U.S. state of Illinois and in the Midwestern United States. With a population of 2,746,388, as of the 2020 United States census, 2020 census, it is the List of Unite ...
crime statistics to create th
Chicago crime statistics map
Mashups are fast, provide value for money and remove responsibility for the data from the creator. Second-generation systems provide mashups mainly based on URL parameters, while Third generation systems (e.g. Google Maps) allow customization via script (e.g. JavaScript).


Standards


Open Geospatial Consortium

The main standards for Distributed GIS are provided by the
Open Geospatial Consortium The Open Geospatial Consortium (OGC) is an international voluntary consensus standards organization that develops and maintains international standards for geospatial content and location-based services, sensor web, Internet of Things, Geographi ...
(OGC). OGC is a non-profit international group that seeks to Web-Enable GIS and, in turn Geo-Enable the web. One of the major issues concerning distributed GIS is the interoperability of the data since it can come in different formats using different projection systems. OGC standards seek to provide interoperability between data and to integrate existing data.


Global System for Mobile Communications

Global System for Mobile Communications (GSM) is a global standard for mobile phones around the world. Networks using the GSM system offer transmission of voice, data, and messages in text and multimedia form and provide web, telenet, FTP, email services, etc., over the mobile network. Almost two million people are now using GSM. Five main standards of GSM exist: GSM 400, GSM 850, GSM 900, GSM-1800 (DCS), and GSM1900 (PCS). GSM 850 and GSM 1900 are used in North America, parts of Latin America, and parts of Africa. In Europe, Asia, and Australia GSM 900/1800 standard is used. GSM consists of two components: the mobile radio telephone and
Subscriber Identity Module A typical SIM card (mini-SIM with micro-SIM cutout)A SIM card or SIM (subscriber identity module) is an integrated circuit (IC) intended to securely store an international mobile subscriber identity (IMSI) number and its related key, which are u ...
. GSM is a
cellular network A cellular network or mobile network is a telecommunications network where the link to and from end nodes is wireless network, wireless and the network is distributed over land areas called ''cells'', each served by at least one fixed-locatio ...
, which is a radio network made up of a number of cells. For each cell, the transmitter (known as a base station) is transmitting and receiving signals. The base station is controlled through the Base Station Controller via the Mobile Switching Centre. For GSM enhancement
General Packet Radio Service General Packet Radio Service (GPRS), also called 2.5G, is a mobile data standard on the 2G cellular communication network's global system for mobile communications (GSM). Networks and mobile devices with GPRS started to roll out around the ...
(GPRS), a packet-oriented data service for data transmission, and
Universal Mobile Telecommunications System The Universal Mobile Telecommunications System (UMTS) is a 3G mobile cellular system for networks based on the GSM standard. UMTS uses wideband code-division multiple access (W-CDMA) radio access technology to offer greater spectral efficiency ...
(UTMS), the Third Generation ( 3G) mobile communication system, technology was introduced. Both provide similar services to 2G, but with greater
bandwidth Bandwidth commonly refers to: * Bandwidth (signal processing) or ''analog bandwidth'', ''frequency bandwidth'', or ''radio bandwidth'', a measure of the width of a frequency range * Bandwidth (computing), the rate of data transfer, bit rate or thr ...
and speed.


Wireless Application Protocol

Wireless Application Protocol Wireless Application Protocol (WAP) is an obsolete technical standard for accessing information over a mobile cellular network. Introduced in 1999, WAP allowed users with compatible mobile devices to browse content such as news, weather and sp ...
(WAP) is a standard for the data transmission of internet content and services. It is a secure specification that allows users to access information instantly via mobile phones, pagers, two-way radios, smartphones, and communicators. WAP supports
HTML Hypertext Markup Language (HTML) is the standard markup language for documents designed to be displayed in a web browser. It defines the content and structure of web content. It is often assisted by technologies such as Cascading Style Sheets ( ...
and
XML Extensible Markup Language (XML) is a markup language and file format for storing, transmitting, and reconstructing data. It defines a set of rules for encoding electronic document, documents in a format that is both human-readable and Machine-r ...
, and WML language, and is specifically designed for small screens and one-hand navigation without a keyboard. WML is scalable from two-line text displays up to the graphical screens found on smartphones. It is much stricter than HTML and is similar to
JavaScript JavaScript (), often abbreviated as JS, is a programming language and core technology of the World Wide Web, alongside HTML and CSS. Ninety-nine percent of websites use JavaScript on the client side for webpage behavior. Web browsers have ...
.


See also

* AM/FM/GIS *
ArcGIS ArcGIS is a family of client, server and online geographic information system (GIS) software developed and maintained by Esri. ArcGIS was first released in 1982 as ARC/INFO, a command line-based GIS. ARC/INFO was later merged into ArcGIS De ...
*
Automotive navigation system An automotive navigation system is part of the automobile controls or a third party add-on used to find direction in an automobile. It typically uses a satellite navigation device to get its position data which is then correlated to a position on ...
*
Cadastral map A cadastre or cadaster ( ) is a comprehensive recording of the real estate or real property's metes and bounds, metes-and-bounds of a country.Jo Henssen, ''Basic Principles of the Main Cadastral Systems in the World,'/ref> Often it is represente ...
*
Collaborative mapping Collaborative mapping, also known as citizen mapping, is the aggregation of Web mapping and user-generated content, from a group of individuals or entities, and can take several distinct forms. With the growth of technology for storing and sharing ...
*
Comparison of GIS software This is a comparison of notable GIS software. To be included on this list, the software must have a linked existing article. The selection of GIS software is a non-trivial task typically undertaken at project commencement. The use of appropriate ...
*
Concepts and Techniques in Modern Geography ''Concepts and Techniques in Modern Geography'' (CATMOG), is a series of 59 short publications, each focused on an individual method or theory in geography. Background and impact ''Concepts and Techniques in Modern Geography'' were produced by ...
*
Counter-mapping Counter-mapping is creating maps that challenge "dominant power structures, to further seemingly progressive goals". Counter-mapping is used in multiple disciplines to reclaim colonized territory. Counter-maps are prolific in indigenous cultures, ...
*
Digital geological mapping Digital geological mapping is the process by which geological features are observed, analyzed, and recorded in the field and displayed in real-time on a computer or personal digital assistant (PDA). The primary function of this emerging technolo ...
*
Geographic information systems in geospatial intelligence Geographic information system, Geographic information systems (GIS) play a constantly evolving role in geospatial intelligence (GEOINT) and United States national security. These technologies allow a user to efficiently manage, analyze, and produce ...
*
Geodatabase (Esri) A Geodatabase is a proprietary GIS file format developed in the late 1990s by Esri (a GIS software vendor) to represent, store, and organize spatial datasets within a geographic information system. A geodatabase is both a logical data model and t ...
*
Geomatics Geomatics is defined in the ISO/TC 211 series of standards as the "discipline concerned with the collection, distribution, storage, analysis, processing, presentation of geographic data or geographic information". Under another definition, it ...
* GIS and aquatic science * GIS and public health *
GISCorps GISCorps, founded in 2003, is a program initiated by the Urban and Regional Information Systems Association (URISA) that offers volunteer GIS services to under-served developing communities worldwide. This volunteer based organization is headed b ...
*
GIS Day GIS Day is an annual event celebrating geographic information systems (GIS) based technologies on the third Wednesday of November. The event first took place in 1999. It was initiated by spatial analytics software provider Esri. Esri president an ...
* GIS in archaeology *
GvSIG gvSIG, geographic information system (GIS), is a desktop application designed for capturing, storing, handling, analyzing and deploying any kind of referenced geographic information in order to solve complex management and planning problems. gv ...
*
Historical GIS A historical geographic information system (also written as historical GIS or HGIS) is a geographic information system that may display, store and analyze data of past geographies and track changes in time. It is a tool for historical geography. ...
*
Integrated Geo Systems Integrated Geo Systems (IGS) is a computational architecture system developed for managing geoscientific data through systems and data integration. Geosciences often involve large volumes of diverse data which have to be processed by computer an ...
*
Internet GIS Internet GIS is broad set of technologies and applications that employ the Internet to access, analyze, visualize, and distribute spatial data via geographic information systems (GIS). Internet GIS is an outgrowth of traditional GIS, and represen ...
*
List of GIS data sources This is a list of GIS data sources (including some geoportals) that provide information sets that can be used in geographic information systems (GIS) and spatial database A spatial database is a general-purpose database (usually a relational da ...
*
List of GIS software A GIS software program is a computer program to support the use of a geographic information system, providing the ability to create, store, manage, query, analyze, and visualize geographic data, that is, data representing phenomena for which l ...
*
Map database management Map database management systems are software programs designed to store and recall spatial information for Automotive navigation system, navigation applications, and are thus a form of Geographic information system. They are widely used in localizat ...
*
Participatory GIS Participatory GIS (PGIS) or public participation geographic information system (PPGIS) is a participatory approach to spatial planning and spatial information and communications management. PGIS combines Participatory Learning and Action (PLA) ...
*
QGIS QGIS is a geographic information system (GIS) software that is free and open-source. QGIS supports Windows, macOS, and Linux. It supports viewing, editing, printing, and analysis of geospatial data in a range of data formats. Its name comes from ...
*
SAGA GIS System for Automated Geoscientific Analyses (SAGA GIS) is a geographic information system (GIS) computer program, used to edit spatial data. It is free and open-source software, developed originally by a small team at the Department of Physical Ge ...
* Spatial Data Infrastructure (SDI) *
Technical geography Technical geography is the branch of geography that involves using, studying, and creating tools to obtain, analyze, interpret, understand, and communicate spatial information. The other branches of geography, most commonly limited to human geo ...
*
TerrSet TerrSet (formerly IDRISI) is an integrated geographic information system (GIS) and remote sensing software developed by Clark Labs at Clark University for the analysis and display of digital geospatial information. TerrSet is a PC raster-based s ...
* Tobler's first law of geography * Tobler's second law of geography * Traditional knowledge GIS *
Virtual globe A virtual globe is a 3D computer graphics, three-dimensional (3D) software model or representation of Earth or another world. A virtual globe provides the user with the ability to freely move around in the virtual environment by changing the vie ...


References

{{reflist *Chan, T, O, Williamson, I, P. (1997) Definition of GIS: The manager's perspective. International Workshop on Dynamic and Multi-Dimensional GIS. Hong Kong, pp 18
DEFINITION OF GIS: THE MANAGER’S PERSPECTIVE
*we-do-IT (2013): LatLonGO - Enabling the Spatial Enterprise. we-do-IT White Paper, Electronic document

*ESRI (2003): Enterprise GIS for Municipal Government. ESRI White Paper. Electronic document
Wayback Machine
*Ionita, A. (2006): Developing an Enterprise GIS. Electronic document

*Sipes, J.L. (2005): Spatial Technologies: Software Strategy: Options for the Enterprise. Electronic document
GIS , CadalystWayback Machine
Distributed Geographic Information Systems