NASA-AMMOS / aerie-cli

An unofficial CLI for interacting with Aerie planning software
MIT License
3 stars 4 forks source link

Refactor resource timeline utilities #111

Open cartermak opened 9 months ago

cartermak commented 9 months ago

Currently, the plans download-resources command contains logic which may be useful to external script users. Refactor this code into something like src/utils/resources.py to do things like the tabulation from several resource timelines.

Consider alongside #9 .