Skip to content

skayred/kladr_converter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Library that can convert KLADR.DBF and STREET.DBF to SQLite database file

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages