This file describes the changes on the project.
- add avro export format
- add clustering tools, ansible deployment
- fix comma in datas, and quoted strings
- Augment the polygon construction to not use the outer and inner relations
- Add tests, to analyze polygon construction
- Reduce the multi polygon construction to multipolygon and boundary types
- Fix compilation on windows
- Add a new compile task to use the jar in standalone mode (without flink cluster)
- Improve the OSMProcess by 1/3 in reading each elements (Nodes/Ways/Rels) in a separate stream instead of a single input stream.
- Bug fixes for NPE, especially for data inconsistency
- Integrate Planet on a M4.Large AWS EC2 instance (bench could be also done on a hadoop cluster)
- Switch to 1.0.3 flink version
- Setting up the project using elements implemented on OSMMImport
- Crosby for the pbf specification implementation in Java and wrappers (protobuf)
- Decoding is not currently used (for splitting the reading in several Blocks / Splits)