Giter Site home page Giter Site logo

aashish24 / greyhound Goto Github PK

View Code? Open in Web Editor NEW

This project forked from hobuinc/greyhound

0.0 3.0 0.0 60.52 MB

Greyhound is a point cloud streaming server

Home Page: https://greyhound.io

License: Apache License 2.0

CMake 7.33% C++ 42.33% JavaScript 47.45% HTML 0.55% CSS 0.74% Shell 1.60%

greyhound's Introduction

GREYHOUND

Build Status

A point cloud streaming framework for dynamic web services and native applications.

See it in action with the dynamic Plas.io client at speck.ly and the Potree client at potree.entwine.io.

Getting started

Obtaining Greyhound

Using Docker

docker run -it -p 8080:8080 connormanning/greyhound

Natively

Prior to installing natively, you must first install PDAL and its dependencies, and then install Entwine. Then you can install Greyhound via NPM.

npm install -g greyhound-server
greyhound

Indexing some data

Greyhound uses data indexed by Entwine. See the instructions for how to use Entwine. If you are eager to get started, we have some publicly hosted data you can index and serve locally:

docker run -it -v $HOME:$HOME connormanning/entwine build \
    -i https://entwine.io/sample-data/red-rocks.laz \
    -o ~/greyhound/red-rocks

Viewing the data

You've just indexed a LAZ file from the internet (data credit to DroneMapper) and created a local Entwine dataset. It's sitting at ~/greyhound/red-rocks. Now let's start Greyhound and take a look at the data. We'll map our top-level output directory into one of the default search paths for the Greyhound container.

docker run -it -p 8080:8080 -v ~/greyhound:/greyhound connormanning/greyhound

Now that Greyhound is awake, you should be able to browse your data with Plasio or Potree.

Further reading

See the client documentation if you are interested in developing an application that streams data from Greyhound. For instructions regarding configuring and deploying Greyhound, see the administrator documentation.

greyhound's People

Contributors

connormanning avatar verma avatar hobu avatar gadomski avatar

Watchers

Aashish Chaudhary avatar James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.