KLADR converter allows to convert KLADR.DBF and STREET.DBF to SQLite database as-is or as a linked items (every street hash city ID) How to use First, you must to import library require 'kladr_converter' Then use! Kladr_sqlite::save_linked( 'path/to/KLADR.DBF', 'path/to/STREET.DBF', 'path/to/sqlite.db', true ) Kladr_sqlite::save_raw( 'path/to/KLADR.DBF', 'path/to/STREET.DBF', 'path/to/sqlite.db', false ) First parameter is a path to KLADR.DBF Second parameter is a path to STREET.DBF Third parameter is a path to database file Forth parameter is a boolean variable that determines progressbar displaying
Project
kladr_converter
Library that can convert KLADR.DBF and STREET.DBF to SQLite database file
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
Development
Dependencies
Runtime
>= 0
>= 0
Project Readme