Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This branch adds the second stage of the load project stage, where, having loaded an input file, the user selects configuration options about how the file should be interpreted as to area identifiers, as per the mockups.
The config options are:
We are currently supporting GADM41 identifiers only for names and IDs - other regional datasets, or allowing the user to bring their own may be added later.
In order to provide the list of countries, we fetch these from grout. Currently this is hitting the real grout server on mrcdata (which is fine just now as there are no other users of this!), but there's a ticket to run the grout dependency locally, and on CI, to test against.
This PR includes
ConditionalAccordionItem, a "disable-able" accordion item to represent steps in the setup process which cannot yet be accessed because preceding steps have not been completed.I've added a couple of test data files,
multi_country_iso.csvandmulti_country_name.csv.