文件名称:osmsna:从 OpenStreetMap 历史数据中提取社交网络
文件大小:655KB
文件格式:ZIP
更新时间:2024-06-21 00:29:08
Python
osmsna 从历史 openstreetmap 文件中提取社交网络 如何使用 1 - 下载历史行星文件 2 - 使用 osm-history-splitter 提取区域 3 - 使用此信息创建文件 osmsna.style node,way osm_user text node,way osm_uid int8 node,way osm_version int8 node,way osm_timestamp text 4 - 在 postgis 中导入数据 osm2pgsql -P 5432 -U dbuser -W -d dbname -u -m -x -k -S /path/of/osmsna.style file_history.osh 5 - 创建图表 python netsosmers.py -s localhost -u
【文件预览】:
osmsna-master
----osmers()
--------interactions.py(5KB)
--------__init__.py(0B)
--------graph.py(4KB)
--------settings.py(1KB)
--------areas.py(3KB)
--------connectionmanager.py(2KB)
----LICENSE(655B)
----netsosmers.py(4KB)
----examples()
--------trento.gexf(465KB)
--------trento_network.png(608KB)
----README.md(1KB)