Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details
Socket
Book a DemoInstallSign in
Socket

eptium

Package Overview
Dependencies
Maintainers
2
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eptium

A jupyter widget to display COPC and COGS data from Eptium.

pipPyPI
Version
0.2.0
Maintainers
2

Eptium for Jupyter

A jupyter widget to display COPC and COGS data from Eptium.

Installation

You can install using pip:

pip install eptium

Usage

The following is an example on how to render data within the jupyter notebook environment

import eptium

w = eptium.Eptium()
w.render("https://s3.amazonaws.com/hobu-lidar/autzen-classified.copc.laz")

The example above shows a remote URL to a COPC file. Inside jupyter, this extension can also render local files relative to the notebook.

import eptium

w = eptium.Eptium()
w.render("./path/to/file.copc.laz")

The render method supports other optional arguments to customize the view. Run help(w.render) to see the possible options.

Note: the local file functionality is not present in google colab.

Keywords

IPython

FAQs

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