Skip to content
New issue

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

Issue with importing modules #37

Open
aalonsop opened this issue Nov 15, 2024 · 1 comment
Open

Issue with importing modules #37

aalonsop opened this issue Nov 15, 2024 · 1 comment

Comments

@aalonsop
Copy link

When running a case.py script (such as barbaggio.py or ballarat.py for example) importing some modules from the preprocessing folder might not work.
Particularly when using the file learnFuelTifPng one has to modify line 27:
old code:
from . import get_WSEN_LBRT_ZS_From_Pgd, arrayToPng, create_kml
working code:
from preprocessing.ffToGeoJson import get_WSEN_LBRT_ZS_From_Pgd, arrayToPng, create_kml

@aalonsop
Copy link
Author

Similar for the file extract_from_eu_land_cover.py

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant