All Projects → OpenGeoscience → pointcloud_viewer

OpenGeoscience / pointcloud_viewer

Licence: Apache-2.0 license
No description or website provided.

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to pointcloud viewer

3dhop
3D Heritage Online Presenter
Stars: ✭ 89 (+456.25%)
Mutual labels:  viewer, point-cloud
Easy3d
A lightweight, easy-to-use, and efficient C++ library for processing and rendering 3D data
Stars: ✭ 383 (+2293.75%)
Mutual labels:  viewer, point-cloud
Jsontreeviewer
json formatter/viewer/pretty-printer (with jsonTree javascript-library)
Stars: ✭ 211 (+1218.75%)
Mutual labels:  viewer
goobi-viewer-core
Goobi viewer - Presentation software for digital libraries, museums, archives and galleries. Open Source.
Stars: ✭ 18 (+12.5%)
Mutual labels:  viewer
viewer
🖼 Simple file viewer with slideshow for media
Stars: ✭ 68 (+325%)
Mutual labels:  viewer
Bootstrap Listr
Beautiful, responsive directory listings built upon Bootstrap
Stars: ✭ 231 (+1343.75%)
Mutual labels:  viewer
viewer-javascript-extract.spreadsheet
Extract Revit Properties into Excel: This sample uses Model Derivative API endpoints to read a Revit project properties and create a XLSX Excel file with one sheet for each type/category with all objects on it
Stars: ✭ 35 (+118.75%)
Mutual labels:  viewer
Saba
OpenGL Viewer (OBJ PMD PMX)
Stars: ✭ 208 (+1200%)
Mutual labels:  viewer
MinkLocMultimodal
MinkLoc++: Lidar and Monocular Image Fusion for Place Recognition
Stars: ✭ 65 (+306.25%)
Mutual labels:  point-cloud
vim-webgl-viewer
An easy to use online 3D model viewer based on Three.JS.
Stars: ✭ 41 (+156.25%)
Mutual labels:  viewer
ldgcnn
Linked Dynamic Graph CNN: Learning through Point Cloud by Linking Hierarchical Features
Stars: ✭ 66 (+312.5%)
Mutual labels:  point-cloud
Vscode Data Preview
Data Preview 🈸 extension for importing 📤 viewing 🔎 slicing 🔪 dicing 🎲 charting 📊 & exporting 📥 large JSON array/config, YAML, Apache Arrow, Avro, Parquet & Excel data files
Stars: ✭ 245 (+1431.25%)
Mutual labels:  viewer
Jquery Viewer
A jQuery plugin wrapper for Viewer.js.
Stars: ✭ 235 (+1368.75%)
Mutual labels:  viewer
ts3admin.class
The ts3admin.class is a powerful api for communication with Teamspeak 3 Servers from your website! Your creativity knows no bounds!
Stars: ✭ 107 (+568.75%)
Mutual labels:  viewer
Edi
Edi - The open source text editor IDE based on AvalonDock and AvalonEdit
Stars: ✭ 220 (+1275%)
Mutual labels:  viewer
SGGpoint
[CVPR 2021] Exploiting Edge-Oriented Reasoning for 3D Point-based Scene Graph Analysis (official pytorch implementation)
Stars: ✭ 41 (+156.25%)
Mutual labels:  point-cloud
Lol Model Viewer
League of legends model and animation viewer based on WebGL. https://tengge1.github.io/lol-model-viewer
Stars: ✭ 211 (+1218.75%)
Mutual labels:  viewer
Quick Picture Viewer
🖼️ Lightweight, versatile desktop image viewer for Windows. The best replacement for the default Windows photo viewer.
Stars: ✭ 237 (+1381.25%)
Mutual labels:  viewer
Scan2Cap
[CVPR 2021] Scan2Cap: Context-aware Dense Captioning in RGB-D Scans
Stars: ✭ 81 (+406.25%)
Mutual labels:  point-cloud
UnsupervisedPointCloudReconstruction
Experiments on unsupervised point cloud reconstruction.
Stars: ✭ 133 (+731.25%)
Mutual labels:  point-cloud

Point Cloud Viewer

Point cloud viewer that can read LAS (LAZ untested) files and display them in Girder item browser using vtk.js

Contact

Contact [email protected] for questions regarding using Point Cloud Viewer

License

Copyright 2017 Kitware Inc.

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Setup

(Assuming Debian specifically Ubuntu 16.04)

Prerequisite

Install MongoDB:
Instructions are here: https://docs.mongodb.com/v3.2/tutorial/install-mongodb-on-ubuntu

Install Girder:
mkdir girder_pointcloud_viewer
cd girder_pointcloud_viewer
git clone --branch 2.x-maintenance https://github.com/girder/girder.git
cd girder
pip install -e .
cd ..

Install Girder Point Cloud Viewer Plugin

git clone https://github.com/OpenGeoscience/pointcloud_viewer.git
Execute girder-install plugin -s ~/pointcloud_viewer within the girder virtualenv
Execute girder-install web --dev --plugins pointcloud_viewer

Running:
Run girder-server
Navigate to localhost:8080 and create a user and a file assetstore and enable this Point Cloud Viewer plugin
Navigate to localhost:8080 and navigate to a folder of LAS item
Click on one of the LAS item
Click on globe icon

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].