diff options
author | Emanoil Kotsev <deloptes@gmail.com> | 2021-01-07 16:29:35 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2021-01-24 18:44:16 +0100 |
commit | a387025180898c2a7578d81b2f06616675a9979d (patch) | |
tree | fec98bada9789a6c446230b4af45239335fae19a /kweather/CMakeL10n.txt | |
parent | 7e6f57a63f70bc8650c0bd6cf6008ee0122b250b (diff) | |
download | tdetoys-a387025180898c2a7578d81b2f06616675a9979d.tar.gz tdetoys-a387025180898c2a7578d81b2f06616675a9979d.zip |
kweather: Improve station list processing
+ Add a README file with information about the processing stations
+ Automatically generate stations.dat and weather_stations.desktop
from data/nsd_cccc.txt before cmake checks
+ File downloaded from https://tgftp.nws.noaa.gov/data/nsd_cccc.txt
+ Clean up weather_stations.desktop.in and moved relevant information
to data/station_names.txt
+ Added GG to EU and NU, PE to Canada
+ Mapped most of African countries to AF region
+ Mapped few other countries to their regions
+ Algeria is not in the ME region
+ Christmas Islands code is CX
+ Added Greenland to Atlantic
+ Added some more states to Oceania
+ Added some more states to Cenetral and South Americas
+ Antarctica as new region
+ Renamed Australiasia to Australia and Oceania
+ Region abbreviations in alphabetic order
+ Removed Atlantic and Mexico regions and added North America
+ Mapped most of the outstanding stations in Canada and elsewhere
+ J Leslie Turriff provided information on the stations in Canada
Signed-off-by: Emanoil Kotsev <deloptes@gmail.com>
Modify the generation of weather_stations.desktop so that it is possible
to merge translations into a generated file.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit f48efce5614763d16beeb150af1a4eb030148b38)
Diffstat (limited to 'kweather/CMakeL10n.txt')
-rw-r--r-- | kweather/CMakeL10n.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kweather/CMakeL10n.txt b/kweather/CMakeL10n.txt index 202c1cf..673a747 100644 --- a/kweather/CMakeL10n.txt +++ b/kweather/CMakeL10n.txt @@ -11,7 +11,7 @@ tde_l10n_create_template( tde_l10n_create_template( CATALOG "desktop_files/kweather-stations/" - SOURCES weather_stations.desktop + SOURCES_DESKTOP weather_stations.desktop.in KEYWORDS name DESTINATION "${CMAKE_SOURCE_DIR}/translations" ) |