Help Entwine at the Beginning

Hello,
I search someone for helping me with the beginning of the history :

entwine build -i https://data.entwine.io/red-rocks.laz -o ~/entwine/red-rocks

This work on my computer (PC), but when i try with my own laz file, it doesn’t work

do you know someone interested in helping me !
Patrick

From France

1 Like

Welcome Patrick!

I’ve tried generating an EPT with QGIS, and it too can’t generate a proper EPT with preview/statistics.

Do you have information about this dataset? How it was captured? Where? What sensor?

Hello,

We use a FARO S70

FARO® Focus Laser Scanners | Matériel | FARO

With Autodesk Recap we export LAZ file

It is points cloud

1 Like

Patrick, welcome. Are you using Entwine in docker? It was the easiest way for me to install. If so the you just need to tweak the instructions to link the docker file system and the OS file system.

This is the instruction I have been using successfully (excluding the docker bit). Remember you need to create the output folder before running the instruction.

entwine build -i ~/entwine/odm_georeferenced_model.las -o ~/entwine/newfolder
1 Like

(entwine) C:\Users\PB\Documents\Scan 3D\Conda test>entwine build -i ~/nuage1.laz -o ~/entwine
Scanning input
1/1: C:\Users\PB/nuage1.laz
Exception in pool task: During C:\Users\PB/nuage1.laz: Unable to open stream for ‘C:\Users\PB/nuage1.laz’ with error ‘No error’
SRS could not be determined
Encountered an error: No points found!
Exiting.

(entwine) C:\Users\PB\Documents\Scan 3D\Conda test>entwine build -c config1.json
Scanning input
1/1: C:\Users\PB/nuage1.laz
Exception in pool task: During C:\Users\PB/nuage1.laz: Unable to open stream for ‘C:\Users\PB/nuage1.laz’ with error ‘No error’
Encountered an error: No points found!
Exiting.

Config1.json :
{
“input”: “~/nuage1.laz”,
“reprojection”: { “out”: “EPSG:3857” },
“output”: “~/entwine/test1”
}

1/1: C:\Users\PB/nuage1.laz
Exception in pool task: During C:\Users\PB/nuage1.laz: Unable to open stream for ‘C:\Users\PB/nuage1.laz’ with error ‘No error’
Encountered an error: No points found!
Exiting.

This tracks with what I saw in CloudCompare and QGIS. It does not seem like the LAZ file has any georeference information written to it.

“reprojection”: { “out”: “EPSG:3857” },

so error in not here
but no point find

Hello,
Someone succeed to create ept with my laz file ?

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.