上一页 1 2 3 4 5 6 7 8 9 10 ··· 21 下一页
摘要: import psycopg2 import pandas as pd from io import StringIO import csv from itertools import islice import os import numpy as np from datetime import 阅读全文
posted @ 2021-05-21 20:04 土博姜山山 阅读(60) 评论(0) 推荐(0) 编辑
摘要: import numpy as np import networkx as nx import infomap import community import matplotlib.pyplot as plt import matplotlib.colors as colors # 无权重图 or 阅读全文
posted @ 2021-05-21 19:58 土博姜山山 阅读(183) 评论(0) 推荐(0) 编辑
摘要: 1. UAVDT(Unmanned Aerial Vehicle Benchmark Object Detection and Tracking) https://sites.google.com/view/grli-uavdt/2. UA-DETRAC(UA-DETRAC is a challen 阅读全文
posted @ 2021-05-21 13:14 土博姜山山 阅读(3523) 评论(0) 推荐(0) 编辑
摘要: 一、北京六环的道路.osm文件(beijing_car_seg_6ring road.osm,相关文件存网盘,网盘地址链接:https://pan.baidu.com/s/1ODT1BsN1HhyS1rTJW2v4og 提取码:szeq),如下图(JOSM软件查看) 二、解析北京六环的道路.osm文 阅读全文
posted @ 2021-05-13 10:35 土博姜山山 阅读(554) 评论(0) 推荐(0) 编辑
摘要: .osm.pbf下载地址http://download.openstreetmap.fr/extracts/asia/china/ osmconverthttps://wiki.openstreetmap.org/wiki/Osmconvert Osmosis工具https://wiki.opens 阅读全文
posted @ 2021-05-02 17:45 土博姜山山 阅读(1528) 评论(0) 推荐(0) 编辑
摘要: 开始准备的步骤Osmosis工具https://wiki.openstreetmap.org/wiki/OsmosisOsmfilter工具https://wiki.openstreetmap.org/wiki/Osmfilterosm2shp在线工具https://geoconverter.hsr 阅读全文
posted @ 2021-04-18 14:13 土博姜山山 阅读(4544) 评论(0) 推荐(0) 编辑
摘要: from skimage import data, io, filters import numpy as np image = io.imread("./meinv.jpg")# a gray-image is MxN, an RGB-image MxNx3 and an RGBA-image M 阅读全文
posted @ 2021-04-08 22:53 土博姜山山 阅读(49) 评论(0) 推荐(0) 编辑
摘要: Centos7 安装Postgres11和PostGIS (更改数据目录) 0. 关闭防火墙 看centos7的防火墙的状态 $ sudo systemctl status firewalld 关闭防火墙 $ sudo systemctl stop firewalld1. 查看已经安装的postgr 阅读全文
posted @ 2021-04-07 17:18 土博姜山山 阅读(1216) 评论(0) 推荐(0) 编辑
摘要: import os import pandas as pd import numpy as np gpx_save_dir = "D:/data/Geolife Trajectories 1.3/Data_gpx" csv_file_dir = "D:/data/Geolife Trajectori 阅读全文
posted @ 2021-03-28 21:12 土博姜山山 阅读(190) 评论(0) 推荐(0) 编辑
摘要: 0. 提前新建好数据库 beijing 并安装以下3个扩展create extension hstore;create extension postgis;create extension pgrouting; 1. 准备好 osmosis 工具和 osm2pgrouting 工具 2. cmd 一 阅读全文
posted @ 2021-03-28 20:27 土博姜山山 阅读(703) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 9 10 ··· 21 下一页