Skip to main content

Software Development

2023

Software Development: Google Earth Tweet Mapper
98 words·1 min
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.
Software Development: Web Feature Service Connector
358 words·2 mins
The following showcases a Java program that retrieves and parses features from a Web Feature Service (WFS) using GeoTools. The chosen data source is the city of Vienna’s WFS for open data.

2022

Software Development: Dynamic Google Earth Launcher
423 words·2 mins
The following showcases a Java program that generates and opens a Google Earth KML file with a set of placemarks, each corresponding to a geographic location specified by a pair of latitude and longitude coordinates.