National Repository of Grey Literature 15 records found  1 - 10next  jump to record: Search took 0.00 seconds. 
Webový nástroj pro prohlížení a správu geografických a obrazových dat
Filas, Miroslav ; Klíma, Ondřej (referee) ; Musil, Petr (advisor)
The goal of this Bachelor's thesis was to design and implement an interactive web application used for previewing and managing geographical and image data. The key part of the solution is displaying geographical elements in map and image views, as well as implementation of optimization techniques of predictive loading. As a result, an app was developed with the client side implemented in the Vue.js framework, and the server side implemented with the FastAPI library and the MongoDB database.
Web Application for Defining Graphical Objects on a Map
Tlčina, Andrej ; Škarvada, Libor (referee) ; Hynek, Jiří (advisor)
The goal of the bachelor thesis is to create an authoring system that will help users to create thematic maps with custom geographical objects and custom generic datasets. This bachelor thesis presents an authoring system that provides tools for creating simple and complex geographical objects. The system allows users to import their datasets, containing generic data, like data about sales, wages, population. The data, contained in mentioned datasets, can be mapped to created geographical object using an identifier. The bachelor thesis is an extension of the project Geovisto, which uses predefined geographical objects for data visualization. The extension will bring the possibility of creating custom graphical features or editing predefined ones, which can be used in other parts of the project.
Web application for Cybersecurity Job Ads Analysis
Turek, Adam ; Sikora, Marek (referee) ; Ricci, Sara (advisor)
Cílem bakalářské práce je vytvoření interaktivní celosvětové mapy zobrazující databázi pracovních inzerátů ve webové aplikaci a provedení filtrování podle různých parametrů, kde je následně provedena analýza strojového učení. Také mapa zobrazuje počet inzerátů na pracovní pozice podle příslušných států. Webová aplikace je vytvořena pomoci JavaScriptové knihovny ReactJS spojené s LeafletJS, které zajišťují hlavní funkcionalitu. Část se strojovým učením a změna skriptů je realizována pomocí programovacího jazyku Python. Práce popisuje teoretickou část a implementaci jednotlivých funkcí mapy a dále se zabývá popisem a úspěsnou úpravou skriptů pro účely provedení strojového učení.
Georeferenced Data Visualization on Web-Based Map Interface
Růžička, Štěpán ; Polok, Lukáš (referee) ; Bartoň, Radek (advisor)
The master's thesis is concerned with design and implementation of library extending OpenLayers. For the solution was used JavaScript programming language. Part of this thesis is devoted to description of standards for maintaining and transfering geographic information and to JavaScript map presenting libraries and REST services.
Public Transportation Lines classification by GNSS data
Pizur, Jaroslav ; Lázna, Tomáš (referee) ; Jílek, Tomáš (advisor)
The subject of this thesis is digitalization of bus transportation. The input is represented by a sequence of GNSS data which are transformed to the OpenStreetMap format. Doing so, it is enriched by the information OpenStreetMap format provides and it gains its positional advantages as well. Then this thesis deals with ways by which one can detect bus lines from this general sequence of GNSS coordinates. A bus line is recognized as a repeating trajectory, which satisfies criteria derived from its expectable or defined characteristics. A few clustering solutions are proposed and tested for their performance. On the basis of this testing, there is one solution chosen as the best performing one, to be the proposed solution of this thesis. The overall output will therefore be formed by automatic mapping of bus lines with no theoretical area limit and with minimum manual intervention needed. It lays the foundations for various intelligent real-time processes to be implemented as well as allowing for infrastructure to be processed for the statistics purposes or urban planning.
Fitness Map Application
Hrůza, Tomáš ; Drga, Jozef (referee) ; Rozman, Jaroslav (advisor)
As the world continues to evolve and expand, the need for modern solutions rapidly grows. Large portion of the population tends to keep track of their lifestyle which in turn provides an opportunity for companies to create many different fitness devices and applications. The goal of this bachelor's thesis is to provide a new kind of motivation to get out into the world, provided by yet another web application. However this application provides its user with motivation in the form of a minigame - the user travels through the world and the application then calculates the area he captures using a Voronoi diagram based on his route. Another feature the application provides is viewing your routes in a merged, averaged form. This comes in handy when the user would like to approximate his actual route over several different activities. The first part of this bachelor's thesis collects information about different commonly used fitness applications. Out of all those a web application called Strava was chosen as a base for collecting user data. The resulting web application connects to Strava using OAuth and retrieves routes the user has collected using the Strava mobile application. One of the last chapters focuses on describing the implementation details about used and created algorithms. It additionally contains description of scripts which were used to extract data out of OpenStreetMap database and calculate Voronoi regions based on them. To store and search through calculated regions, a MySQL database is used. The application is  developed using modern frameworks and is heavily oriented around a comfortable user interface and responsive web design.
Information System for Management of Geographical Objects
Feňko, Šimon ; Škarvada, Libor (referee) ; Hynek, Jiří (advisor)
The aim of this semester project is to design and implement an information system for managing geographic objects created using the Geovisto programming library. As part of the project, the user should be able to save their created geoJSONs using tools, share them with other users, and import their own geoJSON files. The system was designed and implemented in JavaScript and utilizes the JavaScript frontend library React to create user interfaces. Additionally, the user database and their stored GeoJSONs were implemented using the object-relational database system PostgreSQL.
Fitness Map Application
Hrůza, Tomáš ; Drga, Jozef (referee) ; Rozman, Jaroslav (advisor)
As the world continues to evolve and expand, the need for modern solutions rapidly grows. Large portion of the population tends to keep track of their lifestyle which in turn provides an opportunity for companies to create many different fitness devices and applications. The goal of this bachelor's thesis is to provide a new kind of motivation to get out into the world, provided by yet another web application. However this application provides its user with motivation in the form of a minigame - the user travels through the world and the application then calculates the area he captures using a Voronoi diagram based on his route. Another feature the application provides is viewing your routes in a merged, averaged form. This comes in handy when the user would like to approximate his actual route over several different activities. The first part of this bachelor's thesis collects information about different commonly used fitness applications. Out of all those a web application called Strava was chosen as a base for collecting user data. The resulting web application connects to Strava using OAuth and retrieves routes the user has collected using the Strava mobile application. One of the last chapters focuses on describing the implementation details about used and created algorithms. It additionally contains description of scripts which were used to extract data out of OpenStreetMap database and calculate Voronoi regions based on them. To store and search through calculated regions, a MySQL database is used. The application is  developed using modern frameworks and is heavily oriented around a comfortable user interface and responsive web design.
Web application for Cybersecurity Job Ads Analysis
Turek, Adam ; Sikora, Marek (referee) ; Ricci, Sara (advisor)
Cílem bakalářské práce je vytvoření interaktivní celosvětové mapy zobrazující databázi pracovních inzerátů ve webové aplikaci a provedení filtrování podle různých parametrů, kde je následně provedena analýza strojového učení. Také mapa zobrazuje počet inzerátů na pracovní pozice podle příslušných států. Webová aplikace je vytvořena pomoci JavaScriptové knihovny ReactJS spojené s LeafletJS, které zajišťují hlavní funkcionalitu. Část se strojovým učením a změna skriptů je realizována pomocí programovacího jazyku Python. Práce popisuje teoretickou část a implementaci jednotlivých funkcí mapy a dále se zabývá popisem a úspěsnou úpravou skriptů pro účely provedení strojového učení.
Web Application for Defining Graphical Objects on a Map
Tlčina, Andrej ; Škarvada, Libor (referee) ; Hynek, Jiří (advisor)
The goal of the bachelor thesis is to create an authoring system that will help users to create thematic maps with custom geographical objects and custom generic datasets. This bachelor thesis presents an authoring system that provides tools for creating simple and complex geographical objects. The system allows users to import their datasets, containing generic data, like data about sales, wages, population. The data, contained in mentioned datasets, can be mapped to created geographical object using an identifier. The bachelor thesis is an extension of the project Geovisto, which uses predefined geographical objects for data visualization. The extension will bring the possibility of creating custom graphical features or editing predefined ones, which can be used in other parts of the project.

National Repository of Grey Literature : 15 records found   1 - 10next  jump to record:
Interested in being notified about new results for this query?
Subscribe to the RSS feed.