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

Unexpected warning with "DayOfYear" in "build_vpc" #32

Open
shadedmaps opened this issue Jan 5, 2024 · 1 comment
Open

Unexpected warning with "DayOfYear" in "build_vpc" #32

shadedmaps opened this issue Jan 5, 2024 · 1 comment

Comments

@shadedmaps
Copy link

Hi, I'm building a VPC with the most recent commit of PDAL wrench (43caeb9):

pdal_wrench build_vpc --output=merged.vpc laz_files/*.laz

The output VPC is fine, but I also got the following warning several times (I guess it's printed once for each *.laz file):

Warning: DayOfYear(2024) is out of range. Defualting to 1.

The *.laz files have been created today, so "2024" makes sense, while on the other hand the year should not be the argument of a "DayOfYear" function. Also note the typo "Defualting".

Thanks!

@andreimirt
Copy link

andreimirt commented Feb 14, 2024

I can confirm the issue as well.
Just got the same warning, but with 2023, for some data that indeed originates in 2023. The typo is still there.

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

No branches or pull requests

2 participants