Skip to content

Commit 36a0464

Browse files
committed
Update documentation (again)
1 parent c3dedad commit 36a0464

3 files changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
Simple Python script to log [METAR](https://en.wikipedia.org/wiki/METAR) and [TAF](https://en.wikipedia.org/wiki/Terminal_aerodrome_forecast) weather reports from [aviation.meteo.fr](https://aviation.meteo.fr) XML API (AEROWEB) to CSV files.
55
Since v2.0, can also download WINTEM, TEMSI FRANCE and TEMSI EUROC maps to PDF files. Enjoy !
66

7-
AEROWEB data are free and provided by [Météo-France](http://www.meteofrance.com/accueil). You need to complete and sign in triplicate the [AEROWEB Server agreement](docs/Convention type AEROWEB SERVEUR_2017) and send it by mail (**webmaster . aeroweb AT meteo . fr**) and then by post to receive your AEROWEB Server identifier.
7+
AEROWEB data are free and provided by [Météo-France](http://www.meteofrance.com/accueil). You need to complete and sign in triplicate the [AEROWEB Server agreement](docs/Convention-type-AEROWEB-SERVEUR_2017) and send it by mail (**webmaster . aeroweb AT meteo . fr**) and then by post to receive your AEROWEB Server identifier.
88

99
## Usage
1010
Run `weather_logger.py` with a `config.ini` file path as `-c` command line argument, for example from a [cron](https://en.wikipedia.org/wiki/Cron) job.
@@ -67,7 +67,7 @@ pdf_directory = ./pdf/
6767
```
6868

6969
## XML API overview
70-
See the [technical documentation](docs/Documentation serveur de données AEROWEB_5.6.0.pdf) for details.
70+
See the [technical documentation](docs/Documentation-serveur-de-données-AEROWEB_5.6.0.pdf) for details.
7171
- For `LFPG` and `LFPO` [ICAO](https://en.wikipedia.org/wiki/ICAO_airport_code) airport codes for example, AEROWEB XML API will output the following document :
7272

7373
```xml

0 commit comments

Comments
 (0)