Skip to content

Latest commit

 

History

History
62 lines (45 loc) · 1.71 KB

README.md

File metadata and controls

62 lines (45 loc) · 1.71 KB

Geodata is an application used to visualize local and worldwide siesmic events.


Features:
  • GeoNet & USGS data support.
  • Minimal internet required.
  • NGINX docker support.
  • Lightweight & very fast.
  • Highly secure.
  • Event clustering.
  • Scaleable.
  • Client-side processing.

Planned:
  • Statistics.
  • USGS time & date.
  • Map interaction features.
  • Cluster colour.
  • Cluster-land colour.
  • Time-based colour.
  • Mag-based colour.
  • Swarm detection.
  • Magnitude - event size.
  • Offline support

Data

GeoJSON

FeatureDisabled

FeatureDisabled

FeatureDisabled

FeatureDisabled

22-Sep 2022 - M5.8 South Island of New Zealand


Clustering

FeatureDisabled

FeatureDisabled

FeatureDisabled

FeatureDisabled


Docker NGINX Server

Within this directory run:
  • chmod -R ugo+rwx geodata
  • docker pull nginx
  • sudo docker run -it --rm -d -p 80:80 -v $(pwd)geodata:/usr/share/nginx/html nginx

FeatureDisabled

Read more about securing Docker containers.