crmodel is a python package that produces the crossroadsdesriber model from OpenStreetMap. See doi.org/10.5194/agile-giss-3-40-2022 for further informations.
Project description
crmodel
crmodel is a python package that produces the crossroadsdesriber model from an OpenStreetMap intersection. See this publication for further informations.
This tool was developed and tested under Ubuntu 20.04.
Dependencies
This tool mainly depends on crseg for the intersection segmentation. All necessary Python libraries can be installed with pip:
pip3 install -r requirements.txt
How to use
You can obtain the model of an intersection this way :
./main -c x y -o output.format
With x and y the coordinates of the targeted intersection. The output will depend on the format precised. Two formats are supported :
- json will give a "raw" output of the model with all classes and attributes.
- geojson will give the intersection as segmented by crseg as a geojson file, complemented with computed elements from crmodel as attributes (ordered branches, islands, sidewalks, crossings, etc.).
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file crmodel-0.4.1.tar.gz
.
File metadata
- Download URL: crmodel-0.4.1.tar.gz
- Upload date:
- Size: 24.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 42036001eebfe0c52f00038edd7c2bf72560c92f1621cd130f4044b800473537 |
|
MD5 | cbfc717baffeb137f3d6581c37f6bc04 |
|
BLAKE2b-256 | 4c62f7c4fc0bb5be3444ded205e571cbddba92ea1ad5afefe3b136aabbd6abf0 |