Code Monkey home page Code Monkey logo

learning-pdal's Introduction

learning-pdal

The purpose of this repository is to provide instructions as to how one can get started running PDAL within a Jupyter notebook.

Getting Started

Initialize and Update Data Submodule

$ cd notebooks/data
$ git submodule init
$ git submodule update

Pulling the Image

$ docker pull chambbj/learning-pdal

Rebuilding the Image

Not necessary if you have pulled the image from Docker Hub. Perhaps useful if you've made changes to the Dockerfile.

$ docker build -t learning-pdal .

Running the Container

By default, the notebooks folder in this repository will be accessible within Jupyter, and one can work through all of the tutorials in this manner.

$ docker run -t --name learning-pdal -p 8888:8888 chambbj/learning-pdal

If you would like to modify and save any changes to your notebooks, you'll need to mount a volume, mapping a local path to the container.

$ docker run -t --name learning-pdal -v $(pwd)/notebooks/:/notebooks -p 8888:8888 chambbj/learning-pdal

In both instances, we expose port 8888. Jupyter is accessible at http://localhost:8888. A token will also be generated when Jupyter first starts, and this will be required for subsequent access.

learning-pdal's People

Contributors

chambbj avatar

Watchers

James Cloos avatar Luigi Pirelli 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.