Skip to content
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

GCPlist cannot contain NaN values. #21

Open
jonbrussell opened this issue May 19, 2022 · 2 comments
Open

GCPlist cannot contain NaN values. #21

jonbrussell opened this issue May 19, 2022 · 2 comments

Comments

@jonbrussell
Copy link

The instructions in the GCP Editor Pro interface say "Elevation values can be set to "NaN" to indicate no value" and by default when creating a GCP list from "Create GCP File from Map" it includes NaN values. This appears to cause processing to fail. Replacing the NaN value with "0" seems to allow WebODM to process without processing error.

Reference-

https://community.opendronemap.org/t/add-gcp-file-error-cannot-process-dataset/11699/4

image

@Saijin-Naib
Copy link
Contributor

Anecdotally, I've seen this same failure multiple times in the recent past and setting the elevation to 0 instead of NaN does indeed fix the issue.

I am uncertain if the proper approach lies in fixing how we parse the values, or whether or not, indeed, 0 should be passed instead.

If it is as simple as changing the docs/recommendation, I can address that in a PR.

What do you think, Piero?

@JoeKae
Copy link

JoeKae commented Jan 11, 2024

#35 Adds option to replace NaN with 0 on Z column

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants