PDAL / wrench

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

Date fix to make default dates fit STAC json schema #22

Closed kylemann16 closed 1 year ago

kylemann16 commented 1 year ago

Fixes #21. Change default dates to fit STAC JSON schema. Add warnings to let users know the input data has out of range dates.

STAC Item json schema for reference: https://schemas.stacspec.org/v1.0.0/item-spec/json-schema/item.json

wonder-sk commented 1 year ago

Thanks @kylemann16!