Skip to content

Releases: mojodna/osm2orc

v0.6.1

10 Jul 23:30
Compare
Choose a tag to compare
  • fix Node lat / lon values always ending up as null.

v0.6.0

28 Jun 19:42
Compare
Choose a tag to compare
  • upgraded Gradle to 8.1.1
  • updated all dependencies to current versions as of 6/28/23
  • built w/ JDK 17

v0.5.5

24 May 01:48
Compare
Choose a tag to compare
  • set the default timezone to UTC to avoid unexpected conversions of times to the local timezone

v0.5.4

17 Jul 17:20
Compare
Choose a tag to compare
  • wrap InputStreams in UTF-8-aware InputReaders to avoid splitting multi-byte sequences in XML input

v0.5.3

16 Jul 17:51
Compare
Choose a tag to compare
  • Eliminate block padding on changeset output
  • Remove intermediate changeset count debug output

v0.5.2

30 Apr 15:26
Compare
Choose a tag to compare
  • upgrade osm4j-pbf to properly support nodes with empty coordinates

v0.5.1

15 Mar 15:44
Compare
Choose a tag to compare
  • add [email protected] as a runtime dependency to restore the ability to write to S3 using the S3A filesystem

v0.5.0

06 Mar 05:23
Compare
Choose a tag to compare
  • Upgrade dependencies, most notably [email protected] and [email protected] (w/ improvements to the s3a filesystem that facilitates streaming writes to S3)
  • Add schema version + bounds to user metadata
  • Disable block padding (intended for use with HDFS; disabling it will decrease file size somewhat)
  • Remove intermediate BigDecimal conversion
  • Treat invalid coordinates as null (some nodes had lat/lon values of 214...)

v0.4.0

05 Dec 20:40
Compare
Choose a tag to compare
  • remove --history option and unify schemas between history + snapshot (including visible column)

v0.3.2

14 Oct 20:27
Compare
Choose a tag to compare
  • Fix min_lat serialization when transcoding changesets