earthpulse / eotdl

Earth Observation Training Datasets
https://eotdl.com
MIT License
17 stars 6 forks source link

ImportError: cannot import name 'retrieve_datasets' from 'eotdl' #127

Closed robmarkcole closed 8 months ago

robmarkcole commented 8 months ago
from eotdl import retrieve_datasets

retrieve_datasets()

ImportError: cannot import name 'retrieve_datasets' from 'eotdl'
robmarkcole commented 8 months ago

should be from eotdl.datasets import retrieve_datasets

juansensio commented 8 months ago

Thanks! This is now updated.