(2023-02-15, 07:26)DunogRamedu Wrote: When adding a location, how do you select a preferred weather station, and what happens if the first one selected is not providing accurate data? Can you change the location display name and how does the radar map work in the Kodi weather add-on?
When you initially add a location (lattitude/longitude) it should immediatly bring up the local weather station selector dialog as the next step.
If you go to the settings, you can also directly click on the "selected station" option under the location, which will bring up the select dialog to allow you to pick a different weather station. (note, they are sorted by distance from your latitude/longitude). I'd note that that unless you have a lot of airports nearby, chances are any 2nd choice stations will be much further away, and be even less accurate for your location.
The display name can also be edited (the setting just below the selected station). I'm noticing that the "select a station" dialog also seems to be immediately re-setting the location display name (I'll probably investigate that, should only need to pre-populate it when changing the lattitude/longitude), so you'll need to edit the name again after picking the station.
The maps show up under the "general" category in the settings.
The radar map (map 1), is a gif pulled from your local weather service office (eg, the regional radar station) that provides the forecasts for your map grid location.
Maps 2-5 are various regional (or continental) satellite or radar imagery that is available that you select on your own.
Note that maps require skin support (not all skins display weather maps)
And some other features (such as emergency weather alerts, or the verbose multi-paragraph forecast descriptions) are pretty unique to the Weather.NOAA addon, and require skin support (the Mimic-LR skin is the only one I'm currently aware of that supports those additional features, although I had played around with adding the additional functionality to the weather screens of some other skins such as Aeon NOX and Esturary-MOD in the past)
As far as accuracy goes, there are 2 APIs that are available to pick from (the "preferred data source" under general settings). api.wather.gov is the main one. But it also allows you to select "forecast.weather.gov" as an alternative (forecast.weather.gov is basically what feeds the
www.weather.gov website, which is an older version of the api that I'm given to understand will eventually go away). There are some minor differences between what data they return. So if the default is giving issues (there have been issues in the past with the api either returning old data, or not responding), you can try switching to forecast.weather.gov as the data source and see if that fares better. I'd note that if you have api.weather.gov selected as the source, and it fails to respond, the add-on will fallback to trying to grab the daily weather from forecast.weather.gov instead. Also note that some features (weather alerts for instance) only come from the api.weather.gov source (regardless of what data source you pick)
Map grid locations are 2km squarish blocks that gets looked up when picking the lattitude/longitude, and is what the "hyper-local" forecasts are based on. The grid forecasts take into account things such as local terrain and altitude, so a forecast from a couple miles away may be a degree or 2 different for instance) You can see more details if you open the settings.xml in the addon data directory if you want to see the actual grid points, as well as things such as the regional forecast office and the like. If you go to
www.weather.gov, and find your location on the click-map, you can get an idea of the grid locations..
I'd also note that depending on your location, you may find you get more accurate forecasts by picking a grid zone next to the one you actually live in. for example, if you live up a mountain, and the grid you are in mostly covers the area down in the valley, the forecasts (eg, temperatures) may reflect the valley temps rather than the up-the-mountain temps, in which case picking a grid zone next-door that is more up-the-mountain like your location may be more accurate. Use
www.weather.gov to browse around the map-click grid, and grab the latitude/longitude from that if you want to adjust.