Hi guys. I am having trouble using the DataCatalo...
# advanced-need-help
b
Hi guys. I am having trouble using the DataCatalog module in Jupyter Notebook. The problem is that I don't know how to specify custom datasets. When I try to load using DataCatalog.from_config() using my own catalog.yml I get the following error:
Copy code
DataSetError: An exception occurred when parsing config for DataSet `val_csv_glebas`:
Class `local_pipeline.extras.io.vector_datasets.ShpVectorDataset` not found or one of its dependencies has not been installed.
How can I make the module
local_pipeline.extras.io.vector_datasets.ShpVectorDataset
be known to DataCatalog class?
2 Views