Skip to content

Commit 5151e5f

Browse files
committedJan 13, 2024
updated documentation
added link to thesis Update README.md
1 parent e9eb35f commit 5151e5f

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed
 

‎README.md

+4
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
Urban crime, with its complex local interactions and spatial dynamics, is an excellent candidate for Agent-Based Modeling (ABM). The `streetcrime` package is designed as a robust, user-friendly ABM tool for urban crime analysis. It facilitates the testing of various crime theories, compares them with real crime data, and evaluates crime reduction strategies. Future versions will include Machine Learning (ML) features for parameter tuning. The package integrates [`osmnx`](https://github.com/gboeing/osmnx) for urban data and [`mesa`](https://github.com/projectmesa/mesa) (along with[ `mesa-frames`](https://github.com/adamamer20/mesa-frames)) for the modeling framework.
44

5+
`streetcrime` was developed for my BSc thesis. You can find the document [here](https://github.com/adamamer20/streetcrime/blob/main/docs/StreetCrime__A_generative_science_approach.pdf).
6+
57
## Installation
68

79
### Prerequisites
@@ -100,6 +102,8 @@ model.plot()
100102
```
101103
102104
## What's Next?
105+
If you encounter any challanges in using the package, or if you have suggestions for feature enhancements, please feel free to open an issue on this GitHub repository.
106+
103107
- Enabling information access for InformedMover.
104108
- Incorporating public transport routes data.
105109
- Integrating diverse criminological theories (eg. ).
Binary file not shown.

0 commit comments

Comments
 (0)
Please sign in to comment.