Skip to content

Commit 01dff41

Browse files
committed
examples README.md update
1 parent ebf338c commit 01dff41

2 files changed

Lines changed: 10 additions & 2 deletions

File tree

examples/pdal-jni/README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
# PDAL JNI usage example
22

3-
To run this demo just launch `./sbt run` command and choose `1`
4-
to run a basic `pdal-core` example, choose `2` to run a basic `pdal-core` example in Java, and choose `3` to run as basic `pdal-scala` example.
3+
To run this demo just launch `sbt run` command and choose:
4+
5+
* `1` to run a basic `pdal-core` example
6+
* `2` to run a basic `pdal-core` example in Java
7+
* `3` to run a basic `pdal-core` example with the debugging log level configured
8+
* `4` to run as basic `pdal-scala` example

examples/pdal-jni/src/main/scala/com/azavea/MainLogging.scala

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
1+
package com.azavea
2+
13
import io.pdal.Pipeline
24

5+
import io.pdal._
6+
37
object MainLogging {
48
val json =
59
"""

0 commit comments

Comments
 (0)