New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

globweb

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

globweb

Virtual Globe with WebGL

latest
Source
npmnpm
Version
1.0.1
Version published
Maintainers
1
Created
Source

GlobWeb

Virtual Globe with WebGL

GlobWeb is a Javascript library developed by Telespazio France using the new WebGL standard. WebGL allows embedding 3D visualisation in a browser without any plugin and is supported on recent versions of Mozilla Firefox and Google Chrome. The main focus of GlobWeb is to provide a high performance 3D library for visualizing geospatial data, Telespazio being itself a provider of geospatial data through its partner GeoEye. Through a partnership with CNES and CDS, GlobWeb also supports visualization of astronomical data.
GlobWeb supports the following features:

  • Base raster layer using WMS, Bing Map REST API, WorldWind Tile Service, HEALPix
  • Manipulation of vector data through GeoJSON interface: add/remove/select/style modification
  • Overlay raster layer on top of existing base layers
  • High performance vector rendering : automatic tiling of vector data

Demos

Demonstration with earth observation data
Demonstration with astronomic data
Prototype done for ESA

Quick start

Pre-build stable version can be downloaded here :
GlobWeb v1.0.0
AstroWeb v1.0.0

See the following example for basic usage. Basic usage

Internally, GlobWeb is using Standard Asynchronous Module Definition (AMD) modules. You can also use GlobWeb using any AMD loader such as RequireJS or Dojo.

See the following example for using GlobWeb with Require.js : Demo with Require.js

Documentation

API Documentation

Build

GlobWeb use Require.js optimizer to build a minified version of GlobWeb. See RequireJS Optimizer for more information on how to build a minified version of GlobWeb.

License

LGPL v3

Keywords

globe

FAQs

Package last updated on 05 Sep 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts