metajam
metajam copied to clipboard
Clean up check_version
Currently check_version turns a URL into a pid and also checks the version. We plan to organize it into two functions instead:
-
get_pid
= returns a PID when given a pid/URL -
check_version
= returns the version that matches the data_pid given; returns a warning if the data_pid has been obsoleted
Need to make sure:
- integrates well with download_d1_data
- metadata matching still works