|
|
<!DOCTYPE html>
|
|
|
<html lang="en">
|
|
|
|
|
|
<head>
|
|
|
<meta charset="UTF-8">
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
|
<title>Spatial Systems</title>
|
|
|
<link rel="stylesheet" href="/fullpage/fullpage.min.css">
|
|
|
<script src="/fullpage/fullpage.js"></script>
|
|
|
<link rel="stylesheet" href="/style.css">
|
|
|
<link rel="apple-touch-icon" sizes="180x180" href="/favicon/apple-touch-icon.png">
|
|
|
<link rel="icon" type="image/png" sizes="32x32" href="/favicon/favicon-32x32.png">
|
|
|
<link rel="icon" type="image/png" sizes="16x16" href="/favicon/favicon-16x16.png">
|
|
|
<link rel="manifest" href="/site.webmanifest">
|
|
|
</head>
|
|
|
|
|
|
<body>
|
|
|
<div class="container nav-container">
|
|
|
<div id="wrap">
|
|
|
<div id="row">
|
|
|
<div id="logo">
|
|
|
<a id="logo-container" href="/en/">
|
|
|
Spatial Systems
|
|
|
</a>
|
|
|
</div>
|
|
|
|
|
|
</div>
|
|
|
<div id="navigation">
|
|
|
<a id="navigation-link" href="/en/projects.html">Projects</a>
|
|
|
<a id="navigation-link" href="/en/contacts.html">Contacts</a>
|
|
|
<a id="navigation-link" href="/city-modelling.html">РУ</a>
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="fullpage">
|
|
|
<div class="section gradient-text">
|
|
|
<p>City-modelling ————— a geoinformation ML system for urban space modeling / digital master planning.</p>
|
|
|
<p>Cities are developing faster every day. The vast amount of data accumulated by the city on population
|
|
|
movement and visitor numbers to urban socio-economic infrastructure facilities makes it possible to
|
|
|
create qualitatively new models and elevate the process of city management and development to a new
|
|
|
level.</p>
|
|
|
<p>To realize new opportunities in the digital development of Moscow, related to the accumulated urban data
|
|
|
on visitor numbers to socio-economic infrastructure facilities, we have developed the geoinformation ML
|
|
|
system City-modelling.</p>
|
|
|
</div>
|
|
|
<div class="section">
|
|
|
<figure>
|
|
|
<img src="/images/city/interface.jpg" />
|
|
|
<figcaption>System Interface</figcaption>
|
|
|
</figure>
|
|
|
</div>
|
|
|
<div class="section">
|
|
|
<p>The system provides access to numerous layers with indicators that characterize the provision of
|
|
|
territories with urban socio-economic infrastructure facilities, such as schools, swimming pools,
|
|
|
clinics, etc. In total, the system presents 13 categories of facilities. </p>
|
|
|
<p>Among the displayed indicators are: load on infrastructure facilities, population provision, total
|
|
|
population provision, pedestrian accessibility, and potential for placement.</p>
|
|
|
</div>
|
|
|
<div class="section">
|
|
|
<figure>
|
|
|
<img src="/images/city/libraries.jpg" />
|
|
|
<figcaption>Load on libraries and their pedestrian accessibility</figcaption>
|
|
|
</figure>
|
|
|
</div>
|
|
|
<div class="section">
|
|
|
<p>ML models, built on the basis of real retrospective data on facility visitor numbers and a variety of
|
|
|
urban environment data, are used to calculate population demand. </p>
|
|
|
<p>Based on data for planned renovation and the introduction of new commercial housing, all indicators are
|
|
|
calculated several years in advance so that decisions can be made with future changes in mind.</p>
|
|
|
</div>
|
|
|
<div class="section">
|
|
|
<figure>
|
|
|
<img src="/images/city/clinics.jpg" />
|
|
|
<figcaption>Load on adult clinics and their placement potential</figcaption>
|
|
|
</figure>
|
|
|
</div>
|
|
|
<div class="section">
|
|
|
<p>The main feature of the system is the ability to model urban space by performing simulations of the
|
|
|
construction and demolition of infrastructure facilities or residential buildings and recalculating all
|
|
|
indicators online based on these actions. </p>
|
|
|
<p>The system can answer the question "what if?" in a few seconds. After studying the current situation with
|
|
|
the distribution of provision indicators, you can start experimenting with changing the urban space. You
|
|
|
can build a new school or a multifunctional center in areas with low provision and see what the load on
|
|
|
the new facilities will be, how much the load on existing facilities will decrease, how much the
|
|
|
provision for the local population will increase, and so on. </p>
|
|
|
<p>For example, by selecting the Swimming Pools category, you can see the overload of existing facilities in
|
|
|
the Severnoe Tushino district and, consequently, the high potential for placing new ones in this area of
|
|
|
the city.</p>
|
|
|
</div>
|
|
|
<div class="section">
|
|
|
<figure>
|
|
|
<img src="/images/city/pools.jpg" />
|
|
|
<figcaption>Overloaded swimming pools and their high potential for placement in the Severnoe and Yuzhnoe
|
|
|
Tushino districts </figcaption>
|
|
|
</figure>
|
|
|
</div>
|
|
|
<div class="section">
|
|
|
<p>Let's build a new large swimming pool in the center of the Severnoe Tushino district, specifying its name
|
|
|
and capacity. Within a few seconds, the indicators will update, taking into account the newly built
|
|
|
facility. The load on the new pool will be 94%, the load on the two overloaded pools will normalize, and
|
|
|
the situation in the district related to the pool deficit will stabilize. </p>
|
|
|
<p>During such a simulation, the data for each cell and each pool point is first updated based on the
|
|
|
changes made by the user. Then, the previously trained ML model is applied to the updated dataset.</p>
|
|
|
</div>
|
|
|
<div class="section">
|
|
|
<figure>
|
|
|
<img src="/images/city/add.jpg" />
|
|
|
<figcaption>Adding a new swimming pool </figcaption>
|
|
|
</figure>
|
|
|
</div>
|
|
|
<div class="section">
|
|
|
<figure>
|
|
|
<img src="/images/city/update.jpg" />
|
|
|
<figcaption>Updated situation in the district after building a new swimming pool </figcaption>
|
|
|
</figure>
|
|
|
</div>
|
|
|
<div class="section">
|
|
|
<p>Besides simulating the construction and demolition of infrastructure facilities, the system also allows
|
|
|
similar operations with residential complexes. For example, you can assess how the situation will change
|
|
|
if a new residential complex with a specified number of apartments is built. </p>
|
|
|
<p>Let's build several large residential complexes on the industrial territory of the Pokrovskoye-Streshnevo
|
|
|
district and evaluate how the situation with schools will change. The facilities in the district will
|
|
|
become overloaded, and the population's provision will decrease.</p>
|
|
|
</div>
|
|
|
<div class="section">
|
|
|
<figure>
|
|
|
<img src="/images/city/sufficiency.jpg" />
|
|
|
<figcaption>School provision (blue is high, beige is low) and load on corresponding facilities
|
|
|
</figcaption>
|
|
|
</figure>
|
|
|
</div>
|
|
|
<div class="section">
|
|
|
<figure>
|
|
|
<img src="/images/city/new-house.jpg" />
|
|
|
<figcaption>Adding new residential complexes </figcaption>
|
|
|
</figure>
|
|
|
</div>
|
|
|
<div class="section">
|
|
|
<figure>
|
|
|
<img src="/images/city/sufficiency-new.jpg" />
|
|
|
<figcaption>School provision (blue is high, beige is low) and load on corresponding facilities after the
|
|
|
appearance of new residential complexes </figcaption>
|
|
|
</figure>
|
|
|
</div>
|
|
|
<div class="section">
|
|
|
<p>All simulations performed by the user are saved in a history log. At any time, they can be canceled to
|
|
|
restore the system to a previous or initial state. </p>
|
|
|
</div>
|
|
|
<div class="section">
|
|
|
<figure>
|
|
|
<img src="/images/city/history.jpg" />
|
|
|
<figcaption>User action history </figcaption>
|
|
|
</figure>
|
|
|
</div>
|
|
|
<div class="section">
|
|
|
<p>The system is equipped with many filters that simplify the search for infrastructure facilities and urban
|
|
|
areas with the desired characteristics. Using filters, you can quickly select facilities with a specific
|
|
|
load and capacity, located in certain areas of the city, or urban areas with specific values for
|
|
|
provision indicators. </p>
|
|
|
<p>The system also allows you to choose the level of detail for displaying urban territories, from hexagonal
|
|
|
cells with a side length of 200 meters to administrative districts</p>
|
|
|
</div>
|
|
|
<div class="section">
|
|
|
<figure>
|
|
|
<img src="/images/city/hex.jpg" />
|
|
|
<figcaption>Display of indicators by 200m hexagonal cells in the Ramenki district </figcaption>
|
|
|
</figure>
|
|
|
</div>
|
|
|
<div class="section">
|
|
|
<figure>
|
|
|
<img src="/images/city/square.jpg" />
|
|
|
<figcaption>Display of indicators by 500m square cells in the Ramenki district </figcaption>
|
|
|
</figure>
|
|
|
</div>
|
|
|
<div class="section">
|
|
|
<figure>
|
|
|
<img src="/images/city/diagram.jpg" />
|
|
|
<figcaption>Provision diagram for all categories in a district </figcaption>
|
|
|
</figure>
|
|
|
</div>
|
|
|
<div class="section">
|
|
|
<figure>
|
|
|
<img src="/images/city/shap.jpg" />
|
|
|
<figcaption>Graph for interpreting the demand forecast for adult clinics </figcaption>
|
|
|
</figure>
|
|
|
</div>
|
|
|
<div class="section">
|
|
|
<a href="/en/contacts.html" class="contacts-link">Contact us if you are interested in a system like
|
|
|
this<span class="arrow-diagonal">
|
|
|
</span></a>
|
|
|
</div>
|
|
|
</div>
|
|
|
<script>
|
|
|
new fullpage('.fullpage', {
|
|
|
navigation: true,
|
|
|
});
|
|
|
</script>
|
|
|
|
|
|
</body>
|
|
|
|
|
|
</html> |