You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The library can be installed as a package on Windows, Mac and Linux using Conda.
28
+
29
+
```
30
+
conda install -c conda-forge pdal-c
31
+
```
32
+
33
+
## Dependencies
34
+
35
+
The library is dependent on PDAL and has currently been tested up to v2.2.0.
36
+
37
+
# Usage
38
+
39
+
An example of the use of the API is given in the `csharp` folder which contains an integration to PDAL in C#.
40
+
41
+
NOTE - these scripts are provided for information only as examples and are not supported in any way!
42
+
43
+
# For Developers
44
+
45
+
## Build on Windows
46
+
47
+
The library can be built on Windows using the following command - which assumes that you are in a conda environment that has the conda-forge `pdal` package loaded:
48
+
49
+
```
50
+
cd CAPI
51
+
make.bat
52
+
```
53
+
54
+
## Build on Linux and Mac
55
+
56
+
The library can be built on Linux and Mac using the following command - which assumes that you are in a conda environment that has the conda-forge `pdal` package loaded:
0 commit comments