Skip to content

End of Term Assignment for PLUS CDE Introduction to Software Development - Visualizing WMS requests as well as Tweets and their profanity content via KML, implemented in Java.

License

Notifications You must be signed in to change notification settings

simon-donike/eot_donike_porti

Repository files navigation

PLUS CDE

Software Development End of Term Assignment

S.Donike & A. Porti (2021)

This repository contains Java classes completing the following tasks:

  • GoogleEarthTweetMapper.java: main class
  • WMSconnector.java: create WMS request and save it to PNG
  • CSVtoKML.java: read twitter.csv and parse into KML
  • CSVtoKML_polygon.java: read twitter.csv, create polygons, visualize weather tweets contain profanity or not

Final Result

The final result of turning the tweet coordinates into polygons and coloring them by checking for profanity can be seen here. the created KML file is shown via Google Earth Pro.
final_result

Flowcharts:

GoogleEarthTweetMapper.java - main
main

WMSconnector.java
wms

CSVtoKML.java
point

CSVtoKML_polygon.java
poly

The polygons are created by adding/substracting to the coordinates according to the following schema:
shift

About

End of Term Assignment for PLUS CDE Introduction to Software Development - Visualizing WMS requests as well as Tweets and their profanity content via KML, implemented in Java.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages