webgl-globe | WebGL Globe is a platform for visualizing latitude | Map library

 by   dataarts JavaScript Version: Current License: Non-SPDX

kandi X-RAY | webgl-globe Summary

kandi X-RAY | webgl-globe Summary

webgl-globe is a JavaScript library typically used in Manufacturing, Utilities, Aerospace, Defense, Geo, Map, Three.js, WebGL applications. webgl-globe has no bugs, it has no vulnerabilities and it has medium support. However webgl-globe has a Non-SPDX License. You can download it from GitHub.

The WebGL Globe is an open platform for geographic data visualization created by the Google Data Arts Team. We encourage you to copy the code, add your own data, and create your own globes. Check out the examples at and if you create a globe, please share it with us. We post our favorite globes publicly. The WebGL Globe supports data in JSON format, a sample of which you can find here. webgl-globe makes heavy use of the Three.js library.
Support
    Quality
      Security
        License
          Reuse

            kandi-support Support

              webgl-globe has a medium active ecosystem.
              It has 3462 star(s) with 1185 fork(s). There are 272 watchers for this library.
              OutlinedDot
              It had no major release in the last 6 months.
              There are 26 open issues and 20 have been closed. On average issues are closed in 5 days. There are 4 open pull requests and 0 closed requests.
              It has a neutral sentiment in the developer community.
              The latest version of webgl-globe is current.

            kandi-Quality Quality

              webgl-globe has 0 bugs and 0 code smells.

            kandi-Security Security

              webgl-globe has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.
              webgl-globe code analysis shows 0 unresolved vulnerabilities.
              There are 0 security hotspots that need review.

            kandi-License License

              webgl-globe has a Non-SPDX License.
              Non-SPDX licenses can be open source with a non SPDX compliant license, or non open source licenses, and you need to review them closely before use.

            kandi-Reuse Reuse

              webgl-globe releases are not available. You will need to build from source code and install.
              Installation instructions are not available. Examples and code snippets are available.
              webgl-globe saves you 57135 person hours of effort in developing the same functionality from scratch.
              It has 65511 lines of code, 91 functions and 1328 files.
              It has high code complexity. Code complexity directly impacts maintainability of the code.

            Top functions reviewed by kandi - BETA

            kandi has reviewed webgl-globe and discovered the below as its top functions. This is intended to give you an instant insight into webgl-globe implemented functionality, and help decide if they suit your requirements.
            • Creates a beautifier .
            • Creates a set of signal definitions and sets the corresponding signal definition
            • Style the given HTML .
            • The Parser object .
            • Returns next token in input .
            • handle conditional statement
            • Parse punctuator token .
            • Default prefetch function .
            • Searches for single selector .
            • Animation animation .
            Get all kandi verified functions for this library.

            webgl-globe Key Features

            No Key Features are available at this moment for webgl-globe.

            webgl-globe Examples and Code Snippets

            No Code Snippets are available at this moment for webgl-globe.

            Community Discussions

            QUESTION

            Where to upload data in Webgl -globe?
            Asked 2019-May-06 at 20:59

            I've just downloaded the whole folder from this link:

            https://github.com/dataarts/webgl-globe

            I would like to do the same data visualization, but if I open the file index.html, inside the globe directory, but the globe doesn't appear, and I don't know the problem.

            Another doubt is: if I substitute the json file with my data (always in json format) it should work?

            How can I solve these problems? Thanks in advance

            ...

            ANSWER

            Answered 2019-May-06 at 19:08

            Ah, I see what your problem is- you'll need this content to be served up by a simple server of your choice. (The simplest of which is probably this Node.js package: http-server - you'll need git and Node.js installed)

            I've just got your demo working for you, with the following steps:

            1. Get a simple node server. npm install http-server -g (you need it global installed)
            2. Get the demo files: git clone https://github.com/dataarts/webgl-globe.git and cd webgl-globe.
            3. Start the web server, from the current directory just run http-server .
            4. Then in your browser navigate to http://localhost:8080/globe - and boom it'll be working perfectly.

            And in answer to your second question, as long as your data is in the following format, (the same as this example data) it should work fine when you plug your json in:

            Source https://stackoverflow.com/questions/56010182

            QUESTION

            How to get lat long values of point at center of screen in WebGL Globe?
            Asked 2018-Jan-14 at 16:15

            Google's WebGL Globe allow placing markes at a specific lat long. But how can we get the lat long value of point currently at front or at center of screen. May be using camera position or rotation value.

            We can use below code to find position on globe from lat long values:

            ...

            ANSWER

            Answered 2018-Jan-13 at 16:28

            As far as I can see there’s no direct way to get it. I see two options:

            • you can either modify globe.js to “export” the rotation object: add the following at the end of globe.js, just after this.scene = scene;:

            Source https://stackoverflow.com/questions/48240677

            Community Discussions, Code Snippets contain sources that include Stack Exchange Network

            Vulnerabilities

            No vulnerabilities reported

            Install webgl-globe

            You can download it from GitHub.

            Support

            For any new features, suggestions and bugs create an issue on GitHub. If you have any questions check and ask questions on community page Stack Overflow .
            Find more information at:

            Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items

            Find more libraries
            CLONE
          • HTTPS

            https://github.com/dataarts/webgl-globe.git

          • CLI

            gh repo clone dataarts/webgl-globe

          • sshUrl

            git@github.com:dataarts/webgl-globe.git

          • Stay Updated

            Subscribe to our newsletter for trending solutions and developer bootcamps

            Agree to Sign up and Terms & Conditions

            Share this Page

            share link