kilianknoll / DWDForecast

Python module to query the DWD Mosmix data for irridation - and other relevant data to forecast solar generation
GNU General Public License v3.0
34 stars 4 forks source link

readme - broken links #9

Open typxxi opened 1 year ago

typxxi commented 1 year ago

in the configuration section - at least - the 2 first links to dwd.de are broken - 404 error

typxxi commented 1 year ago

another broken link can be found in the ini which might deserve an update too cause I could not find the reference I assume UTC uses the usual convention like UTC+01:00 but I wanted to check that out too.

https://pvlib-python.readthedocs.io/en/stable/timetimezones.html

typxxi commented 1 year ago

also I got errors after setup 'dwdforecast' object has no attribute 'mylatitude'

and while looking through the ini I found a typo I guess in the ini file

# GPS  Longitude of your solar system (use google maps etc. to find out)
Longitute = 11.6

I guess it should be Longitute but might also be Longitute for ages if no one had complained before. The description is using Longitude therefore one or the other is not really right.