You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 24, 2024. It is now read-only.
Problem statement
The new functionality that we implemented (WFS download, Hash Comparing, crosswalk mapping guessing) and that Ethan included (archiving) currently live in separate files (lib/wfs_download.js, archiver/archive.js, lib/schema_matching.js). We would like to integrate these functionalities into the main workflow of the tool to accomplish our goals including enabling WFS download, checking hashes to prevent restoring existing files, easing the crosswalk mapping process, and aggressively archiving data and metadata.
Solution
Refer to the PRD for the specifics of what our goals and the final product should look like.
Use the following functions to accomplish our goals in the get() function of lib/source.js
downloadWfsDataInXmlFormat() in wfs_download.js
multiple functions in archiver.js, see the readme here for more information about how to do the archiving
multiple functions in archiver.js to do hash comparisons and store the data only if the oldest version is older than a certain amount of time or the data has a different hash
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
No description provided.
The text was updated successfully, but these errors were encountered: