Esri / arcgis-osm-editor

ArcGIS Editor for OpenStreetMap is a toolset for GIS users to access and contribute to OpenStreetMap through their Desktop or Server environment.
Apache License 2.0
395 stars 129 forks source link

Load OSM File doesn't load Attributes #171

Closed ghost closed 5 years ago

ghost commented 7 years ago

Hello! I want to load and extract all features regarding osm tags with "addr". For this purpose, I use "Load OSM File" and select "ALL" at "Add OSM tag keys to schema". The result are different features with long attribut tables, but with no records.

Is there anything wring with my workflow?

ThomasEmge commented 7 years ago

Nothing wrong with the workflow. However as the tool mentions it is preparing the schema. You still need to run the "OSM Attribute Selector" tool to extract the "addr" attribute from BLOB field storing all the attributes. In your case, you would combine the "Load OSM File" and the "OSM Attribute Selector" tools into a model and then execute the model. The model approach offers more flexibility for different user needs.