Would it be worth creating a stand-alone script that simply does something like:
from caput.astro.skyfield import skyfield_wrapper
skyfield_wrapper.timescale
skyfield_wrapper.ephemeris
to trigger download of the skyfield data if it doesn't already exist?
I've noticed now us having to update this recipe after the re-org in several place, e.g.:
If caput provided a script that enapsulates this, we'd take on the onus of updating the recipe when needed and downstream users wouldn't have to figure it out. It might also simplify the caput usage documentation.
Would it be worth creating a stand-alone script that simply does something like:
to trigger download of the skyfield data if it doesn't already exist?
I've noticed now us having to update this recipe after the re-org in several place, e.g.:
If
caputprovided a script that enapsulates this, we'd take on the onus of updating the recipe when needed and downstream users wouldn't have to figure it out. It might also simplify thecaputusage documentation.