Skip to content

Commit

Permalink
Update index.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
g-filomena committed Jul 17, 2024
1 parent 5e1498d commit ac00207
Showing 1 changed file with 6 additions and 11 deletions.
17 changes: 6 additions & 11 deletions docs/index.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
.. cityImage documentation master file, created by
sphinx-quickstart on Thu Feb 1 11:53:40 2024.
You can adapt this file completely to your liking, but it should at least
contain the root `toctree` directive.
cityImage's documentation
=========================
Introduction
Expand All @@ -11,7 +6,7 @@ Introduction

Theoretical considerations
--------------------------
The Image of the City is a community mental representation of a city resulting from the overlap of people's individual images of the city. The term *image of the city* coincides, to some extent, with other notions such as cognitive map, mental images, image schemata and so on, advanced to conceptualise cognitive representations of the urban space.
The *Image of the City* is a community mental representation of a city resulting from the overlap of people's individual images of the city. The term image of the city coincides, to some extent, with other notions such as cognitive map, mental images, image schemata and so on, advanced to conceptualise cognitive representations of the urban space.
In a nuthsell, these are cognitive mental models employed to move within the urban space and interact with its elements. Lynch identified the existence of five urban elements that, despite individual nuances and differences, are shared across the citizens and the visitors of a certain city: paths, nodes, edges, districts and landmarks.

Whereas in his original method Lynch employed qualitative interviews to identify the image of the city of Los Angeles, Boston and New Jersey, this library allows the identification of such shared salient elements from geospatial datasets.
Expand All @@ -30,19 +25,19 @@ The set of different functions implemented in `cityImage` enable to identify the
- Crucial **Nodes** and **Paths** on the basis of betweenness centrality measures computed on the street network. Paths can be identified both from a primal and a dual graph representation of the street network, thus making use of angularity measures.
- Urban regions (**districts**) by means of network community detection techniques (i.e. modularity optimisation).
- Natural and artificial barriers (**edges**) such as rivers, railway structures and main roads.
- Computational **landmarks** on the basis of visual, structural, cultural and pragmatic salience.
- Computational **landmarks** on the basis of visual, structural, cultural, and pragmatic salience.

Additional functions
--------------------
The library, moreover, presents a set of novel spatial methods and algorithms, otherwise not implemented in python environments:

- It support straightforward scraping from OSM of buildings and street network data into `GeoPandas` GeoDataframes.
- It allows cleaning and simplifying grpah representations of the street network (module `clean`).
- It supports straightforward scraping from OSM of buildings and street network data into `GeoPandas` GeoDataframes.
- It allows cleaning and simplifying graph representations of the street network (module `clean`).
- It allows straightforward operations on dual graph representations of the street network (modules `load` and `graph`).
- It computes 3d sight-lines towards buildings, and computes actual 3d visibility, considering a set of obstructions, by exploiting the capabilities of the `pyvista` package. This is a valid alternative to sighlines computation in ArcGis.
- It computes 3d sight-lines towards buildings, and computes actual 3d visibility, considering a set of obstructions, by exploiting the capabilities of the `pyvista` package. This is a valid, free, and open alternative to sighlines computation in ArcGIS.
- It provides the user with ready-to-use visualisation tools that support comparison of metrics of interest across cities (module `plot`), such as accessibility values, centrality values, etc.

The examples in the rest of the documentation, present the capabilities of the library.
The examples in the rest of the documentation (see the [userGuide](https://cityimage.readthedocs.io/en/latest/notebooks/userGuide.html)) present the capabilities of the library.

Documentation content
---------------------
Expand Down

0 comments on commit ac00207

Please sign in to comment.