我想得到一些时间戳后的OSM数据-换句话说,在某个时间戳之后的最后记录。我已经下载了该地区的osm文件。我翻阅了渗透文档,但没有找到一种方法来按时间过滤它。结果应该与我们使用时间戳参数时相同。那么如何做到这一点:
下列一些语句可能对这项任务有用:
"--timestamp=<date_time> add a timestamp to the data\n"
"--timestamp=NOW-<seconds> add a timestamp in seconds before now\n"我尝试了以下几点:
./osmfilter austria-latest.osm --keep="$key=$school" |
./osmconvert - --all-to-nodes --csv="@id @lat @lon @timestamp $key name" --csv-headline |但这失败了。如何从文件中获取数据。我应该使用语句删除!或者我应该指定一个从时间戳到时间戳的特定时间!?
发布于 2014-07-19 12:04:33
发布于 2014-07-04 17:59:34
您想要处理OSM历史行星(摘录):https://wiki.openstreetmap.org/wiki/Planet.osm/full
https://stackoverflow.com/questions/24536766
复制相似问题