Skip to content

Commit

Permalink
Make README.rst ASCII-clean re. #5
Browse files Browse the repository at this point in the history
  • Loading branch information
amotl committed Jun 3, 2019
1 parent da37507 commit 7eca6f0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
1 change: 1 addition & 0 deletions CHANGES.rst
Expand Up @@ -4,6 +4,7 @@ dwdweather changelog

in progress
===========
- Make README.rst ASCII-clean re. #5

2019-06-03 0.8.2
================
Expand Down
12 changes: 6 additions & 6 deletions README.rst
Expand Up @@ -111,22 +111,22 @@ Notes

- Data is cached in a local sqlite3 database to improve query
performance for consecutive invocations.
- The stations cache is filled upon first request to
- The "stations cache" is filled upon first request to
``DwdWeather.stations()`` or ``DwdWeather.nearest_station()``
- The stations cache will not be refreshed automatically. Use
- The "stations cache" will not be refreshed automatically. Use
``DwdWeather.import_stations()`` to do this.
- The measures cache is filled upon first access to measures using
- The "measures cache" is filled upon first access to measures using
``DwdWeather.query()`` and updated whenever a query cannot be
fulfilled from the cache.
- The cache by default resides in the ``~/.dwd-weather`` directory.
This can be controlled using the ``cachepath`` argument of
``DwdWeather()``.
- The amount of data can be ~60 MB per station for full historic extent
and will obviously increase by time.
- If weather data is queried and the query cant be fulfilled from the
- If weather data is queried and the query can't be fulfilled from the
cache, data is loaded from the server - even if the data has been
updated a second before. If the server doesnt have data for the
requested time (e.g. since its not yet available), this
updated a second before. If the server doesn't have data for the
requested time (e.g. since it's not yet available), this
unnecessarily causes network traffic and wait time. Certainly space
for improvement here.

Expand Down

0 comments on commit 7eca6f0

Please sign in to comment.