Implement JsonReader

This commit is contained in:
2022-09-03 15:27:21 +02:00
parent 715ae45177
commit 365050026f
2 changed files with 81 additions and 1 deletions

View File

@ -86,6 +86,7 @@ class DatasetManager
$this->loadDatasets($info, ltrim($prefix . "." . $name, "."), $package, $path);
return;
}
$info['filename'] = $path . "/" . $info['filename'];
$pn = sprintf("%s#%s", $package, ltrim($prefix.".".$name,"."));
$ds = new Dataset($pn, $info);
$this->registerDataset($ds);