Hi, I am trying to convert a .osm.pbf file into .shp file so that it could opened in ArcGIS 10.1 for network analysis. I am following the steps as stated in openstreetmap wiki: http://wiki.openstreetmap.org/wiki/User:Bgirardot/How_To_Convert_osm_.pbf_files_to_Esri_Shapefiles I am at the second dot: GDAL. I tried to put my file into the reader column of FME_Quick Translator (I was directed to here after downloaded GDAL 1.10), however there is no .osm.pbf format that I can choose. Do you have any idea which I should I put instead? Or some of my actions have gone wrong? If I were to leave it blank ( letting the translator to read it automatically), then putting Esri Shapefile in the writer column and run it, error occurred: Value not specified for kDLG_ProjParmA1. Anyone has any idea what might be the reason? Your help will be truly appreciated, thanks in advance! asked 05 Jul '16, 13:09 Rachel Hoo |
We can use
answered 04 Apr '19, 10:25 howtobeahacker |
Why are you trying to use FME Quick Tranlator? The instructions you link to are for GDAL, more specifically the command line utility ogr2ogr. Did you install that program? Can you run it from the command line as instructred?