Gathering detailed insights and metrics for worldwindjs
Gathering detailed insights and metrics for worldwindjs
Gathering detailed insights and metrics for worldwindjs
Gathering detailed insights and metrics for worldwindjs
npm install worldwindjs
Module System
Min. Node Version
Typescript Support
Node Version
NPM Version
39 Stars
1,291 Commits
8 Forks
8 Watching
23 Branches
5 Contributors
Updated on 06 Nov 2024
Minified
Minified + Gzipped
JavaScript (98.62%)
HTML (1%)
CSS (0.34%)
Shell (0.03%)
Cumulative downloads
Total Downloads
Last day
-17.9%
607
Compared to previous day
Last week
0.2%
3,770
Compared to previous week
Last month
-6.8%
15,547
Compared to previous month
Last year
-32.7%
228,168
Compared to previous year
Mitigation efforts are underway to ensure that WorldWindJS based projects are insulated from the effects of the NASA WorldWind project suspension.
WorldWindJS is a fork of the popular Web WorldWind library from NASA (with contributions from ESA). This fork provides a release channel for builds based on the latest fixes and features from WebWorldWind's develop branch plus several "cherry-picked" enhancements from the WorldWind community.
This fork exists to support the development of several personal projects, including:
WorldWindJS is made available in the spirit of the NASA motto: For the benefit of all. Show your support for this project by giving it a star!
NavigatorState
has been deprecated. Its properties have migrated to DrawContext
.HeatMap
from the WorldWind NASAWorldWind/feature/heatmap
branch.ShapeEditor
from the WorldWind NASAWorldWind/enhancement/shape_editor_refactoring
branch.Web WorldWind is a 3D planetary globe engine built in JavaScript for the web, developed by NASA. The European Space Agency has provided valuable contributions to this platform since 2015. Web WorldWind provides a geographic context complete with terrain, and a collection for shapes for displaying and interacting with geographic or geo-located information in 3D and 2D in any modern web browser. High-resolution terrain and imagery is retrieved from remote servers automatically as needed, while enabling developers to include their own custom terrain, imagery, 3D shapes, and position markings.
The project's website, worldwind.arc.nasa.gov has setup instructions, developer guides, API documentation and more.
The Web WorldWind Developer's Guide has a complete description of Web WorldWind's functionality. In there, you will find many Web WorldWind resources, including a user guide and documentation for every module file. For complete beginners on WorldWind, the Get Started tutorial is the place to go.
The latest Web WorldWind release provides many simple examples showing how to use most of Web WorldWind's functionality, as well as more involved small applications for reference on how to use Web WorldWind in domain-focused GIS development.
Install NodeJS. The build is known to work with Node.js 12.18.0 LTS.
npm install
downloads WorldWind's dependencies and builds everything
npm run build
builds everything
npm run doc
generates the WorldWind API documentation
npm run test
runs WorldWind's unit tests
npm run test:watch
automatically runs WorldWind's unit tests when source code changes
npm version <newversioo>
changes the version number in package.json
npm publish
publishes the build to npm
Copyright 2003-2006, 2009, 2017, 2020, 2022 United States Government, as represented by the Administrator of the National Aeronautics and Space Administration. All rights reserved.
The NASAWorldWind/WebWorldWind platform is licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
NASAWorldWind/WebWorldWind also contains the following 3rd party Open Source software:
A complete listing of 3rd Party software notices and licenses included in WebWorldWind can be found in the Web WorldWind 3rd-party notices and licenses PDF file found in its code directory.
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
Found 0/28 approved changesets -- score normalized to 0
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
security policy file not detected
Details
Reason
license file not detected
Details
Reason
Project has not signed or included provenance with any releases.
Details
Reason
branch protection not enabled on development/release branches
Details
Reason
project is not fuzzed
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Reason
17 existing vulnerabilities detected
Details
Score
Last Scanned on 2024-11-25
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More