Hello! to use an experimental dataset in the catal...
# questions
b
Hello! to use an experimental dataset in the catalog, is there anything that has to be prepend to the type? using
type: netcdf.NetCDFDataset
throws
Copy code
Class 'netcdf.NetCDFDataset' not found, is this a typo?
I think I installed it correctly with
pip install kedro-datasets[netcdf]
1
👇 1
I'll answer myself: using
kedro_datasets_experimental.netcdf.NetCDFDataset
works for me!
👍🏼 2
👍 1
j
nothing like a self-answer 😄 let us know how it goes @Biel Stela!
🥳 1
b
It works ! the only confusing part is that in the docs is as 'netcdf.NetCDFDataset' . It is easy to conclude that I need to use
kedro_datasets_experimental.netcdf.NetCDFDataset
but since it is a string in a yaml and all the import magic it can get a bit tricky to get to this conclusion? don't know! anyway, I'm super exited that the experimental datassets for rasters are already in upstream! I'm starting to do some projects with it 🧑‍🔬
🧑🏼‍🔬 1
j
@Elena Khaustova @Deepyaman Datta ☝🏼 on the topic of "should we include the full strings or not"...!
👍 1