2021-09-09 16:24:04 +08:00
|
|
|
{
|
|
|
|
"name": "pdal",
|
2022-08-24 01:20:48 +08:00
|
|
|
"version": "2.4.3",
|
2022-10-19 09:20:40 +08:00
|
|
|
"port-version": 1,
|
2021-09-09 16:24:04 +08:00
|
|
|
"description": "PDAL - Point Data Abstraction Library is a library for manipulating point cloud data.",
|
2022-01-12 06:56:08 +08:00
|
|
|
"homepage": "https://pdal.io/",
|
2022-05-07 07:30:21 +08:00
|
|
|
"license": null,
|
2022-01-12 06:56:08 +08:00
|
|
|
"supports": "!(windows & staticcrt)",
|
2021-09-09 16:24:04 +08:00
|
|
|
"dependencies": [
|
2022-01-12 06:56:08 +08:00
|
|
|
{
|
|
|
|
"name": "curl",
|
|
|
|
"default-features": false
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "gdal",
|
|
|
|
"default-features": false
|
|
|
|
},
|
|
|
|
"libgeotiff",
|
|
|
|
"libxml2",
|
2022-05-07 07:30:21 +08:00
|
|
|
"nanoflann",
|
2022-08-09 03:07:58 +08:00
|
|
|
"nlohmann-json",
|
2022-01-12 06:56:08 +08:00
|
|
|
{
|
|
|
|
"name": "vcpkg-cmake",
|
|
|
|
"host": true
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "vcpkg-cmake-config",
|
|
|
|
"host": true
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"default-features": [
|
|
|
|
"supported-plugins"
|
|
|
|
],
|
|
|
|
"features": {
|
|
|
|
"draco": {
|
|
|
|
"description": "Build the Draco plugin",
|
|
|
|
"dependencies": [
|
|
|
|
"draco"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"e57": {
|
|
|
|
"description": "Build the E57 plugin",
|
|
|
|
"dependencies": [
|
|
|
|
"xerces-c"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"hdf": {
|
|
|
|
"description": "Build the HDF plugin",
|
|
|
|
"dependencies": [
|
|
|
|
{
|
|
|
|
"name": "hdf5",
|
|
|
|
"default-features": false
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"i3s": {
|
|
|
|
"description": "Build the SLPK/I3S plugins",
|
|
|
|
"dependencies": [
|
|
|
|
"zlib"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"laszip": {
|
2022-05-07 07:30:21 +08:00
|
|
|
"description": "Obsolete. PDAL includes LAZperf."
|
2022-01-12 06:56:08 +08:00
|
|
|
},
|
|
|
|
"liblzma": {
|
|
|
|
"description": "Support for compression/decompression with LZMA",
|
|
|
|
"dependencies": [
|
|
|
|
"liblzma"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"pgpointcloud": {
|
|
|
|
"description": "Build the PgPointCloud plugin",
|
|
|
|
"dependencies": [
|
|
|
|
"libpq"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"supported-plugins": {
|
|
|
|
"description": "Default set of plugins, dependent on platform",
|
|
|
|
"dependencies": [
|
|
|
|
{
|
|
|
|
"name": "pdal",
|
|
|
|
"default-features": false,
|
|
|
|
"features": [
|
|
|
|
"draco",
|
|
|
|
"e57",
|
|
|
|
"i3s"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "pdal",
|
|
|
|
"default-features": false,
|
|
|
|
"features": [
|
|
|
|
"hdf",
|
|
|
|
"pgpointcloud"
|
|
|
|
],
|
|
|
|
"platform": "!uwp"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"zstd": {
|
|
|
|
"description": "Support for ZSTD compression/decompression",
|
|
|
|
"dependencies": [
|
|
|
|
"zstd"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
2021-09-09 16:24:04 +08:00
|
|
|
}
|