Skip to content

Latest commit

 

History

History
32 lines (24 loc) · 1.75 KB

README.md

File metadata and controls

32 lines (24 loc) · 1.75 KB

Interactive 3D visualization of geographical data based on open sources using web technologies

Bachelor's thesis and project.

Thesis: W04_241292_2020_praca inżynierska.pdf

TL;DR Showcase: https://www.youtube.com/playlist?list=PLyeCQ8hecTFeg8e4jMXlo86sxF_HxElCp

Run example visualizations in Storybook:

docker run -p 8080:80 kopernick/geovis-core-storybook:latest

What's in here?

For my Bachelor's thesis, I've implemented a library for developing geographical visualizations for the web and an example application that utilizes it. The library provides basic orbit camera abstractions and controls. The visualization system is fully extensible, allowing one visualization to be built on top of another.

Directories:

  • docs - LaTeX source and output of the thesis
  • engine - geographical visualization library with example visualizations
  • testTileService - service simulating OpenStreetMap endpoints to test visualization based on tiles
  • app - SPA that imports the engine library and allows switching between visualizations

Example visualizations

Earth

image

Satellites of choice live (https://celestrak.org/)

image

Weather Tiles (OSM + https://www.rainviewer.com/)

image

Active satellites live (https://celestrak.org/)

image