PDAL / wrench

Point cloud processing made easy!
GNU General Public License v3.0
66 stars 9 forks source link

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

Open shadedmaps opened 6 months ago

shadedmaps commented 6 months ago

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

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 commented 4 months ago

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.