Skip to content

Instantly share code, notes, and snippets.

{
"filename": "test\/data\/autzen\/autzen.las",
"pdal_version": "1.7.1 (git-version: 370662)",
"pipeline":
{
"pipeline":
[
{
"filename": "test\/data\/autzen\/autzen.las",
"tag": "readers_las1",
diff --git a/kernels/InfoKernel.cpp b/kernels/InfoKernel.cpp
index 02e2a1e59..59ce930ca 100644
@@ -302,6 +305,17 @@ void InfoKernel::dump(PointTableRef table, MetadataNode& root)
else
root.add(m_hexbinStage->getMetadata().clone("boundary"));
}
+
+ pdal::PipelineWriter::TagMap tags;
+ PipelineWriter::generateTags(m_manager.getStage(), tags);
[appendix]
## Entwine Point Tile
This specification draft is provided to illustrate specific technical choices
the Entwine format makes in regards to features, metadata communication, and
data access patterns. It represents a working draft of an Entwine Point Tiles
specification, which is is complimented by an open source implementation
available online at https://entwine.io. It can work with browser-based open
source visualization clients http://potree.org/[Potree] and
https://github.com/hobu/plasio.js[Plasio] for visualization, and a driver for
FROM ubuntu:bionic as builder
MAINTAINER Michael Smith
ARG PDAL_VERSION=1.8.0
ARG DESTDIR=/build
ENV CC gcc
ENV CXX g++
import sys
import pdal
import gdal, osr, ogr
gdal.UseExceptions()
import argparse
import logging
import subprocess
# This file may be used to create an environment using:
# $ conda create --name <env> --file <this file>
# platform: win-64
blas=1.0=mkl
boost-cpp=1.67.0=vc14_0
bzip2=1.0.6=vc14_1
ca-certificates=2018.10.15=ha4d7672_0
cairo=1.14.10=vc14_0
certifi=2018.10.15=py36_1000
curl=7.62.0=h4496350_1000
#0 0x00007ffff5de84f5 in raise () from /lib64/libc.so.6
#1 0x00007ffff5de9cd5 in abort () from /lib64/libc.so.6
#2 0x00007ffff6675b39 in __gnu_cxx::__verbose_terminate_handler() () at /opt/conda/conda-bld/compilers_linux-64_1520532893746/work/.build/src/gcc-7.2.0/libstdc++-v3/libsupc++/vterminate.cc:95
#3 0x00007ffff66741fb in __cxxabiv1::__terminate(void (*)()) () at /opt/conda/conda-bld/compilers_linux-64_1520532893746/work/.build/src/gcc-7.2.0/libstdc++-v3/libsupc++/eh_terminate.cc:47
#4 0x00007ffff6674234 in std::terminate() () at /opt/conda/conda-bld/compilers_linux-64_1520532893746/work/.build/src/gcc-7.2.0/libstdc++-v3/libsupc++/eh_terminate.cc:57
#5 0x00007ffff6674416 in __cxa_throw () at /opt/conda/conda-bld/compilers_linux-64_1520532893746/work/.build/src/gcc-7.2.0/libstdc++-v3/libsupc++/eh_throw.cc:93
#6 0x00007ffff668f3bd in std::__throw_regex_error(std::regex_constants::error_type) ()
at /opt/conda/conda-bld/compilers_linux-64_1520532893746/work/.build/src/gcc-7.2.0/libstdc++-v3/src/c+
FROM lambci/lambda:build-python3.6 as builder
ARG http_proxy
ARG CURL_VERSION=7.63.0
ARG GDAL_VERSION=2.4.0
ARG GEOS_VERSION=3.7.1
ARG PROJ_VERSION=5.1.0
ARG LASZIP_VERSION=3.2.9
ARG GEOTIFF_VERSION=1.4.3
ARG PDAL_VERSION=1.8.0
./pdal/Geometry.cpp: In constructor 'pdal::Geometry::Geometry(OGRGeometryH, const pdal::SpatialReference&)':
../pdal/Geometry.cpp:65:12: error: 'FromHandle' is not a member of 'OGRGeometry'
m_geom(OGRGeometry::FromHandle(g)->clone())
^
../pdal/Geometry.cpp: In member function 'virtual void pdal::Geometry::update(const string&)':
../pdal/Geometry.cpp:84:19: error: 'createFromGeoJson' is not a member of 'OGRGeometryFactory'
newGeom = OGRGeometryFactory::createFromGeoJson(input);
^
../pdal/Geometry.cpp:91:25: error: no matching function for call to 'OGRGeometryFactory::createFromWkt(const char*&, std::nullptr_t, OGRGeometry**)'
&newGeom) != OGRERR_NONE)
@hobu
hobu / gist:ee22084e24ed7e3c0d10600798a94c31
Last active December 17, 2020 14:10
read iowa state campus as EPT
{
"pipeline": [
{
"bounds": "([-10425171.940, -10423171.940], [5164494.710, 5166494.710])",
"filename": "https://s3-us-west-2.amazonaws.com/usgs-lidar-public/IA_FullState/ept.json",
"type": "readers.ept",
"tag": "readdata"
},
{
"limits": "Classification![7:7]",