Coder Social home page Coder Social logo

garbdfias's Introduction

Parsing GAR BD FIAS, Python Tutorial

Intro

This repo contains a small but sufficient data chunk of ГАР БД ФИАС for this tutorial. Please note: file sizes are going to inflate ~10 times after extraction. Please make sure you have enough space on your disk.

If you want to work with up-to-date and full GAR database, you can find it here. It is not guaranteed that the code will work for every region and update.

Getting started

Just follow the link to open Colab Notebook. An explanation could be found in the article.

garbdfias's People

Contributors

nurtdinovadf avatar

Stargazers

Igor Karachentsev avatar antydemidov avatar  avatar Aleksei Semenov avatar  avatar ꧁꧂Larisa  avatar  avatar Danila Valko avatar Valery Asiryan avatar  avatar Maksim Kukarin avatar Mikhail avatar  avatar Alexander Veysov avatar

Watchers

 avatar

garbdfias's Issues

adobjp[['OBJECTID', 'VALUE']] пустой

На некоторых регионах из свежей выгрузки ГАР (88, 81, 82, 80, 84, 85) почему-то падает в блоке получения ОКТМО. Объект оказывается совсем пустой, без колонок..на этом месте:
adobjp = adobjp[['OBJECTID', 'VALUE']].rename( ##"None of [Index(['OBJECTID', 'VALUE'], dtype='object')] are in the [columns]"
columns={'VALUE': 'OKTMO'}
).drop_duplicates().groupby(
by='OBJECTID'
).agg(
lambda x: x.to_list()
).to_dict('index')

UPD: Я тупой, эти регионы устарели :)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.