-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ERROR 6: zoom_level > 22 not supported #42
Comments
It appears that this is an error with MBTILES. You may want to constrain the mbtile creation to a MIN/MAX zoom level: https://gdal.org/drivers/raster/mbtiles.html
|
Excuse me for my ignorance , but can you point me how to rectify this. |
It is hard to point you to the exact location or solve the issue as I haven't been able to reproduce. If you want to share the resulting processed products we can take a look. It looks like some params need modification: i'll try and run the example data and see if the error shows up |
I just ran the 4th Ave example with a fresh docker image pull with no issues. Tiles for DSM/Ortho were generated. If you'd like to share your data we can try to take a look |
Thank you for your concern. |
I replicated the error with the ODM data set. I'll dig into it when time permits |
You can replicate the error inside the docker container like this:
I was able to get the tiles properly generated using:
not sure the implications to WedODM if this command is changed, will look into it. I wasn't able to replicate this issue on our 4th Ave example data and haven't seen it before with other datasets |
Reopen if still an issue |
Hello,
I have manged to compile micmac natively on Ubuntu 16.04.
And use it via NodeMicmac and WebODM.
Initially it failed at orthophoto step. I asked in micmac forum and they suggest to replace
this command in run.py
#system.run('{mm3d} Porto Ortho-MEC-Malt/Param-Tawny.xml'.format(**kwargs_malt))
whit this:
#system.run('{mm3d} Tawny Ortho-MEC-Malt'.format(**kwargs_malt))
Now orthophoto and surface models are excellent.
But it fails at point cloud step with:
Actually there is point cloud and if I downloaded, I can open it in Meshlab
But cant be seen in WebODM , and it fails with:
"Could not load point cloud. This task doesn't seem to have one. Try processing the task again."
bin/mm3d CheckDependencies
complete console output
EDIT1:
Actually using docker image
docker run -d -p 3001:3000 dronemapper/node-micmac
produce the same result. "ERROR 6: zoom_level > 22 not supported" and no point cloud in WebODMThe text was updated successfully, but these errors were encountered: