Working with 3D to visualise geolocation

Visualising data in 3D. Jogl

After looking at various programming languages I have settled upon java and jogl (java bindings to Open GL) to work in 3D. I initially came upon jogl through processing 1.0, where it is used widely in a limited way. Using Java with jogl takes control to a deeper level and allows for fairly quick development once you get the hang of it. Actually when I saw the Java jogl demos I was pretty blown away especially after working with Java and having to live with its slow, old and patchy multimedia support, but jogl well, this is something else!