Update End of Term Assignment authored by Zorenböhmer Christina's avatar Zorenböhmer Christina
......@@ -7,13 +7,14 @@
This End of Term (EoT) Assignment
- [ ] Create an executable Java class called “GoogleEarthTweetMapper”, which integrates data from an OGC WMS and a Tweets Text file, and displays them in Google Earth
- [ ] WMS Connection and Download
- [ ] Integration of the WMS Image into Google Earth
- [ ] Download Tweets text file
- [ ] Convert Tweets to KML
- [ ] Convert Tweets to extruding polygon features with timestamp
- [ ] Launch Google Earth and all KML files
- Create an executable Java class called “GoogleEarthTweetMapper”, which integrates data from an OGC WMS and a Tweets Text file, and displays them in Google Earth
- WMS Connection and Download
- Integration of the WMS Image into Google Earth
- Download Tweets text file
- Convert Tweets to KML
- Convert Tweets to extruding polygon features with timestamp
- Launch Google Earth and all KML files
......
......