Skip Menu |

This queue is for tickets about the WWW-Wunderground-API CPAN distribution.

Report information
The Basics
Id: 102632
Status: rejected
Priority: 0/
Queue: WWW-Wunderground-API

People
Owner: nebulous [...] crashed.net
Requestors: martin [...] swcp.com
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: display_location elevation mislabelled feet.
Date: Sat, 07 Mar 2015 20:48:55 -0700
To: bug-WWW-Wunderground-API [...] rt.cpan.org
From: martin <martin [...] swcp.com>
as an example:http://api.wunderground.com/auto/wui/geo/WXCurrentObXML/index.xml?query=35.1091,-106.5807 Reports: *<display_location>*<full>Albuquerque, NM</full><city>Albuquerque</city><state>NM</state><state_name>New Mexico</state_name><country>US</country><country_iso3166>US</country_iso3166><zip>87110</zip><latitude>35.109100</latitude><longitude>-106.580700</longitude>*<elevation>1603.00000000 ft</elevation>*</display_location>*<observation_location>*<full>Albuquerque, New Mexico</full><city>Albuquerque</city><state>New Mexico</state><country>US</country><country_iso3166>US</country_iso3166><latitude>35.04166794</latitude><longitude>-106.61472321</longitude>*<elevation>5312 ft</elevation>* I could not find a correct example.
Thanks for the report, but this particular issue stems from Weather Underground's API itself, not the WWW::Wunderground::API interface. On Sat Mar 07 22:49:27 2015, martin@swcp.com wrote: Show quoted text
> as an > example:http://api.wunderground.com/auto/wui/geo/WXCurrentObXML/index.xml?query=35.1091,- > 106.5807 > > Reports: > *<display_location>*<full>Albuquerque, > NM</full><city>Albuquerque</city><state>NM</state><state_name>New > Mexico</state_name><country>US</country><country_iso3166>US</country_iso3166><zip>87110</zip><latitude>35.109100</latitude><longitude>- > 106.580700</longitude>*<elevation>1603.00000000 > ft</elevation>*</display_location>*<observation_location>*<full>Albuquerque, > New Mexico</full><city>Albuquerque</city><state>New > Mexico</state><country>US</country><country_iso3166>US</country_iso3166><latitude>35.04166794</latitude><longitude>- > 106.61472321</longitude>*<elevation>5312 > ft</elevation>* > > I could not find a correct example.