adrianulbona / osm-parquetizer

A converter for the OSM PBFs to Parquet files
http://adrianulbona.github.io/2016/12/18/osm-parquetizer.html
Apache License 2.0
92 stars 32 forks source link

Member Type changed #11

Open ericsun95 opened 4 years ago

ericsun95 commented 4 years ago

The relation member type "node", "way", "relation" were converted to "Node", "Way", "Relation" in parquet format.

Could we avoid this kind of change? In theory, the conversion should not change any field value. Haven't checked value in tags but if these are processed in the same way, there may exist case that some elements are changed to UpperCase unexpectedly.