-
Notifications
You must be signed in to change notification settings - Fork 8
Add option to query WQP using shapefile upload #230
Description
Is your feature request related to a problem? Please describe.
See aoi_sf option of TADA_DataRetrieval: https://usepa.github.io/EPATADA/reference/TADA_DataRetrieval.html
Describe the solution you'd like
Add option for users to upload and shapefile to the app and use that to query the WQP using the aoi_sf option of TADA_DataRetrieval.
Reminders for TADA contributors addressing this issue
New features and/or edits should include the following work:
-
Create or edit the code.
-
Document all code using line/inline and/or multi-line/block comments
to describe what is does. -
Create or edit tests in tests/testthat folder to help prevent and/or
troubleshoot potential future issues. -
If your code edits impact other functionality in the shiny
app, ensure those are updated as well. -
Run styler::style_pkg(), devtools::document(), and devtools::check()
and address any new notes or issues before creating a pull request.