What is GIS? - Geographic Information System
The abbreviation GIS stands for geographic information system.
A geographic information system or GIS is a system for displaying and processing geodata, i.e. data to which a spatial position has been assigned.
With a geographic information system, complex issues can be visualized, presented and analyzed in a structured manner.
A GIS market was established in the mid-1980s. Authorities and universities in particular first recognized the great benefits of using GIS. The rapid technical progress of computers enabled the first GIS jobs to be created.
Purely graphically, a GIS consists of one or more layers on which data or geodata are stored. As a definition of GIS, one could also call (like Arni) Google Maps with streets, places etc., because one can analyze and visualize geodata with Google Maps.
Google Maps helps to find the fastest way between two points/locations taking into account different modes of transport and is basically an interactive map.
Incidentally, a free alternative to Google Maps is OpenStreetMap. OpenStreetMap, also OSM, is a project that deals with creating a free world map for everyone. This is licensed under the license "Open Database License (ODbL) 1.0" Open Database License (ODbL) 1.0 ")" and can therefore also be used commercially for free.
With a GIS, you have the option of throwing together a wide variety of geodata in order to be able to recognize new patterns from this data. For example, orthophotos, topographic maps, statistical data and even technical plans can be integrated.
These are displayed on different layers, which can be shown or hidden as required. A geographic information system with the corresponding data thus provides the answers to many questions.
- Where are the most potential buyers for a product located?
- Where do supply and disposal lines run?
- Where do school catchments run and how does this affect public transport?
A geographic information system basically consists of:
- Software or Applications
- Hardware
- Data
- Management / organization
What GIS software is there?
There is relatively a large selection of GIS software options. These are available as open-source projects, which are provided free of charge, and as paid versions, which can cost up to several thousand euros for a fully equipped version.
A well-known Open Source GIS is QGIS, which offers an extensive number of plugins and a very large community, which pushes the project forwards. QGIS is especially recommended for beginners, as there is a lot of documentation and you can of course use QGIS anywhere for free.
Two of the most popular proprietary GIS software ptions are Esri ArcGIS (Pro) and AutoCAD Map3D from Autodesk.
Which software is the better one cannot be said in general. This depends on several factors, but mainly the purpose and the budget available.
Hardware
First of all, of course, you need a powerful computer on which the software works smoothly. The requirements of the GIS programs are similar to those of PC games, which is why a middle class "Gaming PC" offers a good GIS workplace.
More and more users are now also using mobile devices, for example tablets. These can be connected to GNSS receivers and you are able to record, edit and transfer high-quality geodata directly into a geographic information system from outdoor surveying work.
This saves a lot of time and work, since objects are measured outside in the classic way and this data is then incorporated in the office, which would be omitted here.
Data - Geodata
Geodata is information that have a spatial reference. Everything happens somewhere. If you capture the "what" and "where" you will have geodata.
There are various ways of storing geodata and integrating them into a geographic information system. The most common options for storing geodata are:
- in Databases (eg. PostgreSQL, MariaDB, MySQL etc.)
- as shapefile (format for spatial data developed by ESRI)
- as GeoJSON
- as XML or KML
- in CAD formats like DXF / DWG
- and much more (see GIS data format)
This data can be integrated into the geographic information system locally or via the web.
Areas of application of GIS
Geographic information systems are mainly used in:
- Municipalities, cities, counties, regional offices (GIS municipal)
- Surveying and land registry
- Energy supply (water, sewage, electricity, gas, etc.)
- Property Management
- Engineering offices (urban and traffic planning)
Conclusion
A geographic information system has become indispensable in many private and public areas. Property registers, supply networks and much more can be integrated very easily in a GIS. This data can then be maintained in the geographic information system and serve as the basis for further analyzes. With the help of GIS, complex problems can be clearly visualized and decisions and solutions can be found quickly and effectively.
Updated 15 September 2021 at 20:16 GMT+2
About The Author
Geospatial Developer
Hi, I'm Max (he/him). I am a geospatial developer, author and cyclist from Rosenheim, Germany.
Have you published a response to this? Send me a webmention by letting me know the URL.
Found no Webmentions yet. Be the first!
Newsletter
Continue Reading
How to create a Mapnik stylesheet for displaying any data from PostgreSQL/PostGIS
In this article i want to show you how you can build your own Mapnik stylesheet for displaying any data from PostgreSQL/PostGIS. The Mapnik Stylesheet XML can be used for a tile-server with your custom style.Continue reading...
How i constantly track my location and display a web-map with all the locations
Inspired by Aaron Parecki and who he has been tracking his location since 2008 with an iPhone app and a server side tracking API i decided to go for a similar approach. I wanted to track my position constantly with my Android smartphone and use the data to display a map with all locations i have ever been to.Continue reading...
Fetching and storing activities from Garmin Connect with Strapi and visualizing them with NextJS
Step-by-step guide explaining how to fetch data from Garmin Connect, store it in Strapi and visualize it with NextJS and React-Leaflet.Continue reading...