get_sig_ref_info is ugly #74
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
In order to perform a lookup of sig_ref_info without instantiating Spot Provider objects, get_sig_ref_info in sig_utils.py has its own cache for the same URLs that are looked up elsewhere, and generally copies functionality that is in Spot Providers.
It would be nice to refactor this out so that there is e.g. a generic POTA utils area that is used by the POTA Spot Provider and by get_sig_ref_info; repeat for the other SIGs.
We could also move to having a single application-wide URL lookup cache.