Giter Site home page Giter Site logo

estaty's Introduction

Documentation Status

Module for spatial data fusion and processing for real estate objects. estaty is Python-based platform to obtain and merge open spatial data with not very open and not very spatial to create “real estate use cases”. Library provide tools for loaded data merging, pairwise source verification, proximity analysis, etc.

Installation

Use the following commands to install this module

Using pip:

pip install estaty

Using poetry:

poetry add estaty

Documentation

Brief dive into spatial data processing

The variety of spatial data can be reduced to two large groups: raster and vector. Vector data can be presented as follows: point data, lines, polygons (Figure 1). So, estaty reduces completely all assimilated data to the following four types.

Figure 1. Possible types of spatial data

The module thus downloads spatial data in just four formats (1 raster fields and 3 vector). The module is designed so that the most important parts are isolated from each other (multi-layer architecture). The DataSource layer is responsible for loading and generalising the data. So, there are exists the following 5 layers:

  • DataSource - load and cache data, reduce data to known and commonly used types;
  • Preprocessor - preprocessing operation to prepare data for merging. For example, assign new CRS (re-projection);
  • Merger - merge raster and vector data if it is required;
  • Analyzer - core of the system - use simple data representations and primitives to construct sequential analysis pipelines;
  • Report - submodule for preparing PDF reports, data visualization and data send operations (for example POST request to desired service)

All above submodules can be flexibly configured to create custom data analysis pipelines:

Usage examples

Some use cases presented in a form of Python scripts - check examples folder for details.

Cases

The service is designed to create a separate approaches for analysis (we call it use cases). All of them can be found in the cases folder:

  • area calculation - example of using the library to compare areas
  • proximity analysis - example of using the library to build routes to POIs (points of interest) of the required category and providing proximity analysis

Some release-related cases can be found via link https://github.com/wiredhut/estaty_examples

estaty's People

Contributors

dreamlone avatar

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.