npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

xgis-cesium

v0.4.7

Published

基于@cesium/engine开发的,结合项目经验积累,进行定制的内部使用版。非商业项目免费使用!

Downloads

365

Readme

#xgis-cesium

xgis-cesium is an internally customized version based on @cesium/engine, incorporating project experience.Free for non-commercial projects; commercial applications require a license key.

ReadMe中文|Update Log中文|Development Sample Code


xgis-cesium-mars3d is a version based on mars3d-cesium, used to support integration with mars3d. https://www.npmjs.com/package/xgis-cesium-mars3d


Main Features

  • The core XViewer is an implementation that extends Cesium.CesiumWidget.

  • Basic layer management, supporting multiple map basemaps.

  • Layer tree management function.

  • 3D plotting function.

  • Spatial analysis function (adding support based on WebWorker).

  • Weather (snow effect).

  • 3D vector annotation.

  • WebWorker applications: turfWorker, etc.

  • RouteFlight enables multi-drone flight.

Installation

npm i xgis-cesium

No need to install @cesium/engine separately.

Requires importing library styles:

import 'xgis-cesium/dist/index.css'

Install the vite plugin.

npm i vite-plugin-xgis-cesium -D

import { defineConfig } from 'vite';

import xgisCesiumPlugin from 'vite-plugin-xgis-cesium';

export default defineConfig({
plugins: [xgisCesiumPlugin()]

});

Development example address: https://zorrowm.github.io/3d/#/product/index


Feature Example Screenshots

3D Layer Management

3D Plotting

Viewport Analysis

Model Mesh and Clipping

Slope and Aspect Calculation

Model Flattening - Dayanta Pagoda

Terrain Flattening

Model Snow Effect

3D Annotation

Vector Annotation 2

Contour Line Extraction Progress

LabelGeojsonLayer

RouteFlight

Multi-flight Collision Mesh Detection


Copyright Notice

xgis-cesium is a 3D GIS development framework library based on @cesium/engine.

Copyright (c) 2026-2030 Wuhenke. All rights reserved.

Developer: [email protected]

NPM Address: https://www.npmjs.com/package/xgis-cesium

License Notice:

  1. Free use in non-commercial projects is permitted, provided the license information and copyright logo are retained.
  1. We are not responsible for any issues arising from unauthorized free use.
  1. We only provide technical support to users of the commercial license version.
  1. We reserve the right to the final interpretation of this copyright information.

Unauthorized modification of the package or removal of the copyright notice is prohibited!

Related Resources

xgis-bdgrid

xframelib

xgis-ol