This project is a Python-based tool designed to extract accurate boundary
coordinate points from a real map image to build a realistic
simulation environment.
The extracted coordinates support simulations analyzing movement and navigation
toward the entrance of Amman’s Citadel.
- Convert real-world map boundaries into usable coordinate data
- Enable accurate simulation and analysis of spatial movement
- Provide a simple interactive tool for manual boundary selection
- Support further simulation logic in a separate walker module
- A map image is loaded and vertically flipped to ensure correct coordinate alignment.
- The user clicks sequentially along the boundary, starting from the entrance.
- Each click records a coordinate point.
- The selected boundary is visualized in real time.
- Pressing ENTER finalizes the selection.
- The tool outputs NumPy-formatted coordinates ready for reuse.
├── getting_points.py # Interactive tool for extracting boundary coordinates ├── citadel_map.png # Map image of Amman’s Citadel ├── citadel_walker.py # Simulation file that uses the extracted points ├── README.md # Project documentation └── .gitignore # Ignored system files
- Hala Dayyeh
- Sondos Awwad