Skip to main content

python wrapper for cesium.js

Project description

Lightweight Python wrapper for Cesium.js. Mainly intended to be used with Jupyter Notebook.

Installation

Use pip.

pip install cesiumpy

Example

Running following script on Jupyter Notebook will show an embedded interactive 3D map.

>>> import cesiumpy

>>> v = cesiumpy.Viewer()
>>> v.entities.add(cesiumpy.Box(dimensions=(40e4, 30e4, 50e4),
...                             material=cesiumpy.color.RED, position=(-120, 40, 0))
>>> v
https://raw.githubusercontent.com/sinhrks/cesiumpy/master/doc/source/_static/main.png

Documentation

Dependencies

  • geopy, six and enum34 (Python 3.3 or earlier)

  • (Optional) scipy and shapely

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

cesiumpy-0.1.1.tar.gz (49.1 kB view details)

Uploaded Source

File details

Details for the file cesiumpy-0.1.1.tar.gz.

File metadata

  • Download URL: cesiumpy-0.1.1.tar.gz
  • Upload date:
  • Size: 49.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for cesiumpy-0.1.1.tar.gz
Algorithm Hash digest
SHA256 29333907fe88206199f2d04349a85e44a71531361ac4dd4292cc2a830fbb710d
MD5 f209bbc1fd3df97144e409ced27f36a1
BLAKE2b-256 5d50f45abc75cd9a354f034252fb72541b9f4b221c16bcb3e9e4684a796e84da

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page