Socket
Book a DemoInstallSign in
Socket

edge1-dem-worker

Package Overview
Dependencies
Maintainers
0
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

edge1-dem-worker

Edge1 DEM generation worker

1.1.0
latest
Source
npmnpm
Version published
Weekly downloads
1
Maintainers
0
Weekly downloads
 
Created
Source

Edge1 DEM Worker

Description

This repository contains code for the Digital Elevation Model files meant to run on Edge1.

Requirements

For running the DEM you need the following external dependencies:

  • GDAL 2.2.4 or above
  • PDAL 2.2.0 or above

Installation in linux

Note: is important to install pdal after gdal so it can link the GeoTiff libraries from it.

apt-get update
apt-get install gdal-bin
apt-get install pdal

Installation in Mac (brew)

brew install gdal
brew install pdal

Usage

From command line

generate-dem-cli -c config.json -i /path/to/pointcloud.las -o /path/to/output.tiff

From another node library

const worker = require('edge1-dem-worker')
await worker.generateDEM(inputFile, outputFile, config)

FAQs

Package last updated on 01 Aug 2024

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

SocketSocket SOC 2 Logo

Product

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.