This repository contains the development code, example code and example data for the Streetscape Morphometrics: Expanding Momepy to analyze urban form from the street point of view academic paper.
- Alessandro Araldi (1) [[email protected]]
- Martin Fleischmann (2) [[email protected]]
- Giovanni Fusco (1) [[email protected]]
- Marek Novotný (2) [[email protected]]
- Université Côte d’Azur-CNRS-AMU-AU, ESPACE, 98 Bd Edouard Herriot, 06200, Nice, France
- Department of Social Geography and Regional Development, Charles University, Albertov 6 128 00 Praha 2, Czech Republic
The final version of the streetscape morphometrics is included in the version 0.9.1 of momepy
. Please see the streetscape.py
module within pysal/momepy
repository.
You can reproduce the example-france.ipynb
using the environment defined by Pixi.
Install Pixi if you don't have it and then install the locked environment:
pixi install
Use the environment to open Jupyter Lab and execute the notebook.
pixi run jupyter lab
The files in the data/output
folder are generated using the momepy.Streetscape
class and are saved as Apache GeoParquet files, to reduce their footprint. GeoParquet can be opened using geopandas.read_parquet
and converted to any other file type as needed.
The data is available under the Open License 2.0 © IGN - 2024.
The code is available under MIT License.