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

Issue-15: Fix strings becoming base64 encoding after conversion #16

Open ciqle opened 1 year ago

ciqle commented 1 year ago

Tring to fix https://github.com/adrianulbona/osm-parquetizer/issues/15 Along with it, changed to the native way - use Type builder -for creating PrimitiveType and GroupType objects.