{"id":13583514,"url":"https://github.com/NASAWorldWind/WebWorldWind","last_synced_at":"2025-04-06T21:32:30.330Z","repository":{"id":38007285,"uuid":"41574631","full_name":"NASAWorldWind/WebWorldWind","owner":"NASAWorldWind","description":"The NASA WorldWind Javascript SDK (WebWW) includes the library and examples for creating geo-browser web applications and for embedding a 3D globe in HTML5 web pages.","archived":false,"fork":false,"pushed_at":"2025-02-11T08:26:34.000Z","size":66619,"stargazers_count":922,"open_issues_count":265,"forks_count":392,"subscribers_count":76,"default_branch":"develop","last_synced_at":"2025-04-05T18:02:19.211Z","etag":null,"topics":["3d","browser","earth","geospatial","globe","html5","imagery","javascript","nasa","sdk","terrain","webgl","worldwind"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/NASAWorldWind.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2015-08-29T00:15:59.000Z","updated_at":"2025-03-28T11:04:36.000Z","dependencies_parsed_at":"2024-01-27T05:37:58.271Z","dependency_job_id":"4c22f930-a2af-4162-886a-41d4b930e85d","html_url":"https://github.com/NASAWorldWind/WebWorldWind","commit_stats":{"total_commits":793,"total_committers":35,"mean_commits":22.65714285714286,"dds":0.8360655737704918,"last_synced_commit":"f23f70d59aab06cb4141b8d3c3305bc3c09b8d0e"},"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NASAWorldWind%2FWebWorldWind","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NASAWorldWind%2FWebWorldWind/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NASAWorldWind%2FWebWorldWind/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NASAWorldWind%2FWebWorldWind/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/NASAWorldWind","download_url":"https://codeload.github.com/NASAWorldWind/WebWorldWind/tar.gz/refs/heads/develop","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247378134,"owners_count":20929296,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["3d","browser","earth","geospatial","globe","html5","imagery","javascript","nasa","sdk","terrain","webgl","worldwind"],"created_at":"2024-08-01T15:03:31.975Z","updated_at":"2025-04-06T21:32:30.317Z","avatar_url":"https://github.com/NASAWorldWind.png","language":"JavaScript","readme":"\u003cimg src=\"https://worldwind.arc.nasa.gov/img/nasa-logo.svg\" height=\"100\"/\u003e\n\n# Web WorldWind\n \nWeb WorldWind 0.11.0 is now available on GitHub. The summary of changes is as follows:\n\n- Improvements to COLLADA 3D model support.\n  - Added ability to obtain locations of a click in a 3D model.\n  - Added visualization support to COLLADA models with wrongly formatted normals.\n- Transparent placemark picking has been fixed.\n- Improvements to Well-Known Text format support.\n- Various fixes to example code files.\n \nDevelopment environment changes:\n- Added Chrome and Firefox headless browsers and removed PhantomJS.\n- Switched IDEs from WebStorm to Visual Studio Code.\n- Updated development dependencies to latest versions.\n\nWorldWind's API remains largely unchanged in this release and we are committed to maintaining a consistent API in future releases.\n\nFor additional information, please refer to the [releases list](https://github.com/NASAWorldWind/WebWorldWind/releases). Please direct any questions to our email address: [arc-worldwind@mail.nasa.gov](mailto:arc-worldwind@mail.nasa.gov).\n\n***\n\nWeb WorldWind is a 3D planetary globe engine built in JavaScript for the web, developed by NASA. The European Space Agency has provided valuable\ncontributions to this platform since 2015. Web WorldWind provides a geographic context complete with terrain, and a\ncollection for shapes for displaying and interacting with geographic or geo-located information in 3D and 2D in any\nmodern web browser. High-resolution terrain and imagery is retrieved from remote servers automatically as needed, while\nenabling developers to include their own custom terrain, imagery, 3D shapes, and position markings.\n\nThe project's website, [worldwind.arc.nasa.gov](https://worldwind.arc.nasa.gov) has setup instructions, developer guides, API documentation and more.\n\n## Get Started\n\nThe Web WorldWind [Developer's Guide](https://worldwind.arc.nasa.gov/web) has a complete description of Web WorldWind's\nfunctionality. In there, you will find many Web WorldWind resources, including a user guide and documentation for every module file. \nFor complete beginners on WorldWind, the [Get Started](https://worldwind.arc.nasa.gov/web/get-started/) tutorial is the place to go.\n\nThe latest Web WorldWind release provides many simple [examples](https://github.com/NASAWorldWind/WebWorldWind/tree/develop/examples) showing\nhow to use most of Web WorldWind's functionality, as well as more involved small [applications](https://github.com/NASAWorldWind/WebWorldWind/tree/develop/apps)\nfor reference on how to use Web WorldWind in domain-focused GIS development. \n\n## Building\n\n[![Build Status](https://travis-ci.com/NASAWorldWind/WebWorldWind.svg?branch=develop)](https://travis-ci.com/NASAWorldWind/WebWorldWind)\n\n[Install NodeJS](https://nodejs.org). The build is known to work with Node.js 12.18.0 LTS.\n\n- `npm install` downloads WorldWind's dependencies and builds everything\n\n- `npm run build` builds everything\n\n- `npm run doc` generates the WorldWind API documentation\n\n- `npm run test` runs WorldWind's unit tests\n\n- `npm run test:watch` automatically runs WorldWind's unit tests when source code changes\n\n## License\n\nCopyright 2003-2006, 2009, 2017, 2020, 2022 United States Government, as represented\nby the Administrator of the National Aeronautics and Space Administration.\nAll rights reserved.\n\nThe NASAWorldWind/WebWorldWind platform is licensed under the Apache License,\nVersion 2.0 (the \"License\"); you may not use this file except in compliance\nwith the License. You may obtain a copy of the License\nat http://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software distributed\nunder the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR\nCONDITIONS OF ANY KIND, either express or implied. See the License for the\nspecific language governing permissions and limitations under the License.\n\nNASAWorldWind/WebWorldWind also contains the following 3rd party Open Source\nsoftware:\n\n- ES6-Promise – under MIT License\n- libtess.js – SGI Free Software License B\n- Proj4 – under MIT License\n- JSZip – under MIT License\n\nA complete listing of 3rd Party software notices and licenses included in\nWebWorldWind can be found in the Web WorldWind 3rd-party notices and licenses PDF file found in its code directory.\n","funding_links":[],"categories":["JavaScript","Geospatial Library"],"sub_categories":["JavaScript"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FNASAWorldWind%2FWebWorldWind","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FNASAWorldWind%2FWebWorldWind","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FNASAWorldWind%2FWebWorldWind/lists"}