feat!: Save the converted dataset

/!\ Need to clear the cache folder
This commit is contained in:
Lucàs
2024-10-04 09:23:21 +02:00
parent 9428208d9f
commit f3f2234fdc
3 changed files with 23 additions and 20 deletions
+3 -3
View File
@@ -1,10 +1,10 @@
import { Data, NudgerData } from "../data";
import { NudgerData } from "../data";
import { ArchiveType } from "../archive";
import { Dataset, DatasetType } from "./";
class DatasetCollection {
public static datasets: Dataset<Data>[] = [
new Dataset<NudgerData>(
public static datasets: Dataset[] = [
new Dataset(
NudgerData,
"nudger",
"https://files.opendatarchives.fr/data.cquest.org/open4goods/gtin-open-data.zip",