19

How to view or import a pbf file (OSM data,binary format) in ArcGIS Desktop or QGIS?

Are any 3rd party applications needed?

I would like to edit this file on any GIS Software.

PolyGeo
  • 65,136
  • 29
  • 109
  • 338
Anand
  • 309
  • 1
  • 2
  • 4

2 Answers2

3

The ArcGIS Editor for OSM (https://github.com/Esri/arcgis-osm-editor) should allow you to do what you want to do. Data is downloaded via the Xapi.

QGIS has an OpenStreetMap Plugin: http://wiki.openstreetmap.org/wiki/QGIS_OSM_Plugin

I have only used the QGIS plugin, and it worked well.

Stephen Lead
  • 21,119
  • 17
  • 113
  • 240
DavidF
  • 4,862
  • 1
  • 26
  • 32
  • OSM Plugin page now says: "This plugin no longer works with current OSM data, or with current versions of QGIS." – zabop Dec 14 '21 at 12:52
1

I tried using GDAL, but this is difficult for non-programmers.

This option is way more efficient and easy: http://wiki.openstreetmap.org/wiki/Osmconvert

You can convert the file to an .osm, which can be opened through the ArcGIS for OSM tool.