Update home authored by Andre Castro's avatar Andre Castro
...@@ -13,6 +13,8 @@ The filename of Parsivel output files are based on: ...@@ -13,6 +13,8 @@ The filename of Parsivel output files are based on:
* `station_code` * `station_code`
* `sensor_name` * `sensor_name`
**Avoid using empty spaces (use `_` instead) in the values of these keys, as filenames with spaces are more difficult to work with**
## Filename Conventions for Sites ## Filename Conventions for Sites
Based on [source code](main.py#L46) and [config file](config_009_LUTJEWAD.yml): `f"{now_utc.ymd}_{config_dict['global_attrs']['site_name']}-{config_dict['station_code']}_{config_dict['global_attrs']['sensor_name']}"` Based on [source code](main.py#L46) and [config file](config_009_LUTJEWAD.yml): `f"{now_utc.ymd}_{config_dict['global_attrs']['site_name']}-{config_dict['station_code']}_{config_dict['global_attrs']['sensor_name']}"`
... ...
......