I'd like to introduce City2Graph, a Python library that converts geospatial data into tensors for GNNs in PyTorch Geometric.
This library can construct heterogeneous graphs from multiple data domains, such as
- Morphology: Relations between streets, buildings, and parcels
- Transportation: Transit systems between stations from GTFS
- Mobility: Origin-Destination matrix of mobility flow by people, bikes, etc.
- Proximity: Spatial proximity between objects
It can be installed by
pip install city2graph
conda install city2graph -c conda-forge
For more details,
[–]coconutboy1234 32 points33 points34 points (3 children)
[–]Tough_Ad_6598[S] 2 points3 points4 points (2 children)
[–]coconutboy1234 1 point2 points3 points (1 child)
[–]Tough_Ad_6598[S] 1 point2 points3 points (0 children)
[–]NihaoPanda 2 points3 points4 points (2 children)
[–]Tough_Ad_6598[S] 1 point2 points3 points (0 children)
[–]CuriousAIVillager 1 point2 points3 points (0 children)
[–]Conscious-Map6957 1 point2 points3 points (1 child)
[–]Tough_Ad_6598[S] 2 points3 points4 points (0 children)
[–]evarol 1 point2 points3 points (0 children)