We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In notebook "Sentinel-2 Field Parcel Extraction"
from eodal.downloader.sentinel2.utils import unzip_datasets
needs to be changed to
from eodal.downloader.utils import unzip_datasets
The text was updated successfully, but these errors were encountered:
Hi @leonard-psu thanks for spotting this - could you open an PR and propose the changes directly in the code?
Sorry, something went wrong.
FIX: broken import (EOA-team#17)
343d13a
Successfully merging a pull request may close this issue.
In notebook "Sentinel-2 Field Parcel Extraction"
from eodal.downloader.sentinel2.utils import unzip_datasets
needs to be changed to
from eodal.downloader.utils import unzip_datasets
The text was updated successfully, but these errors were encountered: