Build 47 minor issues

I achieved success with build 47 in processing a 9400 image project, generating ortho, dsm, dtm and 3d model. Remarkably, it completed in 43 hours! My previous issues Problems with logging and clock - #8 by itenviro have mostly been resolved, either by the latest build or by my uninstalling blender meshlab and whatever programs I felt might conflict with webodm.

A few minor issues remain.

  • The progress bar. Works for upload images and showing completion but during processing - no green showing, only the spinning gear.
  • pgsql.log shows only a login authentication error at time of creation and no other data.
  • 3d model. model is rendered with texturing at minimum point budget, but increasing points or splat crashes potree. Renders fine in meshlab.


pgsql.log
LOG: database system was shut down at 2021-12-03 12:23:18 EST
LOG: MultiXact member wraparound protections are now enabled
LOG: database system is ready to accept connections
LOG: autovacuum launcher started
FATAL: password authentication failed for user “postgres”
DETAIL: Password does not match for user “postgres”.
Connection matched pg_hba.conf line 86: “host all all ::1/128 password”

note - not sure where db shutdown time above came from as project was started 12 05 and I had deleted webodm and other pg programmes and cleaned registry etc. - apparently not successfully.


app.log
“Trying to connect to postgres localhost:29543…”
“D:\WebODM\resources\app\apps\pgsql/bin/pg_ctl: server starting\r\n”
“D:\WebODM\resources\app\apps\pgsql/bin/psql: psql: FATAL: password authentication failed for user "postgres"\r\n”
“D:\WebODM\resources\app\apps\pgsql/bin/psql: exited with code 2”
“D:\WebODM\resources\app\apps\pgsql/bin/psql: exited with code 0”
“Setting postgres password…”
“D:\WebODM\resources\app\apps\pgsql/bin/psql: ALTER ROLE\r\n”
“D:\WebODM\resources\app\apps\pgsql/bin/psql: exited with code 0”
“Postgres password is set”


there is also a strange line in the app log:
“python: D:\WebODM\resources\app\apps\grass78\Python39\lib\site-packages\rasterio\io.py:134: NotGeoreferencedWarning: Dataset has no geotransform, gcps, or rpcs. The identity matrix be returned.\r\n return writer(mempath, ‘w+’, driver=driver, width=width,\r\n”

I am not sure what this line refers to as a gcp map is produced and there are numerous mentions of the gcp file in the app.log

2 Likes

I’ve also had that with large datasets

1 Like

That might be a limitation of PoTree, or possibly WebGL2. Not sure what we can do, if anything.

Congrats on your success!

Can you show off some stuff!?

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