holoviz-topics / EarthML

Tools for working with machine learning in earth science
https://earthml.holoviz.org
BSD 3-Clause "New" or "Revised" License
94 stars 21 forks source link

Making more doit commands #82

Closed jsignell closed 5 years ago

jsignell commented 5 years ago

Making doit commands where each command represents a generic piece of work, but the implementation is specific to the project. My vision is that the first couple times things are used - like the intake data_stubs - they can be written directly into the dodo, then if we find we are copying things around more 2 or so times, they should be extracted to pyct if they are relevant to package building, to nbsite if they are relevant to website building, or to pyctdev if ??? (not sure).

I think it should be acceptable to have things in dodo especially if they are new ideas that we are trying out.