Enable downloading metadata again
This commit is contained in:
parent
9473f1cc7d
commit
1a05e0c9a1
1 changed files with 1 additions and 1 deletions
|
@ -189,7 +189,7 @@ export default class GenerateImageAnalysis extends Script {
|
||||||
const datapath = args[0] ?? "../MapComplete-data/ImageLicenseInfo"
|
const datapath = args[0] ?? "../MapComplete-data/ImageLicenseInfo"
|
||||||
await this.downloadData(datapath)
|
await this.downloadData(datapath)
|
||||||
|
|
||||||
// await this.downloadMetadata(datapath)
|
await this.downloadMetadata(datapath)
|
||||||
this.analyze(datapath)
|
this.analyze(datapath)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue