Solution name: 3D Environment Visualization System Version: 0.6.0 (June-30-2015) Goal: This solution offers a integrated analytical system for the support in the data visualization in a three-dimensional space. Dimensionality of Three-Dimensional Computation Visualization is: X axis: location in direction North - South; Y axis: location in direction East - West; Z axis: location in depth. Programming language: Python, JavaScript, WebGL, HTML5, CSS3. Operational System: Linux, Windows, Mac OS X Copyright: Creative Commons Attribution-ShareAlike 4.0 International License. External dependencies: Firefox Browser. Disponible in: [https://www.mozilla.org/]. Mozilla Public License 2.0 (MPL). sudo apt-get update sudo apt-get install firefox ### Requirements: ### 1. If exists GPU NVIDIA Controller in the hardware, ### then is mandatory the Driver NVIDIA must be properly installed. ### If only Intel HD Graphics 4000 or higher, ### then you are ready for use. ### 2. Is mandatory enable WebGL in Firefox Browser. ### URL: about:config ### webgl.force-enabled;true Safari Browser. Disponible in: [https://www.apple.com/safari/]. ### How do I enable WebGL in Safari 5.1? ### In Safari, open the Safari menu and select Preferences. ### Then, click the Advanced tab in the Preferences window. ### Then, at the bottom of the window, check the Show Develop menu in menu bar checkbox. ### Then, open the Develop menu in the menu bar and select Enable WebGL. ### Have fun! ### How do I enable WebGL in Safari 7 on Mac OS X 10.9 ? ### In Safari, open the Develop menu in the menu bar and select Enable WebGL. Usage: [user-path][current-install-path/evs3d/] evs3d-test.sh Default Web-site install location in Linux: /var/www/html/ Default Solution install location in Linux: /var/www/html/webgl/evs3d/ Security settings recommendation: *** append "index.html" file in each path in the web-site for prevent browsing files. Convention of directory names: evs3d/src/python/br/inpe/cea/dge/evs3d/webgl/ where: evs3d/ ---> solution workspace name webgl/ ---> required HTML5 and WebGL support preview/ ---> files generated for the visualization in Firefox browser css/ ---> resource files of solution images/ ---> resource files of solution lib/ ---> library three.js ---> A JavaScript 3D Library which makes WebGL simpler js/ ---> resource files of solution data.js ---> resource Cuboids data myscript.js ---> logic of reader for the data.js file src/ ---> source codes of solution python/ ---> python codes br/ ---> package of reverse URL domain inpe/ ---> package of reverse URL domain cea/ ---> package of reverse URL domain dge/ ---> package of reverse URL domain evs3d/ ---> package name of project webgl/ ---> package name of webgl container