Enable downloading metadata again

This commit is contained in:
Pieter Vander Vennet 2023-01-10 00:31:00 +01:00
parent 9473f1cc7d
commit 1a05e0c9a1

View file

@ -189,7 +189,7 @@ export default class GenerateImageAnalysis extends Script {
const datapath = args[0] ?? "../MapComplete-data/ImageLicenseInfo"
await this.downloadData(datapath)
// await this.downloadMetadata(datapath)
await this.downloadMetadata(datapath)
this.analyze(datapath)
}
}