-
Notifications
You must be signed in to change notification settings - Fork 303
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
No module named geotiepoints.modisinterpolator #852
Comments
This is likely due to those composites loading data from the modis_l1b reader that requires interpolation from 1km resolution to 500m or 250m resolution. That said, the package is installable from pip and conda (via conda-forge):
|
It also requires ImportError: No module named pyorbital.astronomy |
This is from the
But this can't easily cover all cases (dependencies for a writer, dependencies for a particular composite, etc). Perhaps we should add geotiepoints and pyorbital as hard requirements. @mraspaud @sfinkens Thoughts? In summary: This is a known headache of Satpy due to how modular it is and how many various dependencies could be involved in one workflow. I'm open to ideas for how we could better handle this (easily install or document dependencies for a workflow without installing a ton of dependencies when they aren't needed). |
@djhoese @mraspaud Is it possible to add a
Or are the workflows too diverse for that? Otherwise, adding geotiepoints and pyorbital as hard requirements doesn't hurt either in my opinion. |
@sfinkens that would be fine by me. |
How about pyorbital becomes a hard requirement? I don't think geotiepoints is used outside of the readers right now, right? |
yes, I'm ok with this |
yes geotiepoints is only for the readers atm |
Me, too |
when running this with composite set as some true_color or true_color_crefl it throws an error
ImportError: No module named geotiepoints.modisinterpolator
If you made geotiepoints pip able I could fix this.
Code:
The text was updated successfully, but these errors were encountered: