What geolocator service is used?
See original GitHub issueI have experienced several issues attempting to develop a pull request for wttr.in on my local machine (adding JSON output).
Among issues with wego
being different from whatever version is used here, and weather_data.py
calling WWO instead of wego
, I have been unable to get landmark parsing (~Eiffel+Tower
) working.
It appears that location.py/geolocator()
(https://github.com/chubin/wttr.in/blob/master/lib/location.py#L63) is utilizing an external service, located at localhost:8004. However, this is not described in the setup documentation anywhere.
Issue Analytics
- State:
- Created 4 years ago
- Comments:8 (8 by maintainers)
Top Results From Across the Web
Geocode services and locators—ArcGIS Server
Geocoding allows you to find and display addresses on a map and see how they relate to surrounding features. Sometimes you can see...
Read more >10 Geocoders for Pinpointing Addresses [Free and Paid]
Esri's ArcGIS Online Geocoding Service is a paid service that requires credits to use. There's a limited amount of addresses (250 or so)...
Read more >geolocator | Flutter Package - Pub.dev
A Flutter geolocation plugin which provides easy access to platform specific location services (FusedLocationProviderClient or if not available the ...
Read more >How Does Geolocation Work? - Storemapper
Geolocation service determines the location of your customers, whether they're using a computer, phone, or another device. Geolocation services ...
Read more >Geolocation - Investopedia
Geolocation refers to the use of location technologies such as GPS or IP addresses to identify and track the whereabouts of connected electronic...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
It is live;
j1
format code will stay; if we add new JSON formats, they will be available atjN
format codes (where N > 1)Is this new commit live? What is the URL to access this? I assume the j1 format code is temporary