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

feat/geolocation_providers #34

Merged
merged 1 commit into from Sep 23, 2022
Merged

feat/geolocation_providers #34

merged 1 commit into from Sep 23, 2022

Conversation

JarbasAl
Copy link
Member

makes the service provider for geolocation api configurable instead of hardcoding OpenStreetMap

options:

  • OpenStreetMap
  • Geocode Farm
  • ArcGIS
  • Selene (if proxy enabled)

most of the providers in geocoders lib are buggy due to api updates, we should migrate to geopy instead which is actually maintained, the above are the only functional free providers in geocoder lib

makes the service provider for geolocation api configurable instead of hardcoding OpenStreetMap

options:
- OpenStreetMap
- Geocode Farm
- ArcGIS
- Selene (if proxy enabled)

most of the providers in geocoders lib are buggy due to api updates, we should migrate to geopy instead which is actually maintained, the above are the only functional free providers in geocoder lib
@JarbasAl JarbasAl added the enhancement New feature or request label Sep 23, 2022
@codecov
Copy link

codecov bot commented Sep 23, 2022

Codecov Report

No coverage uploaded for pull request base (dev@51145b3). Click here to learn what that means.
The diff coverage is n/a.

@@          Coverage Diff          @@
##             dev     #34   +/-   ##
=====================================
  Coverage       ?   0.00%           
=====================================
  Files          ?      21           
  Lines          ?    1428           
  Branches       ?       0           
=====================================
  Hits           ?       0           
  Misses         ?    1428           
  Partials       ?       0           

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

JarbasAl added a commit to OpenVoiceOS/ovos-backend-manager that referenced this pull request Sep 23, 2022
@JarbasAl JarbasAl merged commit 03523dd into dev Sep 23, 2022
6 checks passed
JarbasAl added a commit to OpenVoiceOS/ovos-backend-manager that referenced this pull request Sep 23, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant