HOME

TheInfoList



OR:

A GIS software program is a computer program to support the use of a
geographic information system A geographic information system (GIS) is a type of database containing Geographic data and information, geographic data (that is, descriptions of phenomena for which location is relevant), combined with Geographic information system software, sof ...
, providing the ability to create, store, manage, query, analyze, and
visualize ''Visualize'' is a video release by Def Leppard. A compilation of promo videos, interviews, and concert footage. On DVD, it is bundled with '' Video Archive''. It won a 1993 Metal Edge Readers' Choice Award for "Best Home Video."Metal Edge, June ...
geographic data Geographic data and information is defined in the ISO/TC 211 series of standards as data and information having an implicit or explicit association with a location relative to Earth (a geographic location or geographic position). It is also call ...
, that is, data representing phenomena for which location is important. The GIS software industry encompasses a broad range of commercial and open-source products that provide some or all of these capabilities within various information technology architectures."GIS Software - A description in 1000 words"
S. Steiniger and R. Weibel


History

The earliest geographic information systems, such as the Canadian Geographic Information System started in 1963, were bespoke programs developed specifically for a single installation (usually a government agency), based on custom-designed data models. During the 1950s and 1960s, academic researchers during the
quantitative revolution The quantitative revolution (QR) was a paradigm shift that sought to develop a more rigorous and systematic methodology for the discipline of geography. It came as a response to the inadequacy of regional geography to explain general spatial dynam ...
of geography began writing computer programs to perform spatial analysis, especially at the University of Washington and the University of Michigan, but these were also custom programs that were rarely available to other potential users. Perhaps the first general-purpose software that provided a range of GIS functionality was the Synagraphic Mapping Package (SYMAP), developed by
Howard T. Fisher Howard T. Fisher (October 30, 1903 – January 24, 1979) was an American architect, city planner, and educator. Early life Howard Taylor Fisher was born October 30, 1903, in Chicago, Illinois. His parents were Walter Lowrie Fisher and Mabel Ta ...
and others at the nascent Harvard Laboratory for Computer Graphics and Spatial Analysis starting in 1965. While not a true full-range GIS program, it included some basic mapping and analysis functions, and was freely available to other users. Through the 1970s, the Harvard Lab continued to develop and publish other packages focused on automating specific operations, such as SYMVU (3-D surface visualization), CALFORM ( choropleth maps), POLYVRT ( topological vector data management), WHIRLPOOL ( vector overlay), GRID and IMGRID (
raster Raster may refer to: * Raster graphics, graphical techniques using arrays of pixel values * Raster graphics editor, a computer program * Raster scan, the pattern of image readout, transmission, storage, and reconstruction in television and compu ...
data management), and others. During the late 1970s, several of these modules were brought together into Odyssey, one of the first commercial complete GIS programs, released in 1980. During the late 1970s and early 1980s, GIS was emerging in many large government agencies that were responsible for managing land and facilities. Particularly, federal agencies of the United States government developed software that was by definition in the public domain because of the Freedom of Information Act, and was thus released to the public. Notable examples included the Map Overlay and Statistical System (MOSS) developed by the Fish & Wildlife Service and
Bureau of Land Management The Bureau of Land Management (BLM) is an agency within the United States Department of the Interior responsible for administering federal lands. Headquartered in Washington DC, and with oversight over , it governs one eighth of the country's la ...
(BLM) starting in 1976; the PROJ library developed at the United States Geological Survey (USGS), one of the first programming libraries available; and GRASS GIS originally developed by the Army Corps of Engineers starting in 1982. These formed the foundation of the open source GIS software community. The 1980s also saw the beginnings of most commercial GIS software, including Esri ARC/INFO in 1982; Intergraph IGDS in 1985, and the Mapping Display and Analysis System (MIDAS), the first GIS product for MS-DOS personal computers, which later became
MapInfo MapInfo Pro is a desktop geographic information system (GIS) software product produced by Precisely (formerly: Pitney Bowes Software and MapInfo Corporation) and used for mapping and location analysis. MapInfo Pro allows users to visualize, anal ...
. These would proliferate in the 1990s with the advent of more powerful personal computers,
Microsoft Windows Windows is a group of several proprietary graphical operating system families developed and marketed by Microsoft. Each family caters to a certain sector of the computing industry. For example, Windows NT for consumers, Windows Server for serv ...
, and the 1990 U.S. Census, which raised awareness of the usefulness of geographic data to businesses and other new users. Several trends emerged in the late 1990s that have significantly changed the GIS software ecosystem leading to the present, by moving in directions beyond the traditional full-featured desktop GIS application. The emergence of object-oriented programming languages facilitated the release of component libraries and
application programming interface An application programming interface (API) is a way for two or more computer programs to communicate with each other. It is a type of software interface, offering a service to other pieces of software. A document or standard that describes how t ...
s, both commercial and open-source, which encapsulated specific GIS functions, allowing programmers to build spatial capabilities into their own programs. Second, the development of spatial extensions to object-relational database management systems (also both open-source and commercial) created new opportunities for data storage for traditional GIS, but also enabled spatial capabilities to be integrated into enterprise information systems, including business processes such as human resources. Third, as the World Wide Web emerged, web mapping quickly became one of its most popular applications; this led to the development of Server-based GIS software that could perform the same functions as a traditional GIS, but at a location remote from a client who only needed a web browser installed. All of these have combined to enable emerging trends in GIS software, such as the use of cloud computing, software as a service (SAAS), and smartphones to broaden the availability of spatial data, processing, and visualization.


Types of software

The software component of a traditional geographic information system is expected to provide a wide range of functions for handling spatial data: * ''Data management'', including the creation, editing, and storage of
geographic data Geographic data and information is defined in the ISO/TC 211 series of standards as data and information having an implicit or explicit association with a location relative to Earth (a geographic location or geographic position). It is also call ...
, as well as transformations such as changing coordinate systems and converting between raster and vector models. * ''Spatial analysis'', including a range of processing tools from basic queries to advanced algorithms such as network analysis and vector overlay * ''Output'', especially cartographic design. The modern GIS software ecosystem includes a variety of products that may include more or less of these capabilities, collect them in a single program, or distribute them over the Internet. These products can be grouped into the following broad classes: ;Desktop GIS application :The traditional form of GIS software, first developed for mainframes and minicomputers, then Unix workstations, and now personal computers. A desktop GIS program provides a full suite of capabilities, although some programs are modularized with extensions that can be purchased separately. ;Server GIS application :A program which runs on a remote server (usually in concert with an HTTP server), handling many or all of the above functions, taking in requests and delivering results via the World Wide Web. Thus, the client typically accesses server capabilities using a normal web browser. Early server software was focused specifically on web mapping, only including the output phase, but current server GIS provides the full suite of functions. This server software is at the core of modern cloud-based platforms such a
ArcGIS Online
;Geospatial library :A software component that provides a focused set of documented functions, which software developers can incorporate into their own programs. In modern object-oriented programming languages such as C#, JavaScript and Python, these are typically encapsulated as classes with a documented
application programming interface An application programming interface (API) is a way for two or more computer programs to communicate with each other. It is a type of software interface, offering a service to other pieces of software. A document or standard that describes how t ...
(API). ; Spatial database :An extension to an existing database software program (most commonly, an object-relational database management system) that creates a geometry datatype, enabling spatial data to be stored in a column in a table, but also provides new functions to query languages such as SQL that include many of the management and analysis functions of GIS. This enables database managers and programmers to perform GIS functions without traditional GIS software. The current software industry consists of many competing products of each of these types, in both
open-source Open source is source code that is made freely available for possible modification and redistribution. Products include permission to use the source code, design documents, or content of the product. The open-source model is a decentralized sof ...
and commercial forms. Many of these are listed below; for a direct comparison of the characteristics of some of them, see Comparison of geographic information systems software.


Open source software

The development of open source GIS software has—in terms of software history—a long tradition with the appearance of a first system in 1978. Numerous systems are available which cover all sectors of geospatial data handling.


Desktop GIS

The following open-source desktop GIS projects are reviewed in Steiniger and Bocher (2008/9): * GRASS GIS – Geospatial data management, vector and raster manipulation - developed by the U.S. Army Corps of Engineers * gvSIG – Mapping and geoprocessing with a 3D rendering plugin * ILWIS (Integrated Land and Water Information System) – Integrates image, vector and thematic data. * JUMP GIS / OpenJUMP ((Open) Java Unified Mapping Platform) – The desktop GISs OpenJUMP, SkyJUMP, deeJUMP and Kosmo all emerged from JUMP. *
MapWindow GIS MapWindow GIS is a lightweight open-source GIS (mapping) desktop application and set of programmable mapping components. History MapWindow GIS and its associated MapWinGIS ActiveX Control were originally developed by Daniel P. Ames and a team of ...
– Free desktop application with plugins and a programmer library * QGIS (previously known as Quantum GIS) – Powerful cartographic and geospatial data processing tools with extensive plug-in support * SAGA GIS (System for Automated Geoscientific Analysis) – Tools for environmental modeling, terrain analysis, and 3D mapping * uDig – API and source code (Java) available. Besides these, there are other open source GIS tools: * Capaware – A C++ 3D GIS Framework with a multiple plugin architecture for geographic graphical analysis and visualization. *
Generic Mapping Tools Generic Mapping Tools (GMT) are an open-source collection of computer software tools for processing and displaying xy and xyz datasets, including rasterisation, filtering and other image processing operations, and various kinds of map projections ...
– A collection of command-line tools for manipulating geographic and Cartesian data sets and producing PostScript illustrations. *
FalconView FalconView is a mapping system created by the Georgia Tech Research Institute. It was initially developed for the Microsoft Windows, Windows family of operating systems; however, versions for Linux and mobile operating systems are under development ...
– A mapping system created by the Georgia Tech Research Institute for the Windows family of operating systems. A free, open source version is available. * Kalypso – Uses Java and GML3. Focuses mainly on numerical simulations in water management. *
TerraView TerraView is a GIS application built on the TerraLib GIS library. TerraView handles Vector graphics, vector data (polygons, lines, points) and raster data (grids and images), both of them stored in a relational or geo-relational database, including ...
– Handles vector and raster data stored in a relational or geo-relational database, i.e. a frontend for
TerraLib TerraLib is an open-source GIS software library that extends object-relational DBMS technology to handle spatiotemporal data types. The library supports different DBMS, including MySQL, PostgreSQL, and Oracle. Its vector data model is upwar ...
. *GWmodelS – free application software implementing Geographically Weighted (GW) models to analyse geo-spatial data. * Whitebox GAT – Cross-platform, free and open-source GIS software.


Other geospatial tools

Apart from desktop GIS, many other types of GIS software exist.


Web map servers

* GeoServer – Written in Java and relies on GeoTools. Allows users to share and edit geospatial data. * MapGuide Open Source – Runs on Linux or Windows, supports Apache and IIS web servers, and has APIs (PHP, .NET, Java, and JavaScript) for application development. * Mapnik – C++/Python library for rendering - used by
OpenStreetMap OpenStreetMap (OSM) is a free, open geographic database updated and maintained by a community of volunteers via open collaboration. Contributors collect data from surveys, trace from aerial imagery and also import from other freely licensed g ...
. * MapServer – Written in C. Developed by the University of Minnesota.


Spatial database management systems

* PostGIS – Spatial extensions for the open source
PostgreSQL PostgreSQL (, ), also known as Postgres, is a free and open-source relational database management system (RDBMS) emphasizing extensibility and SQL compliance. It was originally named POSTGRES, referring to its origins as a successor to the In ...
database, allowing geospatial queries. * ArangoDB – Builtin features available for Spatial data management, allowing geospatial queries. * SpatiaLite – Spatial extensions for the open source SQLite database, allowing geospatial queries. *
TerraLib TerraLib is an open-source GIS software library that extends object-relational DBMS technology to handle spatiotemporal data types. The library supports different DBMS, including MySQL, PostgreSQL, and Oracle. Its vector data model is upwar ...
– Provides advanced functions for GIS analysis. * OrientDB – Builtin features available for Spatial data management, allowing geospatial queries.


Software development frameworks and libraries (for web applications)

* GeoBase (Telogis GIS software)Geospatial mapping software available as a software development kit. * OpenLayers – Open source AJAX library for accessing geographic data layers of all kinds, originally developed and sponsored by MetaCarta. * Leafletjs – Open source JavaScript Library for Mobile-Friendly Interactive Maps


Software development frameworks and libraries (non-web)

* GeoTools – Open source GIS toolkit written in Java, using Open Geospatial Consortium specifications. * GDAL / OGR * Orfeo toolbox


Cataloging application for spatially referenced resources

* GeoNetwork opensource – A catalog application to manage spatially referenced resources * pycsw – pycsw is an OGC CSW server implementation written in Python


Spatial analysis frameworks and libraries/packages


package:GWmodel
an
package:gwverse
– free and open-source R packages implementing two frameworks for developing and applying Geographically Weighted (GW) models to analyse geo-spatial data.


Other tools

*
Chameleon Chameleons or chamaeleons (family Chamaeleonidae) are a distinctive and highly specialized clade of Old World lizards with 202 species described as of June 2015. The members of this family are best known for their distinct range of colors, bein ...
– Environments for building applications with MapServer.


Notable commercial or proprietary GIS software


Desktop GIS

Note: Almost all of the companies below offer Desktop GIS and WebMap Server products. Some such as Manifold Systems and Esri offer Spatial DBMS products as well.


Companies with high market share

* Autodesk – Products that interface with its AutoCAD software package include Map 3D, Topobase, and
MapGuide MapGuide Open Source is a web-based Cartography, map-making platform that enables users to quickly develop and deploy web mapping applications and geospatial web services. The application was introduced as open-source software, open-source by Auto ...
. * Bentley Systems – Products that interface with its MicroStation software package include Bentley Map and Bentley Map View. * ENVI – Utilized for image analysis, exploitation, and hyperspectral analysis. * ERDAS IMAGINE – Products include
Leica Photogrammetry Suite IMAGINE Photogrammetry (formerly Leica Photogrammetry Suite – LPS) is a software application for performing photogrammetric operations on imagery and extracting information from imagery. IMAGINE Photogrammetry is significant because it is a le ...
, ERDAS ER Mapper, ERDAS ECW/JP2 SDK ( ECW (file format)) and ERDAS APOLLO. * Esri – Products include ArcMap, ArcGIS, ArcSDE, ArcIMS, ArcWeb services and ArcGIS Server. * Intergraph – Products include G/Technology, GeoMedia, GeoMedia Professional, GeoMedia WebMap, and add-on products for industry sectors, as well as
photogrammetry Photogrammetry is the science and technology of obtaining reliable information about physical objects and the environment through the process of recording, measuring and interpreting photographic images and patterns of electromagnetic radiant ima ...
. *
MapInfo MapInfo Pro is a desktop geographic information system (GIS) software product produced by Precisely (formerly: Pitney Bowes Software and MapInfo Corporation) and used for mapping and location analysis. MapInfo Pro allows users to visualize, anal ...
– Desktop GIS MapInfo Professional. * Smallworld


Companies with minor but notable market share

* Cadcorp – Products include Cadcorp SIS, GeognoSIS, mSIS and developer kits. * Caliper – Products include
Maptitude Maptitude is a mapping software program created by Caliper Corporation that allows users to view, edit and integrate maps. The software and technology are designed to facilitate the geographical visualization and analysis of either included dat ...
,
TransModeler TransModeler is the name of a based traffic simulation platform for doing wide-area traffic planning, traffic management, and emergency evacuation studies that is developed by Caliper Corporation. It can animate the behavior of multi-modal tr ...
and TransCAD. *
Conform Conformity is the act of matching attitudes, beliefs, and behaviors to group norms, politics or being like-minded. Norms are implicit, specific rules, shared by a group of individuals, that guide their interactions with others. People often choo ...
by GameSim – Software for fusing and visualizing elevation, imagery, vectors, and LiDAR. The fused environment can be exported into 3D formats for gaming, simulation, and urban planning. * Dragon/ips – Remote sensing software with GIS capabilities. *
Geosoft Geosoft Incorporated is a software development and services company headquartered in Toronto, Canada. The company provides geophysical and geological software and geospatial server technology for professional geoscientists involved in natural r ...
– GIS and data processing software used in natural resource exploration. *
GeoTime GeoTime is geospatial analysis software that allows the visual analysis of events over time. It adds time as the third dimension to a two-dimensional map (which can include 3D projection of terrain elevation geodata or any abstract diagrammatic ...
– software for 3D visual analysis and reporting of location data over time; an
ArcGIS extension ArcGIS is a family of client, server and online geographic information system (GIS) software developed and maintained by Esri. ArcGIS was first released in 1999 and originally was released as ARC/INFO, a command line based GIS system for manipu ...
is also available. * Global Mapper – GIS software package currently developed by
Blue Marble Geographics Blue Marble Geographics is a developer and provider of geographic information system software products focused on data translation. They provide software products and services for working with GIS data in different formats. Blue Marble is a mem ...
; originally based on USGS dlgv32 source code. *
Golden Software Golden Software LLC is a privately held, American company based in Golden, Colorado. It develops and markets a small catalog of GIS and scientific software. Founded in 1983, Golden Software was the first to market three-dimensional surface an ...
– GIS and scientific software. Products include ''Surfer'' for gridding and contouring, ''MapViewer'' for thematic mapping and spatial analysis, ''Strater'' for well or borehole logging and cross sections, ''Voxler'' for true 3D well and component mapping, ''Didger'' for digitizing and coordinate conversion, and ''Grapher'' for 2D and 3D graphing. * Kongsberg Gallium Ltd. – Products include InterMAPhics and InterView. * MapDotNet – Framework written in C#/.NET for building WPF, Silverlight, and HTML5 applications. * Manifold System – GIS software package. * RegioGraph by
GfK GeoMarketing GfK (originally german: GfK-Nürnberg Gesellschaft für Konsumforschung e.V., lit=Nuremberg Society for Consumer Research, label=none) is a provider of data and intelligence to the consumer goods industry. It is headquartered in Nuremberg, Germa ...
– GIS software for business planning and analyses; company also provides compatible maps and market data. *
RemoteView RemoteView is the family name of a group of software programs designed by Textron Systems Geospatial Solutions to aid in analyzing satellite or aerial images of the Earth's surface for the purpose of collecting and disseminating geospatial intell ...
* SuperMap Inc. – a GIS software provider that offers Desktop, Component, Web, and Mobile GIS. * TerrSet (formerly IDRISI) – GIS and Image Processing product developed by Clark Labs at Clark University. * TNTmips by MicroImages – a system integrating desktop GIS, advanced image processing, 2D-3D-stereo visualization, desktop cartography, geospatial database management, and webmap publishing. *
twiGIS twiGIS is a web-based geographical information system software, developed by (former CAD Studio, part of the European group Arkance). Compatible with standard GIS and mapping technologies, like QGIS, PostGIS, AutoCAD Map 3D, What3words and ESR ...
– a web based GIS/FM software, developed by Arkance Systems.


GIS as a service

Many suppliers are now starting to offer Internet based services as well as or instead of downloadable software and/or data. These can be free, funded by advertising or paid for on subscription; they split into three areas: * SaaS – Software as a Service: Software available as a service on the Internet ** ArcGIS Online – Esri's cloud based version of ArcGIS ** CartoDB – Online mapping platform that offers an open source, cloud based SaaS model ** Mapbox – Provider of custom online maps for websites * PaaS – Platform as a Service: geocoding or analysis/processing services ** ArcGIS Online ** FME Cloud ** Google Maps JavaScript API version 3 ** Here Maps JavaScript API version ** Microsoft Bing Geocode Dataflow API ** US Census Geocoder *
DaaS DAAS, DaaS or Daas may refer to: * Data as a Service (DaaS), a model of delivering dynamic data * Desktop as a service (DaaS): "desktop" virtualization in computing * Daas (2005 film), an Indian Tamil romantic film * Daas (2011 film), a Polish f ...
– Data as a Service: data or content services ** ArcGIS Online **
Apple Maps Apple Maps is a web mapping service developed by Apple Inc. The default map system of iOS, iPadOS, macOS, and watchOS, it provides directions and estimated times of arrival for driving, walking, cycling, and public transportation navigation. ...
** Google Maps ** Here Maps **
OpenStreetMap OpenStreetMap (OSM) is a free, open geographic database updated and maintained by a community of volunteers via open collaboration. Contributors collect data from surveys, trace from aerial imagery and also import from other freely licensed g ...
** Microsoft
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. Since 20 ...


Spatial DBMS

* Boeing's Spatial Query Server – Spatially enables Sybase ASE. *
IBM Db2 Db2 is a family of data management products, including database servers, developed by IBM. It initially supported the relational model, but was extended to support object–relational features and non-relational structures like JSON a ...
– Allows spatial querying and storing of most spatial data types. * Informix – Allows spatial querying and storing of most spatial data types. * MySQL – Allows spatial querying and storing of most spatial data types. * Microsoft SQL Server (2008 and later) – GIS products such as MapInfo and Cadcorp SIS can read and edit this data while Esri and others are expected to be able to read and edit this data at some point in the future. * Oracle Spatial – Product allows users to perform geographic operations and store spatial data types in an Oracle environment. Most commercial GIS packages can read and edit spatial data stored in this way. * SAP HANA – Allows users to store common spatial data types, load spatial data files with well-known text (WKT) and well-known binary (WKB) formats and perform spatial processing using SQL. Open Geospatial Consortium (OGC) certification allows third party GIS software providers to store and process spatial data. GIS products such as ArcGIS from Esri work with HANA. * Teradata – Teradata geospatial allows storage and spatial analysis on location-based data which is stored using native geospatial data-types within the Teradata database. *
VMDS VMDS abbreviates the relational database technology called Version Managed Data Store provided by GE Energy as part of its Smallworld technology platform and was designed from the outset to store and analyse the highly complex spatial and topologi ...
– Version managed data store from Smallworld. * Crunchy Certified PostGIS - Open Geospatial Consortium certified open source distribution of PostgreSQL with PostGIS from Crunchy Data.


Geospatial Internet of Things

*
SensorUp SensorUp Inc. is an Internet of Things company based in Calgary, Alberta, Canada. SensorUp led the development of the Open Geospatial Consortium SensorThings API standard specification, an open and unified geospatial framework to interconnect IoT ...
– SensorUp provides the Cloud hosting and SDKs, based on the Open Geospatial Consortium SensorThings API standard.


See also

* Comparison of geographic information systems software *
GIS Live DVD ''GIS Live DVD'' is a type of the thematic Live CD containing GIS/ RS applications and related tutorials, and sample data sets. The general sense of a ''GIS Live DVD'' is to demonstrate the power of FLOSS GIS and encourage users to start on FLOSS ...
* Open Source Geospatial Foundation (OSGeo)


References

{{DEFAULTSORT:Gis Software Lists of software