Hugo Rebeix
10/31/2024, 9:28 PMkedro
and kedro-datasets
and we are confused with the new geopandas.GenericDataset
We have an error that suggests problems with dependencies but we did install the specific group of kedro-datasets using pip. We checked the source code and the class is defined. Geopandas is installed too.
Here's the dataset in the catalog:
renab_geoloc_vul:
filepath: data/vectors/renab/renab_vul_geoloc.geojson
type: geopandas.GenericDataset
versioned: false
Here's the error:
DatasetError: An exception occurred when parsing config for dataset 'renab_geoloc_vul': You can only set the value of existing options. Please see the documentation on how to install relevant dependencies for kedro_datasets.geopandas.GenericDataset:
<https://docs.kedro.org/en/stable/kedro_project_setup/dependencies.html#install-dependencies-related-to-the-data-catalog>
Can you help please ? 🙏Laura Couto
11/01/2024, 1:02 PMHugo Rebeix
11/01/2024, 4:03 PM