Skip to main content
  1. Masters/

Software Development: Google Earth Tweet Mapper

·98 words·1 min·
Table of Contents

The following showcases a Java program developed to integrate data from a CSV file and an OGC WMS into a KML file and open the file with Google Earth. The final KML file displays tweets as placemarks along a timescale and uses a WMS image as a ground overlay. GeoTools and OpenCSV were used as external libraries.

Demo #

Code #

The following is the code developed for this project sepertated by class.

Google Earth Tweet Mapper

File Downloader

CSV Parser

WMS Connector

KML Writer

Google Earth Launcher

Documentation #