This repository contains examples and experiments using Momepy and NetworkX. It is designed to store various scripts and notebooks that explore the capabilities of these powerful libraries for morphometric analysis and network analysis.
Momepy is a library for urban morphometrics. It provides tools to measure and analyze the form of urban spaces and structures. NetworkX is a library for the creation, manipulation, and study of complex networks of nodes and edges. Together, these libraries enable the analysis of spatial structures and the relationships between them.
To get started with the code in this repository, you will need to have Python installed. You can then install the required libraries using pip:
pip install momepy networkx
Clone this repository to your local machine:
git clone https://github.com/speco29/momepy-repo
Navigate to the repository directory:
cd momepy-repo
The examples directory contains various scripts and notebooks that demonstrate the usage of Momepy and NetworkX. These examples cover a range of topics from basic operations to more complex analyses.
The experiments directory contains various experimental scripts and notebooks. These are used to test new ideas, explore different approaches, and experiment with the libraries' capabilities.
Contributions are welcome! If you have any examples, experiments, or improvements that you would like to share, please create a pull request.
Feel free to customize it further based on your needs!