gv100ad
This software is experimental and might change a lot in future
This is a Rust implementation of a parser for GV100AD data sets. These data sets contain information about the structure, population, area of german municipalities.
The data sets can be obtained at: https://www.destatis.de/DE/Themen/Laender-Regionen/Regionales/Gemeindeverzeichnis/_inhalt.html
The parser was tested with this data set: https://www.destatis.de/DE/Themen/Laender-Regionen/Regionales/Gemeindeverzeichnis/Administrativ/Archiv/GV100ADQ/GV100AD3004.html
The ZIP files contain a text file GV100AD_DDMMYY.txt that contains the data set, and a PDF file describing the format.
Example
This example lists all municipalities of the state Saarland with population:
use ;
TODO
- Implement Textkennzeichen correctly.
License
Licensed under MIT license (LICENSE-MIT or https://opensource.org/licenses/MIT)