Skip to content

letimvkocmoc/oktmoparser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

All-Russian Classifier of Municipal Territories (OKTMO) Parser

What is this?

Simple and useful parser that helps you get actual All-Russian Classifier of Municipal Territories (OKTMO).

Install

pip install oktmoparser

Quick Guide

The parser is based on the following structure:

parser = OktmoParser()
start_keyword = ''
end_keyword = ''
parser.parse_oktmo(start_keyword, end_keyword)

Parser returns .json file with actual OKTMO from Federal State Statistics Service.


Using

Using the library is as simple and convenient as possible:

  1. Import:

from OktmoParser import OktmoParser

  1. Create object:

parser = OktmoParser()

  1. Set start_keyword value and end_keyword value.

Notice: for the first usage set it empty to get full .json file to see the structure and then you can set your values.

Examples:

start_keyword = 'Муниципальные образования Приморского края'
end_keyword = 'Муниципальные образования Ставропольского края'

You will get all rows between this municipal territories.

  1. Parse and get .json file:

parser.parse_oktmo(start_keyword, end_keyword)

  1. That's it.

Developer

@letimvkocmoc

About

All-Russian Classifier of Municipal Territories (OKTMO) Parser

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages