1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

Automating GIS Processes 2024 写経 Lesson 6(Overview)

Posted at

In this lesson, we cover how to use Python to download raw data from OpenStreetMap and how to conduct network analyses .

このレッスンでは、Pythonによる、オープンストリートマップから生データをダウンロードする方法、ならびに、ネットワーク分析をする方法を学びます。

Learning goals

After this lesson, you should know how to:

  • Retrieve data from OpenStreetMap
  • Extract simple street network properties and statistics (e.g., centrality measures)
  • Carry out simple route optimisation tasks using OSMnx and NetworkX

このレッスンが終わったあと、次のことがわかっているはずです:

  • オープンストリートマップからデータを取得する
  • 単純な道路ネットワークの属性と統計値(例えば、中心性指標)を抽出する
  • OSMnxとNetworkXを使って、単純なルート最適化を実行する

1
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?