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.
Github Issue: #3
Summarize the ticket here
Support scrambling SWOT data values during database loading to support public beta testing without exposing real measurements before public release.
Summarize the work you did
Added configuration argument to obscure data, modified read_shapefile function to implement scaling by a random integer on appropriate data columns, added new unit test.
Also made minor modifications to API data access module and testing fixtures to have unit tests work on both API and DB after merging repos so all unit tests pass.
Summarize the testing and verification you've done. This includes unit tests or testing with specific data
Added unit test for data scrambling, modified dynamodb fixtures to support both API and DB modules in combined repository. All unit tests pass.
Explain how this change was integration tested. Provide screenshots or logs if appropriate. An example of this would be a local Harmony deployment.
See Pull Request Review Checklist for pointers on reviewing this pull request