Skip to main content

Software Development

Software Development: Google Earth Tweet Mapper
<span>98 words</span><span class="px-2 text-primary-500">&middot;</span><span title="Reading time">1 min</span>
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
<span>358 words</span><span class="px-2 text-primary-500">&middot;</span><span title="Reading time">2 mins</span>
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.
Software Development: Dynamic Google Earth Launcher
<span>423 words</span><span class="px-2 text-primary-500">&middot;</span><span title="Reading time">2 mins</span>
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.