No description
Find a file
2026-04-17 07:49:42 -07:00
build-aux Split libgweather's Locations database 2025-08-31 18:47:01 +01:00
data Add Novato Marin County Airport 2026-04-17 07:49:42 -07:00
docs Add more documentation 2025-09-04 15:54:30 +01:00
po Update Slovak translation 2026-04-10 09:37:58 +00:00
.gitlab-ci.yml Add CI pipeline 2025-09-02 08:57:25 +01:00
COPYING Add licensing terms 2025-08-31 18:52:20 +01:00
gweather-locations.doap Split libgweather's Locations database 2025-08-31 18:47:01 +01:00
meson.build Post-release version bump to 2026.3 2026-03-16 23:03:21 +00:00
NEWS Release GWeather Locations 2026.2 2026-03-16 23:03:15 +00:00
README.md docs: Update the readme file 2025-09-02 18:10:14 +01:00

GWeather Locations Database

The GWeather locations database contains a list of locations used by GNOME components through the GWeather library.

The locations are structured in an XML file, which follows a provided schema file.

The XML source is "compiled" into a binary format for fast parsing and access.

Location names are translatable.

Using the locations database

The locations database provides a pkg-config file called gweather-locations.pc. The pkg-config file contains the following variables:

  • locations_xml: the installation path of the XML file
  • locations_dtd: the installation path of the DTD schema for the XML file
  • locations_db: the installation path of the binary file

Licensing

The database is released under the terms of the GNU General Public License version 2.0 or, at your option, any later version.