intake / intake-xarray

Intake plugin for xarray
https://intake-xarray.readthedocs.io/
BSD 2-Clause "Simplified" License
76 stars 36 forks source link

Move imports into methods, don't execute until source instantiation #40

Closed martindurant closed 5 years ago

martindurant commented 5 years ago

I think it's generally OK to have "import xarray" errors bubble up, there's not really any extra information that we can add, and it's not exactly obfuscated.

jsignell commented 5 years ago

I agree about import errors being clear enough.