All Projects → dm-korottsev → rosreestr-xml-to-gis-converter

dm-korottsev / rosreestr-xml-to-gis-converter

Licence: GPL-3.0 license
Позволяет конвертировать набор выписок из ЕГРН (Росреестра) на земельные участки, здания, сооружения, помещения в формат ESRI Shapefile (.shp) и таблицу XLSX (Microsoft Office Excel начиная с версии 2007)

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to rosreestr-xml-to-gis-converter

xltpl
A python module to generate xls/x files from a xls/x template.
Stars: ✭ 46 (+70.37%)
Mutual labels:  xlsx
Dexiom.EPPlusExporter
A very simple, yet incredibly powerfull library to generate Excel documents out of objects, arrays, lists, collections, etc.
Stars: ✭ 19 (-29.63%)
Mutual labels:  xlsx
convey
CSV processing and web related data types mutual conversion
Stars: ✭ 16 (-40.74%)
Mutual labels:  xlsx
xlsx-js-style
SheetJS Community Edition + Basic Cell Styles
Stars: ✭ 129 (+377.78%)
Mutual labels:  xlsx
fxl
fxl is a Clojure spreadsheet library
Stars: ✭ 117 (+333.33%)
Mutual labels:  xlsx
vue-xls-csv-parser
Simple VueJS component to parse XLS/CSV files with validation
Stars: ✭ 28 (+3.7%)
Mutual labels:  xlsx
Qxlnt
Use xlnt in Qt 5 or 6. xlnt is cross-platform user-friendly xlsx library for C++14.
Stars: ✭ 66 (+144.44%)
Mutual labels:  xlsx
spreadsheet
Yii2 extension for export to Excel
Stars: ✭ 79 (+192.59%)
Mutual labels:  xlsx
pikaz-excel-js
一个纯js版本的excel导入导出插件
Stars: ✭ 145 (+437.04%)
Mutual labels:  xlsx
ExcelInitBundle
Setup your Akeneo PIM data with a single init.xls file
Stars: ✭ 21 (-22.22%)
Mutual labels:  xlsx
xlsx over web
Django开发的excel表格展示系统,将本地xlsx文件导入到数据库,显示到JS页面 online excel manage with django
Stars: ✭ 27 (+0%)
Mutual labels:  xlsx
keikai-tutorial
A tutorial of a web spreadsheet component, keikai
Stars: ✭ 19 (-29.63%)
Mutual labels:  xlsx
xlsx reader
A production-ready XLSX file reader for Elixir.
Stars: ✭ 46 (+70.37%)
Mutual labels:  xlsx
qTsConverter
A simple tool to convert qt translation file (ts) to other format (xlsx / csv) and vice versa
Stars: ✭ 26 (-3.7%)
Mutual labels:  xlsx
USTreeAtlas
Clone of "Digital Representations of Tree Species Range Maps from "Atlas of United States Trees" by Elbert L. Little, Jr. (and other publications)"
Stars: ✭ 16 (-40.74%)
Mutual labels:  shp
easy-excel
🚀 快速读写Excel文件,简单高效
Stars: ✭ 118 (+337.04%)
Mutual labels:  xlsx
opentbs
With OpenTBS you can merge OpenOffice - LibreOffice and Ms Office documents with PHP using the TinyButStrong template engine. Simple use OpenOffice - LibreOffice or Ms Office to edit your templates : DOCX, XLSX, PPTX, ODT, OSD, ODP and other formats. That is the Natural Template philosophy.
Stars: ✭ 48 (+77.78%)
Mutual labels:  xlsx
kibana-xlsx-import
Kibana plugin for import XLSX/CSV file to ElasticSearch
Stars: ✭ 58 (+114.81%)
Mutual labels:  xlsx
eec
A fast and lower memory excel write/read tool.一个非POI底层,支持流式处理的高效且超低内存的Excel读写工具
Stars: ✭ 93 (+244.44%)
Mutual labels:  xlsx
OpenSpreadsheet
OpenSpreadsheet provides an easy-to-use wrapper around the OpenXML spreadsheet SAX API. It specializes in efficiently reading and writing between strongly typed collections and worksheets.
Stars: ✭ 24 (-11.11%)
Mutual labels:  xlsx

rosreestr-xml-to-gis-converter

Позволяет конвертировать набор выписок в электронном виде (XML, распакованные или в исходном ZIP-архиве) из ЕГРН (Росреестра) на земельные участки, здания, сооружения, помещения в формат ESRI Shapefile (.shp) и таблицу (.xlsx, Microsoft Office Excel начиная с версии 2007)

Поддерживает следующие xml схемы выписок из ЕГРН:

  1. urn://x-artefacts-rosreestr-ru/outgoing/kvzu/7.0.1 (Выписка полная из ЕГРН на земельный участок)
  2. urn://x-artefacts-rosreestr-ru/outgoing/kpzu/6.0.1 (Выписка краткая из ЕГРН на земельный участок)
  3. самая новая версия 01 выписки на земельный участок (ещё не утверждена, но в таком формате уже выдают выписки в МФЦ и через сервис https://spv.kadastr.ru/)
  4. urn://x-artefacts-rosreestr-ru/outgoing/kvoks/3.0.1 (Выписка полная из ЕГРН на объект капитального строительства)
  5. urn://x-artefacts-rosreestr-ru/outgoing/kpoks/4.0.1 (Выписка краткая из ЕГРН на объект капитального строительства)

Внимание: из ОКС пока поддерживаются только здания, сооружения, помещения

Чтобы полученный слой (формат .shp) правильно отображался в ГИС-системе, нужно указать для него соответствующую местную систему координат. Например, приблизительные параметры для Mapinfo можно найти тут: https://mapbasic.ru/msksolutions

Требования: python 3.6 и более поздние версии
Установка зависимостей: pip install -r requirements.txt
Для начала работы запустите файл main.py

alt text

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].