-- ⭔ ♞ - ❀ - ♞ ⭔ --
Table of Contents
This project was done during the winter term 2024/25 at ifgi Münster as part of the Spatial Information Search Course of the Master in Geoinformatics.
In this project a collaborative and interactive Web-Application was implemented. The App includes a Chatbot which is linked to a leaflet map. It is knowledged about the geometries and the federal relations of Northrhine-Westphalia.
It consists of multiple components, which will be explained in the following:
In order to use the chatbot, one has to enter a purchased Open AI API Key The field for entering the key opens on loading the /chat page.
On the left side of the page is the chat where you can asks questions similar to our listet examples. After asking the question the chatbot takes some time to generate the answer. When the answer is computet, the named entities in question and answer are visualized on the right side on the leaflet map.
- Where lies (city/district/administrative district)?
- Which cities lie in the district of (district)?
- Which cities/districts lie in the administrative district of (administrative district)?
- What is the size of (city/districts/administrative district)?
- What is the distance between (city) and (city)?
- What is the distance between (district) and (district)?
- What is the distance between (administrative district) and (administrative district)?
- Show me every city that lies western of (city)?
- Show me every district that lies western of (district)?
- Show me every administrative district that lies western of (administrative district)?
- In which direction lies (city) from (city)?
- In which direction lies (district) from (district)?
- In which direction lies (administrative district) from (adnministrative district)?
- Show me all Neighbors of (city/district/administrative district)?
- Clone the repo
https://github.com/Felioxx/SIS-Course
- Install NPM packages in the root directory.
cd App npm install - Run the application
npm start
- Works with the “complete” geometries
- Has knowledge about the relations
- Visualization on map
- Easy to use (less complex than Google Maps f.e.)
- Local government workers
- Citizens
- People who struggle with current Map services
- Easy useage
- Precise visualization
- Correct distances
- Explanation of the federal system
Copyright (c) 2025 Spacey GmbH
Distributed under the MIT License. See LICENSE.txt for more information.
Eva Langstein - elangste@uni-muenster.de
Anne Staskiewicz - anne.staskiewicz@uni-muenster.de
Felix Disselkamp - fdisselk@uni-muenster.de

