Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add geocoding capabilities #3

Merged
merged 4 commits into from
Jan 10, 2024
Merged

Add geocoding capabilities #3

merged 4 commits into from
Jan 10, 2024

Conversation

dieghernan
Copy link
Owner

No description provided.

Copy link

codecov bot commented Jan 9, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (f6a57f8) 72.09% compared to head (19841f8) 99.02%.

Additional details and impacted files
@@             Coverage Diff             @@
##             main       #3       +/-   ##
===========================================
+ Coverage   72.09%   99.02%   +26.93%     
===========================================
  Files           4        4               
  Lines         172      205       +33     
===========================================
+ Hits          124      203       +79     
+ Misses         48        2       -46     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

#'
#' @references
#' [ArcGIS REST
#' `findAddressCandidates`](https://developers.arcgis.com/rest/geocode/api-reference/geocoding-find-address-candidates.htm)

Check notice

Code scanning / lintr

Lines should not be more than 80 characters. This line is 123 characters. Note

Lines should not be more than 80 characters. This line is 123 characters.
R/arc_geo.R Fixed Show fixed Hide fixed
#'
#' @details
#' More info and valid values in the [ArcGIS REST
#' docs](https://developers.arcgis.com/rest/geocode/api-reference/geocoding-find-address-candidates.htm)

Check notice

Code scanning / lintr

Lines should not be more than 80 characters. This line is 105 characters. Note

Lines should not be more than 80 characters. This line is 105 characters.
@dieghernan dieghernan marked this pull request as ready for review January 10, 2024 09:23
@dieghernan dieghernan merged commit 634c6ea into main Jan 10, 2024
14 checks passed
@dieghernan dieghernan deleted the geo branch January 10, 2024 09:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant