STAC CI validation failing due to invalid license fields per STAC spec.
Root causes
TYPE_LICENSE_MAP:
| type |
problem |
fix |
land_cover |
leading tab in value |
"CC-BY-4.0" |
building_part |
missing → emits null |
"ODbL-1.0" |
address |
spaces fail SPDX regex |
"other" + license link |
place |
commas fail SPDX regex |
"other" + license link |
Also: add rel=license attribution link to all collections. Remove allowed-to-fail: "stac-validate" in ci.yaml:142 once fixed.
Closes #58
STAC CI validation failing due to invalid
licensefields per STAC spec.Root causes
TYPE_LICENSE_MAP:land_cover"CC-BY-4.0"building_partnull"ODbL-1.0"address"other"+ license linkplace"other"+ license linkAlso: add
rel=licenseattribution link to all collections. Removeallowed-to-fail: "stac-validate"inci.yaml:142once fixed.Closes #58