]> Pierre Choffet | Git repositories - wmo_to_wikidata.git/commit
From WMO servers to data validation
authorPierre Choffet <peuc@wanadoo.fr>
Thu, 28 Oct 2021 21:44:00 +0000 (17:44 -0400)
committerPierre Choffet <peuc@wanadoo.fr>
Thu, 28 Oct 2021 21:44:00 +0000 (17:44 -0400)
commitfbe2925f3b6ff0ba4ffe718087666ea85fc0a822
treee55daf29a006acf94423fd7f805912d3c4a83cdd
parent31d6c5d51171afa4bb2734ab65ab99ef598b0f9d
From WMO servers to data validation

First batch of the process, that does the following:
  - download stations metadata from WMO, and keep the local cache up to date
  - convert metadata into one of its XML equivalent
  - filter unwanted content and fix known mistakes
  - validate the resulting file

The global structure is in place but final operations aren't there yet: more filtering will have to be done in the future.
An incomplete README file has also been added.
README [new file with mode: 0644]
README.md [deleted file]
schemas/stations.xsd [new file with mode: 0644]
schemas/xml.xsd [new file with mode: 0644]
update.sh [new file with mode: 0755]
xslts/stations_clean.xslt [new file with mode: 0644]