From 7eca6f0d2c525a787c6ba4ac25f0c35dc811bd95 Mon Sep 17 00:00:00 2001 From: Andreas Motl Date: Mon, 3 Jun 2019 21:58:38 +0200 Subject: [PATCH] Make README.rst ASCII-clean re. #5 --- CHANGES.rst | 1 + README.rst | 12 ++++++------ 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index 6751b83..760c252 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -4,6 +4,7 @@ dwdweather changelog in progress =========== +- Make README.rst ASCII-clean re. #5 2019-06-03 0.8.2 ================ diff --git a/README.rst b/README.rst index 03da8c5..a489541 100644 --- a/README.rst +++ b/README.rst @@ -111,11 +111,11 @@ 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. @@ -123,10 +123,10 @@ Notes ``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 can’t 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 doesn’t have data for the - requested time (e.g. since it’s 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.