datetime is defined as
likely the aquisition time
(https://github.com/radiantearth/stac-api-spec/blob/main/stac-spec/item-spec/item-spec.md#datetime)
which is also assumed for vpc creation
// Acquisition time: readers.las and readers.copc provide "creation_year" and "creation_doy"
(https://github.com/PDAL/wrench/blob/main/src/vpc.cpp#L260)
However I am unsure if this is what "creation_year" and "creation_doy" are defined as (see ASPRSorg/LAS#148)
there it simply says
(date) this file was created.
And from my experience this is what providers populate it with, the date at which the file was created after inital processing, so usually this is days to month later than the aquisition date.
In my understanding the definition is unclear and the implementation here is correct, however I am not sure.
Any thoughts on this?
datetimeis defined aswhich is also assumed for vpc creation
However I am unsure if this is what "creation_year" and "creation_doy" are defined as (see ASPRSorg/LAS#148)
there it simply says
And from my experience this is what providers populate it with, the date at which the file was created after inital processing, so usually this is days to month later than the aquisition date.
In my understanding the definition is unclear and the implementation here is correct, however I am not sure.
Any thoughts on this?