Merged
Conversation
Fixes an error where ais lookup was returning fields in the wrong order
Refactored backend to work with streamlit UI Added streamlit UI
* Let user download config created from GUI * Let user upload config to prepopulate GUI * Create Powershell Interface to choose between GUI and Yaml
Updated README to reflect user interface
Removed an image reference and extra newlines from the README.
Fixed a bug where a user inputing a file with a field labelled "address" would break the pipeline when attempting to append "address_low", as address_low gets mapped to "address" in AIS, creating a fieldname conflict
If min exe version is too old
* Mute streamlit welcome message * Set anonymous usage stats gathering to false * Point to localhost * Output file returned by streamlit should now be correctly named
* Made input prompts clearer * Disable geocode button while geocoding * Write file metadata to signal to excel (bom=True) that the written file is utf-8
* Clarify that large files can take a while to download * Clarify that SRID is the coordinate system
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 PR constitutes a major update to the geocoder.
Upon merge, the following must occur:
The PR does the following: