Giter Club home page Giter Club logo

Comments (4)

ClementAlba avatar ClementAlba commented on July 19, 2024

Hi @OnishiMasanori,

I see you are processing a single file but the input value in your config file points to the root of F:, put the path of the file you want to process instead.

Moreover, I advice you to create separate folders for your input, output and temp files e.g. create an input folder to store your input files, an output folder for your output files and a temp folder for your temp files.

from pdal-parallelizer.

ClementAlba avatar ClementAlba commented on July 19, 2024

It would also be nice if I could see the content of your pipeline.json file

from pdal-parallelizer.

OnishiMasanori avatar OnishiMasanori commented on July 19, 2024

Thanks for your quick reply.

  1. write the filepath for input
  2. create a empty folder for temp
    succeeded to process a little bit.

However, now I'm facing another error.

File "stringsource", line 2, in pdal.libpdalpython.PyPipeline.reduce_cython
TypeError: no default reduce due to non-trivial cinit

In temp folder, "temp__-274_-309.pickle" was made, but the file size is 0 byte.

Pipeline.json is simple with only read and write.
[{
"type": "readers.las",
"filename": "C:/inputfilepath/input.las"
},
{
"type": "writers.las",
"filename": "C:/outputfilepath/output.las"
}]

Other infomation
Input file size: 2GB
Python: 3.7 (anaconda)
pdal process including readers.las can work when I apply in simple pdal process of pipeline.execute().
other parameter settings such as n_workers, threads_per_worker cannot solve the problem.

Thanks for your advice.

from pdal-parallelizer.

ClementAlba avatar ClementAlba commented on July 19, 2024

@OnishiMasanori Can I see your config file ? And the command you wrote to launch pdal-parallelizer ?

Also, you don't need to specify "filename" in pdal's readers and writers. pdal-parallelizer will set these options for you.

from pdal-parallelizer.

Related Issues (20)

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.